discard-draft-btn.modal.left .modal-content,#actionsModal button{
    border-radius: 0;
}
#actionsModal .modal-footer{
    border-top: none;
    padding: 0 15px 15px;
}
#actionsModal .modal-dialog{
    width:840px;
    float: right;
    top: -30px;
}
#actionsModal textarea,#actionsModal input[type="text"]{
    background: rgba(238, 238, 238, 0.51);
}
#actionsModal .modal-body{
    padding: 5px 15px 5px;
}
#actionsModal .modal-title i{
    margin-right: 5px;
    color: #9E9E9E;
}
#actionsModal .modal-footer button{
    padding: 4px 20px;
    border-radius: 5px;
    margin-top: 8px;
}
#actionsModal .modal-points-section{
    margin-top: 10px;/*border-top: 1px solid #e4e4e4;*/
}
#actionsModal .modal-points-section i{
    color: #ffffff;
    background: #139CE9;
    padding: 5px 6px;
    border-radius: 50%;
    margin-right: 2px;
    margin-top: 4px;
}
#actionsModal .modal-points-section span{
    color: #999999;
    font-size: 14px;
    margin-top: 3px;
    display: inline-block;
}
.total-action-points img{
    height: 30px;
    margin-right: 0px;
}
.total-action-points span{
    color: #565656;
    font-size: 14px;
    font-weight: 500;
}
.upload-media label{
    width: 100%;
    cursor: pointer;
    background: #f1f2f4;
    padding: 10px;
}
.shoutout-comments{
    display: block;
    color: rgba(86, 86, 86, 0.78);
    margin-bottom: 4px;
}
.fstMultipleMode .fstQueryInput {
    font-size: 14px !important;
}
.shoutout-content .shoutout-comments:first-of-type{
    margin-top: 0 !important;
    font-weight: 500;
    color: #000000;
}
.log-hours-content .shoutout-comments{
    margin-top: 0 !important;
}
.input-type-action{
    margin-right: 5px;
    background: #5F85EA;
    color: #ffffff;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
}
.action-achievement{
    margin: 5px 20px 0;
}
/*.calendar-form-group{
    display:inline-block;
    width:47%;
}*/
.date-form-group label,.calendar-form-group label{
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
    color: #000000;
}
.action-success-msg{
    margin: 0 15px;
}
.loading-container{
    display: none;
}
.progress {
    height: 10px;
    margin: 10px 15px 0;
}
.loader-text{
    color: #5cb85c;
    font-size: 14px;
}
.action-success-msg,.action-draft-msg,.nodata-draft-msg,.action-loader{
    display: none;
}
.action-success-msg img,.action-draft-msg img,.nodata-draft-msg img{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 3px;
}
.action-success-msg .alert.alert-success,.action-draft-msg .alert.alert-success,.nodata-draft-msg .alert.alert-success{
    padding: 5px;
    font-size: 15px;
}

#link{
    color: #E45635;
    display:block;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:center;
    text-decoration: none;
}
#link:hover{
    color: #CCCCCC;
}
#link, #link:hover {
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -ms-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

/** BEGIN CSS **/
body {
    background: #333333;
}
@keyframes rotate-loading {
    0%  {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-loading {
    0%  {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-loading {
    0%  {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate-loading {
    0%  {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0%  {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-loading {
    0%  {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-loading {
    0%  {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate-loading {
    0%  {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@keyframes loading-text-opacity {
    0%  {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100%{
        opacity: 0
    }
}

@-moz-keyframes loading-text-opacity {
    0%  {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100%{
        opacity: 0
    }
}

@-webkit-keyframes loading-text-opacity {
    0%  {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100%{
        opacity: 0
    }
}

@-o-keyframes loading-text-opacity {
    0%  {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100%{
        opacity: 0
    }
}
.loading-container,
.loading,.loading-container1 {
    height: 80px;
    position: relative;
    width: 80px;
    border-radius: 100%;
}


.loading-container,.loading-container1 {
    margin: 40px auto
}

.loading {
    border: 2px solid transparent;
    border-color: transparent #fff transparent #00BCD4;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading {
    border-color: transparent #008394 transparent #008394;
}
.loading-container:hover .loading,
.loading-container .loading {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #00BCD4;
    font-family: "Helvetica Neue, "Helvetica", ""arial";
    font-size: 10px;
    font-weight: bold;
    margin-top: 33px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 80px;
}
#loading-text:hover{
    color:#008394
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.bootstrap-datetimepicker-widget {
    list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em;
}
@media (min-width: 2px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}
@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}
@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #cccccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%;
}
.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eeeeee;
    cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
    position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: 0 0 7px 7px solid transparent;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
    background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
    color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
    width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
    cursor: pointer;
}
.invalid-checkoff{
    height: 28px;
    border: 1px solid red;
    padding: 6px !important;
    border-radius: 50%;
    position: relative;
    top: -6px;
    margin-left: 10px;
}
.destination{
    margin:0px auto;
    width:200px;
    height:50px;
    border:1px solid #444;
    top: 100;
    left: 100;
}
.action-list-date div{
    display: inline-block
}
.action-list-date .active-date .action-date-label{
    color: #4CAF50;
    font-weight: 500;
}
.action-list-date .active-date .action-date-input{
    color: #4CAF50;
    font-size: 13px;
}
.action-list-date .expires-date .action-date-label{
    color: #e50000;
    font-weight: 500;
}
.action-list-date .expires-date .action-date-input{
    color: #e50000;
    font-size: 13px;
}
.action-list-date{
    padding: 8px 0 5px 25px;
}
.action-list-date .expires-date{
    margin-left: 25px;
}
.milestone-required{
    margin: 0 0px 15px;
    background: #FFFACD;
    padding: 5px 10px;
    color: #333333;
}
.milestone-required-text{
    font-size: 15px;
    padding-bottom: 5px;
    color: #c17c09;
}
.milestone-required input[type=checkbox]{
    display: block;
}
.milestone-required ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.milestone-required li span {
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
    color: #f15523;
}
.milestone-required li i{
    position: relative;
    top: 1px;
    margin-right:4px;
}
.milestone-required li i.fa-square:before{
    border-radius: 0;
}
.milestone-required li{
    display: inline-block;
    margin-right: 30px;
}
.milestone-required .check-box input[type="checkbox"] {
    visibility: hidden;
}
.milestone-required .check-box {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    margin: 2px 7px 0 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    border: 1px solid #ccc;
}
.milestone-required .check-box i {
    background: url('../images/valid.jpg') no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 1px;
    bottom: -16px;
    width: 16px;
    height: 16px;
    opacity: 1;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-transform:rotateZ(-180deg);
    -moz-transform:rotateZ(-180deg);
    -o-transform:rotateZ(-180deg);
    transform:rotateZ(-180deg);
}
.milestone-required .checkedBox {
    -moz-box-shadow: inset 0 0 5px 1px #ccc;
    -webkit-box-shadow: inset 0 0 5px 1px #ccc;
    box-shadow: inset 0 0 5px 1px #ccc;
    border-bottom-color: #fff;
}
.milestone-required .checkedBox i {
    bottom: 2px;
    -webkit-transform:rotateZ(0deg);
    -moz-transform:rotateZ(0deg);
    -o-transform:rotateZ(0deg);
    transform:rotateZ(0deg);
}
.milestone-required .checkedRadio i {
    background-color: #898A8C;
}
.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #F2F2F2;
    border-radius: 20px;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 24px;
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    color: white;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "YES";
    padding-left: 10px;
    background-color: #4CAF50;
    color: #FFFFFF;
    font-weight: 400;
}
.onoffswitch-inner:after {
    content: "NO";
    padding-right: 10px;
    background-color: #EB1E1E;
    color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 16px;
    height: 16px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 62px;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
.labelinputDiv,.checkoff-action,.form-group.date-form-group,.labelinputDiv,.upload-media{
    margin-bottom: 30px;
}
.shoutout-content{
    margin-bottom: 10px;
}
.modal .action-container textarea{
    box-shadow: none !important;
    max-width: 100%;
}
span.shoutout-comments{
    font-weight: 500;
    color: #000000;
    font-size: 17px
}
.modal .action-container .upload-media img.actionMediaUpload{
    height: 200px;
    width: auto;
    margin: 0 auto;
    display: block;
    max-height: 300px;
}
.upload-media span.file-wrapper{
    display: none;
}
.upload-media label span{
/*    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 18px;
    position: relative;
    top: -31px;
    z-index: -1;
    height: 0;*/
margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    z-index: -1;
    left: 0;
    right: 0;
    color: #787878;
    font-weight: 400;
}
.modal .action-container .form-control,.modal .action-container .input-group-addon{
    border-radius: 0;
}
.checkbox-main{
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 10px;
}
.checkoff-action .checkoff-label{
    display: inline-block;
}
.tooltip.bottom .tooltip-inner{
    background-color:#F7B733 !important;
    font-size: 13px !important;
}
.tooltip.bottom .tooltip-arrow{
    border-bottom-color:#F7B733 !important;
}
.milestone-tooltip i{
    border-radius: 50%;
    background: #F7B733;
    color: #ffffff;
    padding: 1px 5px 1px;
    height: 20px;
    width: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 17px;
}
.pjt-action-header em{
    font-size: 22px;
    color: red;
    font-weight: 500;
    font-style: normal;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.milestone-pending{
    opacity:0.4;
}
.achievement-action-pts{
    position: relative;
    margin-bottom: 10px;
    width: 48%;
    float: left;
    margin: 5px;
}
.achievement-action-pts .overlay{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    background: beige;
    border-radius: 2px;
}
.achievement-action-pts .overlay img{
    height: 35px;
    background: transparent;
    padding: 0;
    margin: 18px auto;
    width: 35px;
}
/*.achievement-action-pts:first-of-type {padding-top: 10px;}*/
.achievement-action-pts:last-of-type{
    margin-bottom: 0;
}
.total-achievements{
    display: inline-block;
    margin-right: 0;
    margin-top: 0;
    border:none;
    font-size: 23px;
    padding: 0 5px 5px;
    border-radius: 25px;
    background: #f1f1f1;
}
.total-achievements img{
    object-fit: cover;
    height: 30px;
    margin-right: 0;
    border-radius: 50%;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    border: 1px solid #e4e4e4;
    padding: 1px;
    width: 30px;
}
.total-achievements .to-achieve img{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    background: #f2f2f2;
}
.total-achievements i.fa-trophy{
    color: #ffffff;
    background: #03A9F4;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 2px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
.total-achievements  span{
    display: inline-block;
}
.total-achievements .to-achieve{
    position: relative;
}
.to-achieve i.fa-lock{
    font-size: 15px;
    color: #999999;
    position: absolute;
    top: 3px;
    right: 3px;
}
.total-action-points i.fa-star{
    margin-right: 0;
    color: #ffffff;
    background: #4CAF50;
    font-size: 12px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
}
.total-action-points{
    border: none;
    font-size: 15px;
    padding: 4px 5px 5px;
    border-radius: 25px;
    background: #f1f1f1;
    display: block;
    padding-right: 10px;
    line-height: 25px;
    float: right;
}
.total-achievements span:last-of-type img{
    margin-right: 0;
}
.project-desc-title .campaign-title{
    width:56%;
    display: inline-block;
}
.user-points-section .log-label{
    display: block;
}
.disable-reason{
    background: #d64b4b;
    background: -webkit-gradient(linear, left top, left bottom, from(#d64b4b), to(#ab2c2c));
    background: -webkit-linear-gradient(top, #d64b4b, #ab2c2c);
    background: -moz-linear-gradient(top, #d64b4b, #ab2c2c);
    background: -ms-linear-gradient(top, #d64b4b, #ab2c2c);
    background: -o-linear-gradient(top, #d64b4b, #ab2c2c);
    background-image: -ms-linear-gradient(top, #d64b4b 0%, #ab2c2c 100%);
    -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
    -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
    box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 20px;
    vertical-align: middle;
    margin-top: 7px;
}
.category-span span{
    margin-right: 3px;
    display: inline-block;
    color: #999999 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}
/*#actionsModal .date-form-group{
    width:48%;
    vertical-align: top;
    margin-right: 2%;
}
#actionsModal .modal-body .date-form-group:first-of-type .logdate{
    margin-right: 5px;
}
#actionsModal .modal-body .date-form-group:last-of-type .logdate{
    margin-left: 5px;
}
#actionsModal .modal-body .date-form-group:last-of-type label{
    margin-left: 5px;
}
.form-group.date-form-group{
    margin-bottom: 20px;
}*/
.small-error,.email-error,.phone-error{
    color: #a94442;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}
em{
    color:red;
}
.upload-media.has-error label{
    border: 1px solid #a94442;
}
.template-edit-body{
    margin-bottom: 15px;
}
.pjt-action-section {
    position: relative;
}
.pjt-action-section h2 {
    position:relative;
    float:left;
    background:gray;
    width:50px;
    height:100%;
    border-radius:5px;
    -moz-border-radius:5px;
}
.pjt-action-section h2 span {
    width: 145px;
    display: inline-block;
    position: absolute;
    left: -50px;
    -webkit-transform: rotate(-90deg);
    background: #f5bc47;
    color: #fff;
    font-size: 17px;
    padding: 7px;
    font-weight: 500;
    text-align: center;
    top: 37px;
    height: 28px;
    line-height: 11px;
}
.pjt-action-section .phase-gate-right {
    height:100%;
    margin-left: 30px;
}
.pjt-milestone-section{
    background: beige !important;
}
.campaign-details .pjt-action-section:first-of-type{
    padding: 10px 0px !important;
}
.pjt-nomilestone-section{
    background: rgba(243, 223, 174, 0.26) !important;
}
.pjt-nomilestone-section .phase-gate-right{
    margin-left: 0 !important;
}
.user-camp-det .pjt-nomilestone-section .pjt-action-type{
    padding: 4px 0px 8px 25px !important;
}
.pjt-action-section{
    margin-bottom: 15px;
}
.campaign-details .pjt-action-section{
    padding: 10px 0px;
    width: 48%;
    float: left;
    margin: 10px;
}
.user-camp-det .achievement-points{
    margin: 5px 0;
}
.user-camp-det #actions .action-achievement{
    background: transparent;
}
#actionsModal .modal-title{
    width: 95%;
}
.user-camp-det .achievement-points{
    padding: 0;
    color: #4caf50;
    font-weight: 300;
    margin: 3px 0 3px 0 !important;
}
.shoutout-points{
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
}
.shoutout-points span:first-of-type{
    display: inline-block;
    margin-right: 5px;
}
#charRemain{
    font-size: 14px;
    margin-top: 5px;
    color: #409443;
}
.fstChoiceItem{
    padding: 2px 5px 2px 20px !important;
    border-radius: 0 !important;
}
.logs-like i{
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    top: 2px;
}
.logs-like{
    display: inline-block;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 3px 0 3px 4px;
}
.logs-like span{
    color: #606770;
    margin-left: 1px;
    font-weight: 500;
}
.logs-like.active span{
    color:#03a9f4;
}
.like-list{
    cursor: pointer;
}
#userListModal .modal-dialog{
    width: 350px;
}
#userListModal .modal-content{
    border-radius: 3px;
}
.user-section img{
    display:inline-block;
    height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 3px;
    object-fit: cover;
}
.user-section .user-name-section{
    display:inline-block;
    vertical-align: middle;
}
.user-section .user-name-section span{
    display: block;
}
.user-section:first-of-type{
    padding-top: 0;
}
.user-section:last-of-type .user-name-section{
    padding-bottom: 10px;
    border-bottom: none;
}
.user-name-section span:first-of-type{
    font-size: 15px;
}
.user-name-section span:last-of-type{
    color: #777474;
}
#userListModal .modal-body,#userStatusModal .modal-body{
    padding: 10px 15px;
}
.user-name-section{
    border-bottom: 1px solid #e9ebee;
    display: inline-block;
    width: 75%;
    padding: 12px 0;
}
#userListModal .modal-header span i,#userStatusModal .modal-header span i{
    color: #ffffff;
    background: #2196F3;
    padding: 5px 7px;
    border-radius: 50%;
    margin-right: 2px;
}
#userListModal .modal-header span,#userStatusModal .modal-header span{
    color: #2196F3;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 2px solid;
    padding-bottom: 17px;
    padding-left: 5px;
    padding-right: 5px;
}
.fstMultipleMode.fstActive .fstResults{
    position: relative;
}
.users-legend-column{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.comment-date{
    color: #999999;
    font-size: 11px;
    font-weight: 300;
    margin-top: 5px;
    margin-right: 5px;
}
.comment-date i{
    margin-right: 5px;
    position: relative;
    top: -1px;
    font-size: 12px;
}
.comments-text .comments{
    display: block;
    max-width: 100%;
    word-break: break-word;
    line-height: 22px;
    font-weight: 300;
}
#ranking-view .your-rank{
    -webkit-box-shadow: 0 1px 7px 1px rgba(129,129,129,.2);
    -moz-box-shadow: 0 1px 7px 1px rgba(129,129,129,.2);
    box-shadow: 0 1px 7px 1px rgba(129,129,129,.2);
    margin-bottom: 15px!important;
    padding: 15px 5px;
    background: #ffffff;
}
#ranking-view .your-rank .rank-text{
    font-size: 16px;
    color: #5d5d5d;
}
#ranking-view .your-rank .rank-score{
    color: #006db0;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}
#ranking-view .table-ranking table thead tr th{
    font-weight: 700 !important;
    color: #5d5d5d !important;
    background: #fdfdfd !important;
    padding-top: 20px;
}
.rank-user-img{
    height: 38px;
    width: 38px;
    border-radius: 50%;
    margin-right: 3px;
    object-fit: cover;
}
#leader-board #ranking-view .table>tbody>tr>td{
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
}
#leader-board #ranking-view .table-ranking{
    -webkit-box-shadow: 0 1px 7px 1px rgba(129,129,129,.2);
    -moz-box-shadow: 0 1px 7px 1px rgba(129,129,129,.2);
    box-shadow: 0 1px 7px 1px rgba(129,129,129,.2);
}
#ranking-view .table-ranking table thead tr:last-of-type th{
    border-bottom: 2px solid #006db0;
    border-top: none !important;
}
#ranking-view .table-ranking table thead tr:first-of-type th{
    border-bottom: none;
}
#leader-board #ranking-view .table tbody td{
    background: #fdfdfd;
}
.rank-img{
    height: 30px;
    margin-left: 0;
}
.my_user_img{
    height: 65px;
    width: 65px;
    border-radius: 50%;
    margin: 10px auto 10px;
    display: block;
    object-fit: cover;
}
.rank-name{
    color: #006db0;
    font-size: 16px;
    font-weight: 500;
}
.rank-email{
    font-weight: 500;
    color: #5d5d5d;
    margin-bottom: 15px;
}
#leader-board #ranking-view .filter-drop{
    top: -7px;
    right: 0;
    margin-bottom: 10px;
}
#ranking-view{
    margin-top: 0;
}
#ranking-view .sort-campaign-list{
    top: -7px;
    margin-right: 5px;
}
#leader-board #ranking-view .filter-complete-drop{
    top: -9px;
}
#leader-board #ranking-view .arrow_box:after, #leader-board #ranking-view .arrow_box:before{
    left: 98%;
}
.side-border{
    border-left: 1px solid #e4e4e4;
}
.disp-inblock{
    display: inline-block;
}
#ranking-view .your-rank:after,#formSharePlaybookModal .modal-body:after{
    content: ' ';
    clear: both;
    display: table;
}
.rank-total-text{
    font-size: 14px;
    color: #7b7b7b;
}
.rank-total{
    font-size: 16px;
    color: #5d6294;
    color: #006db0;
    font-weight: 500;
}
.your-rank hr{
    border-bottom: 1px solid #fffdfd;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 94%;
}
.your-rank-img{
    height: 65px;
    width: 65px;
    border-radius: 50%;
    margin: 10px auto 10px;
    display: block;
}
.poll-section input[type=checkbox]{
    display: block;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #2196F3;
    border-color: #2196F3;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}
.poll-section .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    margin-left: 0px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.poll-section .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    margin-left: 0;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 12px;
    color: #555555;
}
.poll-section .checkbox input[type="checkbox"] {
    opacity: 0;
}
.poll-section .checkbox input[type="checkbox"]:focus + label::before {
    outline: none !important;
}
.poll-section .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.poll-section .checkbox label{
    padding-left: 25px;
}
@media (min-width:300px) and (max-width:1000px){
    #actionsModal .modal-dialog {
        width: 100%;
        margin: 0 auto;
    }
}
.rating-list li{
    display: inline-block;
    margin: 3px;
    cursor: pointer;
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
}
.rating-list{
    list-style: none;
    margin: 0 auto 10px;
    display: block;
    text-align: center;
    background: #f6f6f6;
    padding: 15px;
    clear: both;
    border-radius: 5px;
}
.rating-list-label{
    display: none;
    font-weight: 500;
    text-align: center;
    background: #f1f2f4;
    padding-bottom: 15px;
    font-size: 15px;
}
.rating-list li img{
    height: 40px;
}
.rating-list .rating-star-hover,.rating-list .rating-star-click{
    filter:grayscale(0);
    -webkit-filter:grayscale(0);
}

.rating-list-view ul {
    display:inline-block;
}
.rating-list-view li{
    display: inline-block;
    margin: 3px;
    cursor: pointer;
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
}
.rating-list-view{
    padding: 0;
    list-style: none;
    margin: 0 auto;
    display: block;
    text-align: left;
    background: #ffffff;
    padding: 15px;
}
.rating-list-label{
    display: none;
    font-weight: 500;
    text-align: center;
    background: #ffffff;
    padding-bottom: 15px;
    font-size: 15px;
}
.rating-list-view li.selected{
    filter:grayscale(0);
    -webkit-filter:grayscale(0);
}
.rating-list-view li img{
    height: 35px;
}
.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 22px;
    transition: all 0.15s ease-out 0s;
    background: #d4dae0;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
    margin-right: 5px !important;
}
.chain-choice.option-input{
    background: #ffffff;
    border: 2px solid #c7c4c4;
}

.option-input:hover {
    background: #9faab7;
}
.option-input:checked,.option-input[type="radio"]:checked{
    background: #00BCD4;
    border-color: #00BCD4;
}
.option-input:checked::before,.option-input[type="radio"]:checked::before {
    height: 19px;
    width: 19px;
    position: absolute;
    content: "\2713";
    display: inline-block;
    font-size: 22px;
    text-align: center;
    line-height: 21px;
}
.option-input:checked::after,.option-input[type="radio"]:checked::after {
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}
.option-input[type="radio"]:checked::before {
    content: '\2022';
    border-radius: 50%;
    font-size: 48px;
    line-height: 9px;
    height: 20px;
    width: 20px;
    text-align: center;
    display: inline-block;
}
.option-input.radio {
    border-radius: 50%;
}
.option-input.radio::after {
    border-radius: 50%;
}
.option-input[type="radio"]:hover {
    background: #9faab7;
}
.option-input[type="radio"]:checked:hover {
    background: #00bcd4;;
}
.option-input[type="radio"]:checked::before:hover {
    background: transparent;
}
.option-input[type="radio"]:checked::after:hover {
    background: #00bcd4;;
}
.polls-section-main label{
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #595959;
    margin-bottom: 10px;
}
.polls-section-main input:focus{
    outline: none !important;
}
.polls-section-main label input[type="checkbox"]{
    display: inline-block;
    margin-right: 2px;
}
.leaderboard-sub-tabs{
    cursor: pointer;
    text-decoration: none;
    background: #ffffff;
    color: #2196F3;
    border: 1px solid #2196F3;
    padding: 12px;
    width: 180px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
}
.leaderboard-sub-tabs.selected{
    background: #2196F3;
    color: #ffffff;
    padding: 12px;
    font-size: 15px;
    border: 1px solid #2196F3;
}
#action-leaderboard-section{
    display: none;
}
.leaderboard-sub-tabs:hover{
    text-decoration: none;
}
.heading {
    font-size: 20px;
    display: block;
    margin: 5px 0 10px;
}
#action-leaderboard-section .fa {
    font-size: 25px;
}
.checked {
    color: orange;
}
.side {
    float: left;
    margin-top: 19px;
    text-align: left;
    padding-right: 10px;
    font-size: 15px;
    min-width: 20%;
    position: relative;
    top: 5px;
}
.middle {
    margin-top:10px;
    float: left;
    width: 45%;
}
.left{
    text-align: left !important;
    padding-left: 10px;
    width: 10% !important;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}
.bar-5 {
    width: 60%;
    height: 10px;
    background-color: #4CAF50;
}
.bar-4 {
    width: 30%;
    height: 10px;
    background-color: #2196F3;
}
.bar-3 {
    width: 10%;
    height: 10px;
    background-color: #00bcd4;
}
.bar-2 {
    width: 4%;
    height: 10px;
    background-color: #ff9800;
}
.bar-1 {
    width: 15%;
    height: 10px;
    background-color: #f44336;
}
.star-rating-body{
    margin-top: 10px;
}
.progress-bar-vertical {
    width: 40px;
    min-height: 200px;
    display: flex;
    align-items: flex-end;
    margin: 30px 40px 60px;
    float: left;
    border-radius: 0;
}
.progress-bar-vertical .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
}
.label-position{
    position: relative;
    float: left;
    min-height: 245px;
    margin-bottom: 20px;
}
.vertical-label{
    position: absolute;
    bottom: 12px;
    background: #337ab7;
    color: #fff;
    padding: 10px 4px;
    line-height: 15px;
    left: 0;
    right: 0;
    width: 120px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
}
.star-rating-body .label-position:nth-of-type(1) .vertical-label{
    background: #802828;
}
.star-rating-body .label-position:nth-of-type(2) .vertical-label{
    background: #EF4B80;
}
.star-rating-body .label-position:nth-of-type(3) .vertical-label{
    background: #08AC4D;
}
.star-rating-body .label-position:nth-of-type(4) .vertical-label{
    background: #FFA500;
}
.star-rating-body .label-position:nth-of-type(5) .vertical-label{
    background: #62C9C3;
}
.star-rating-body .label-position:nth-of-type(1) .progress-bar-vertical .progress-bar{
    background: #802828;
}
.star-rating-body .label-position:nth-of-type(2) .progress-bar-vertical .progress-bar{
    background: #EF4B80;
}
.star-rating-body .label-position:nth-of-type(3) .progress-bar-vertical .progress-bar{
    background: #08AC4D;
}
.star-rating-body .label-position:nth-of-type(4) .progress-bar-vertical .progress-bar{
    background: #FFA500;
}
.star-rating-body .label-position:nth-of-type(5) .progress-bar-vertical .progress-bar{
    background: #62C9C3;
}
.vertical-top-label{
    position: absolute;
    top: 10px;
    text-align: center;
    left: 0;
    right: 0;
    font-weight: 500;
    font-size: 15px;
}
.label-position img{
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: -21px;
    ;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}
.vertical-label span{
    position: relative;
    top: -5px;
}
.poll_choice_img{
    display: none;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 10px;
    object-fit: cover;
}
.leftside{
    display: inline-block;
    width:50px;
    float: left;
}
.leftside img{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: 10px;
}
.star-rating-body:after{
    display: table;
    clear: both;
    content: ' ';
}
.polls-reports{
    margin-top: 25px;
}
.actionlog-rating .rating-list{
    display: inline-block;
    padding: 10px;
}
.actionlog-rating .rating-list li img{
    height: 35px;
}
.logactions{
    border-radius: 20px;
}
.logactions i.fa-hand-stop-o{
    font-size: 13px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.user-camp-det .rating-list-view li{
    cursor: default;
}
.user-camp-det .rating-list-view{
    padding: 0 10px 5px 15px;
}
.option-input[type="radio"]{
    border-radius: 50%;
    margin-right: 5px;
}
.logdate .input-group-addon{
    cursor: pointer;
    position: absolute;
    right: 10px;
    background: transparent;
    border: none;
    color: #555555;
    border-left: 1px solid #cccccc;
    padding: 10px;
}
.input-group.logdate{
    width: 100%;
}
.logdate input{
    cursor: pointer;
}
.notification-camp-page .project-desc-title .campaign-title{
    width: 100%;
}
.polls-reports .panel-heading{
    padding: 0 !important;
}
.polls-reports .panel-heading .dropdown{
    color: #ffffff;
    position: absolute !important;
    top: 4px;
    right: 0;
}
.polls-reports .panel-heading .log-ation-header{
    margin-bottom: 0;
    padding: 7px 10px 10px;
}
.vertical-label span{
    display: -webkit-box;
    max-width: 100%;
    height: 31px;
    margin: 0 auto;
    font-size: 13px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.poll-max-min-txt{
    color: #4CAF50;
    font-size: 13px;
}
.poll-max-min-txt span{
    margin-bottom: 7px;
    margin-left: 5px;
}
.merror{
    display: none;
    color: #a94442;
    font-size: 12px;
}
.achievement-points i{
    color: #ffffff;
    background: #fee828;
    padding: 0 !important;
    border-radius: 50%;
    margin-right: 3px;
    font-size: 12px;
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
}
span.delete-action-log{
    color: #e91d63;
    margin:0 !important;
    margin-left: 0 !important;
    cursor: pointer;
}
.comments-action span i{
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    top: 0;
    background: #4caf50;
    color: #ffffff;
    height: 22px;
    width: 22px;
    line-height: 20px;
    margin-right: 3px;
}
.logs-like i{
    color: #9E9E9E;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    top: 2px
}
.logs-like.active span{color:#297cbd;}
.like-button{
    cursor: pointer;
}
.panel-body .action-achievement{
    padding: 5px 10px 0!important;
}
.panel-body .action-achievement{
    border-top: none !important;
}
.poll-choice-label{
    color: #6c6c6c;
    font-weight: 400;
    font-size: 15px;
    position: relative;
}
.spread-modal span.poll-choice-label:after{
    content: '\2713';
    position: absolute;
    left: -18px;
    right: 0;
    top: -1px;
    align-items: center;
    justify-content: center;
    color: #333333;
}
.comment-count{
    margin-right: 2px;
}

.view-more-comments{
    color: #2196f3;
    margin-left: 48px;
    display:inline-block;
    margin-bottom: 5px;
    text-decoration: underline;
}
.hide-comments{
    display: none;
}
.secondary-action{
    display: none;
}
.campaign-title{
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    line-height: 26px;
}
.body.content{
    padding-top: 50px;
}
.secondary-action .view-all-actions{
    display:none;
}
.journy-description{
    color: #686f7a;
    padding-top: 10px;
    font-size: 15px;
}
.journy-name{
    color: #565656;
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 5px;
}
.error-journy-section img{
    max-width: 100%;
    height: 250px;
}
.error-journy-section{
    padding-top: 50px;
}
.error-journy-section .col-red{
    color: #d40909;
    font-size: 20px;
    padding-bottom: 10px;
}
#reports .filter-drop{
    top: 0;
    right: 0;
    margin-left: 10px;
}
#actionsModal{
    z-index: 9999;
}
.summary-section .start-date-section{
    padding-right: 0;
}
.actionlog-accordion:hover{
    text-decoration: none;
}
.filter-complete-drop,.dropdown-menu.sort-dropdown,.rank-dropdown,.journy-reports .filter-complete-drop{
    z-index: 99;
}
#lightbox{
    z-index: 999999;
}
@media only screen and (min-width:240px) and (max-width:768px){
    .icon-img{
        display: none;
    }
    .log-user-img{
        height: 35px;
        width: 35px;
    }
    .rating-list-view li img{
        height: 30px;
    }
    .input-type-action{
        padding: 5px 10px;
        margin-right: 0;
    }
    .campaign-title{
        font-size: 20px;
        line-height: 20px;
    }
    .panel-heading,.panel-body{
        padding: 5px 5px;
    }

    .panel-body .action-achievement{
        padding: 5px 0 !important;
        margin:0;
    }
    .comments-body{
        margin:0;
        padding: 0;
    }
    .projects-details-section{
        padding: 0;
    }
}
@media only screen and (min-width:240px) and (max-width:699px){
    .post-comment-btn{
        width: 30%;
        padding: 4px 5px;
        margin: 10px 0;
        float: right;
        margin-right: 20px;
    }
    .comments-list.show-comments{
        clear:both;
    }
    .comments-list-text{
        width: 85%;
    }
    .input-type-action{
        line-height: 26px;
    }
}
@media only screen and (min-width:700px) and (max-width:768px){
    .post-comment-btn{
        width: 20%;
        float: right;
        margin-right: 20px;
    }
    .write-comment textarea{
        width: 69%;
    }
}
.pending-approvals.tooltip-help i{
    position: relative;
    top: 18px;
    font-size: 18px;
    margin-right: 3px;
}
.others-my-report img{
    height: 35px;
    width: 35px;
    cursor: pointer;
}
.others-my-report .rep-text{/*display: inline-block;*/
    line-height: 14px;
    padding-top: 4px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    font-weight: 500;
    vertical-align: middle;
    border: 1px solid #03a9f4;
    color: #03a9f4;
    padding: 10px 20px;
}
.others-my-report .img-rep{
    display: block;
    text-align: center;
    cursor: pointer;
}
.gamification-tabs img{
    height: 35px;
    width: 35px;
    cursor: pointer;
}
.gamification-tabs .rep-text{
    display: inline-block;
    line-height: 14px;
    padding-top: 4px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    font-weight: 500;
    vertical-align: middle;
    border: 1px solid #03a9f4;
    color: #03a9f4;
    padding: 10px 20px;
}
.gamification-tabs .img-rep{
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.filter-text{
    display: block;
    text-align: center;
    font-size: 13px;
    width: 45px;
    line-height: 14px;
}
.user-view-reports.summary-reports-section .filter-drop{
    text-align: center;
    width: 42px;
}
.achievements-calendar .ui-datepicker-trigger{
    top: 67px;
    right: 45px;
    position: absolute;
    margin-top: 5px;
    margin-bottom: 10px;
}
.accordionRule .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
    background-color: transparent;
}
.accordionRule .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
    background-color: transparent;
}
.accordionRule .panel-title a{
    display: block;
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    color: #E91E63;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
    box-shadow: none;
    margin-top: 5px;
    padding: 5px 0 10px;
    text-decoration: none;
}
.accordionRule .panel-title a.collapsed{
    box-shadow: none;
    color: #676767;
    box-shadow: none;
}
.accordionRule .panel-title a:before,
.accordionRule .panel-title a.collapsed:before{
    content: "\f067";
    font-family: "FontAwesome";
    width: 25px;
    height: 25px;
    line-height: 26px;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
    color: #999999;
}
.accordionRule .panel-title a.collapsed:before{
    color: #676767;
    transform: rotate(0);
}
.accordionRule .panel-title a:after{
    content: "";
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}
.accordionRule .panel-body{
    padding: 0;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}
.user-achievement-action .achievement-act-name{
    width:auto !important;
}
.user-achievement-action .achievement-act-points{
    color: #ffffff;
    background: #4CAF50;
    padding: 1px 10px;
    border-radius: 20px;
}
.achievement-action-pts .achievement-action.user-achievement-action  {
    padding-bottom: 2px;
    color: #777777;
    font-size: 14px;
    display: inline-block;
    background: #fbfbfb;
    padding: 0 5px 2px;
    border-radius: 20px;
}
.achievement-action-pts{
    background: beige !important;
}
.accordionRule .panel {
    margin: 5px 15px;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    background-color: #fff;
    padding: 1px 10px 10px;
}
.panel-group.accordionRule{
    margin-bottom: 10px;
}
.panel-group.accordionRule .panel-default{
    padding-bottom: 5px;
}
.achievedListModal  h6.section-title{
    color: #eee;
}
.achievedListModal  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #E91E63;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 1px solid !important;
    font-size: 15px;
    font-weight: bold;
}
.achievedListModal .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    padding: 3px 10px;
}
.achievedListModal .nav-tabs{
    border: none;
}
.achievedListModal .nav-link:hover {
    color: #03A9F4;
}
.achievedListModal thead{
    background: #f3f3f3;
    color: #333;
}
.achievedListModal a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.achievedListModal .modal-title{
    font-size: 20px;
    float: left;
}
.achievedListModal button.close{
    float: right;
}
.achievedListModal .modal-footer{
    border: none;
    padding: 10px 0;
}
.achievedListModal .modal-header{
    padding: 7px 15px;
}
.achievedListModal .modal-content{
    border-radius: 0;
}
.achievedListModal .modal-footer button{
    border-radius: 0;
    width: 140px;
}
.achievedListModal button.close{
    margin-top: 9px;
    font-size: 25px;
}
#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
#tab-button li {
    display: table-cell;
    width: 80px;
}
#tab-button li a {
    display: block;
    padding: 5px;
    background: #eee;
    border: 1px solid #ddd;
    text-align: center;
    color: #000;
    text-decoration: none;
}
#tab-button li:not(:first-child) a {
    border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
    border-bottom-color: #E91E63;
    background: #E91E63;
    color: #ffffff;
}
#tab-button li.active a,#tab-button li a:hover{
    border-bottom-color: #E91E63;
    background: #E91E63;
    color: #ffffff;
}
.tab-contents {
    padding: 10px 5px;
    border: 1px solid #ddd;
}

.tab-button-outer {
    display: none;
}
.tab-contents {
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }
    .tab-select-outer {
        display: none;
    }
    .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
    }
}

.achievedListModal .modal-dialog{
    width:700px;
}
.tab-content-detail{
    padding: 15px 5px;
}
.date-highlight{
    padding: 5px;
    border: 1px solid #E91E63;
    color: #e91e63;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    font-size: 15px;
    margin: 4px;
    font-weight: 400;
}
.date-greyed{
    padding: 5px;
    border: 1px solid #999999;
    color: #999999;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    font-size: 15px;
    margin: 4px;
    font-weight: 400;
}
.week-heading{
    border: none;
    height: 25px;
    color: #888888;
    font-weight: 600;
}
.previous-month,.next-month {
    border: 1px solid #99999930;
    color: #9999993d;
}
.date-achieved-weekly{
    padding: 5px;
    border: 1px solid #E91E63;
    color: #fff;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    margin: 4px;
    font-weight: 400;
    background: #e91e63;
}
.tab-year-details .tab-contents{
    display: none;
}
.tab-year-details .tab-contents.active{
    display: block;
}
.achievedListModal .achievement-type{
    color: #FF9800;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
}
.achievedListModal.achievement-name{
    width: 85%;
    text-align: center;
    display: inline-block;
}
.date-selected:after{
    content: '\f111';
    font-family: fontawesome;
    display: inline-block;
    position: absolute;
    bottom: -7px;
    right: -5px;
    font-size: 13px;
}
.selected-week span{
    border-color: #e91e63;
    color: #e91e63;
}
.date-selected{
    border: 1px solid;
}
.achievement-count{
    cursor: pointer;
    color: #4CAF50;
    text-decoration: underline;
}

section .section-title {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.shoutout-tabs h6.section-title{
    color: #eee;
}
#nav-tab {
    border-bottom: 1px solid #ddd;
}
.shoutout-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: bold;
    cursor: default;
    background-color: #19bcbc !important;
    border: 1px solid #ddd !important;
    border-bottom-color: transparent !important;
}
.shoutout-tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #565656;
    font-size: 15px;
}
.users-list{
    width: 11.3%;
    display: inline-block;
    margin: 0.6%;
    background: #f8f8f8;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    border: 1px solid #f2f2f2;
    float: left;
}
.users-list label{
    padding: 4px 4px 0;
    width: 100%;
    font-weight: 400;
    cursor: pointer;
}
.users-list.cloned label{
    margin-bottom: 0;
}
.cuser-img{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}
.cuser-name{
    text-align: center;
    display: block;
    color: #686868;
    line-height: 16px;
    padding-top: 5px;
    font-size: 12px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#nav-tab .nav-link{
    padding: 5px 15px;
    color: #ffffff;
    font-size: 15px;
    float: left;
    margin-bottom: -1px;
    background-color: #fff;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #ddd;
    background: #bababa;
}
#nav-tabContent .tab-pane{
    border: 1px solid #dddddd;
    border-top: none;
    margin-bottom: 15px;
}
.all-users-list{
    max-height: 250px;
    overflow: auto;
    padding: 0 5px;
}
.all-users-list::-webkit-scrollbar {
    width: 7px !important;
}
.all-users-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    border-radius: 5px !important;
    background-clip: content-box;
}
.all-users-list::-webkit-scrollbar-thumb {
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;
}
.all-users-list::-webkit-scrollbar-track-piece {
    height: 10px;
}

.all-images-list{
    max-height: 250px;
    overflow: auto;
    padding: 0 5px;
}
.all-images-list::-webkit-scrollbar {
    width: 7px !important;
}
.all-images-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    border-radius: 5px !important;
    background-clip: content-box;
}
.all-images-list::-webkit-scrollbar-thumb {
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;
}
.all-images-list::-webkit-scrollbar-track-piece {
    height: 10px;
}
.image-list{
    width: 103px;
    display: inline-block;
    margin: 3px;
    background: #fbfbfb;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    border: 1px solid #f2f2f2;
    float: left;
}
.image-list label{
    padding: 4px;
    width: 100%;
    font-weight: 400;
}

#nav-tab .nav-link:hover,#nav-tab .nav-link:focus{
    text-decoration: none;
}
#nav-tabContent .search-criteria{
    margin-top: 10px;
    border-radius: 20px;
    width: 98%;
    height: 30px;
    background: #fff;
    line-height: 30px;
    padding: 0 15px;
    color: #565656;
}
#nav-tabContent .search-criteria:focus{
    outline: none !important;
}
#nav-tabContent .filter-search-box{
    padding: 5px;
}
.user-selected::before, .user-selected::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    border-color: transparent;
    border-style: solid;
}
.user-selected::after {
    border-radius: 0.4em;
    border-width: 16px;
    border-right-color: #4CAF50;
    border-top-color: #4CAF50;
}
.user-selected i{
    position: absolute;
    top: 2px;
    z-index: 99999;
    color: #ffffff;
    right: 2px;
}
.user-selected{
    display:none;
}
.user-selected.active{
    display: block;
}
.selected-count{
    background: #FF9800;
    height: 17px;
    width: 17px;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
}
.actionlog-shoutout .log-main-section{
    width: 100%;
}
#actionlogs .log-main-section .user-list-option {
    width: auto;
}
.users-list.active{
    border-color: #4caf50;
}
.generate-link{
    color: #2196f3;
}
.modal-title .generate-link{
    font-size: 15px;
}
.action-achievement,.response-status-select{
    clear: both;
}
.response-status-select:after{
    display:table;
    clear: both;
    content: ' ';
}
.create-categ-radio.check{
    border: 1px solid #139DEB;
}
.check-option{
    display: none;
}
.check .check-option{
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 5px;
    color: #ffffff;
    z-index: 999;
}
.check {
    border: 2px solid #139DEB;
    background-color: #fff;
    position: relative;
}
.response-status-select input[type="radio"]{
    opacity: 0;
}
.response-status-select .header{
    font-weight: 500;
}
.response-status-select .select-category{
    width: 19% !important;
}
.response-status-select .check .check-option{
    color: #139deb;
}
.response-status-select .check::before,.response-status-select .check::after{
    border: none !important;
}
.response-status-select{
    padding: 10px 10px 15px;
    background: #fbfbfb;
    border-radius: 3px;
}
.view-more-response,.view-less-response{
    color: #2196F3;
    display: inline-block;
    margin-right: 10px;
    text-decoration: underline;
    margin-top: 10px;
    cursor: pointer;
    float: right;
}
.response-status-min:after{
    display: table;
    clear: both;
    content: ' ';
}
.response-status-min{
    display: none;
}
.view-more-response i,.view-less-response i{
    margin-left: 2px;
}
.response-user-count i{
    margin-right: 2px;
}
.response-user-count{
    margin-left: 3px;
    white-space: nowrap;
}
.status-user-count i{
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-right: 0px;
    font-weight: 500;
}
.status-user-count{
    float: left;
    font-weight: 500;
    font-size: 13px;
    color: #999999;
    cursor: pointer;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.moreActionlog .create-categ-radio,.moreActionlog .create-categ-radio.check{
    border: none !important;
    padding-bottom: 0;
}
.projects-details-section .tab-content>.active{
    padding: 15px 15px 0 !important;
}
#userStatusModal .loader-container-details{
    text-align:center;
}
.modal.left .modal-dialog,.modal.right .modal-dialog {
    position: absolute;
    margin: auto;
    width: 550px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}
.modal.right.fade .modal-dialog {
    right: -550px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
    right: 0;
}


.campaign-user-header{
    background: #eeeeee;
    position: relative;
}
.campaign-user-header .journy-image{
    height: 65px;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 80px;
    position: absolute;
    top: 4px;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(70, 70, 69, 0.49);
    -webkit-box-shadow: 0 0 6px rgba(70, 70, 69, 0.49);
    z-index: 0;
}
.journy-header-details:after{
    display: table;
    clear: both;
    content: ' ';
}
.journy-name-desc{
    position: absolute;
    left: 104px;
    margin-top: 20px;
    width: 39%;
}

.participate-now-btn{
    font-size: 13px;
    display: block;
    width: 100px;
    height: 32px;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    color: #fff;
    border: 0;
    background: #2593d0;
    moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0 10px 18px 1px rgb(0 0 0 / 25%), 3px 15px 53px 3px rgb(0 0 0 / 25%);
    z-index: 99;
}
.participate-now-btn img{
    height: 10px;
}
.participate-now-btn:hover,.participate-now-btn:focus{
    color: #fff;
    box-shadow:none;
    moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.empty-action-log .add-new-action{
    margin-bottom: 20px;
    margin-top: 45px;
}
.journy-acted-details{
    margin-top: 0;
    margin-right: 15px;
}
.projects-details-section{
    overflow: visible !important;
}
.journy-achievement-points{
    clear: both;
}
.journy-achievements{
    clear: both;
}
.menu-tab-content{
    clear: both
}
.projects-details-section .tab-content>.active{
    background: #ffffff !important;
}
#action-log-header{
    border-bottom: none;
    padding-bottom: 0;
}
.sort-campaign-list button{
    background: #5f85ea;
    color: #ffffff;
    border-radius: 0;
}
.filter-drop .dropdown-toggle{
    background: #ffffff;
    border-radius: 5px;
    font-weight: 500;
}
.filter-drop .caret {
    margin-left: 8px;
}
.list-actiologs-header .list-actiologs{
    background: #ffffff;
    padding: 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-right: 0;
    color: #333333;
}
.list-actiologs-header{
    display: inline-block;
    margin-right: 0;
}
.board-view .board-header{
    padding: 10px 10px;
    color: #010101;
    font-weight: 700;
    font-size: 15px;
}
#board-view-filter input[type="checkbox"]{
    display: inline-block;
}
#board-view-reactions .filter-options{
    display: block;
}
.projects-details-section .category-filters .tab-content>.active{
    border: 1px solid #e4e4e4 !important;
    border-bottom: none !important;
}
.scroll-list .search-body label{
    word-break: break-word;
    white-space: normal;
}
.corp-proj-details .nav>li>a{
    transition: all 0.5s ease;
    font-size: 14px;
    color: #333333;
    padding: 10px 12px;
}
.filter-complete-drop .nav-tabs>li{
    margin-bottom: -1px !important;
}
.actionFilter-list label{
    margin-right: 20px;
}
.actionFilter-list label.boardActiontype{
    margin-left: 20px;
    margin-bottom: 5px;
}
.category-filters .tab-board-view label{
    margin-top: 10px;
}
.p-l-25{
    padding-left: 25px
}
.board-list-count{
    display: inline-block;
    border-radius: 15px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
    padding: 0 5px;
}
.board-view-progress{
    width: 300px;
    position: relative;
    top: 10px;
}
.board-view-progress .progress{
    margin: 8px 0 0 10px;
    height: 15px;
    border: #b6b6b6 solid 1px;
    border-radius: 8px;
    background: url('../images/progress_bar_bg.jpg') repeat-x 0 0;
}
.board-view-progress .progress-bar{
    background: url('../images/progress_bg.jpg') repeat-x 0 0;
}
.board-view-progress .progress-txt{
    position: absolute;
    left: 100%;
    top: 6px;
    min-width: 100px;
    padding-left: 5px;
}
.projects-details-section .userListModal .tab-content>.active{
    padding: 0!important;
    border: 0!important;
}
.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    height: 35px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    margin-right: 5px;
}
.search-form .form-group input.form-control {
    padding-right: 20px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display:block;
    height: 33px;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
}
.search-form .form-group span.form-control-feedback,.search-form .form-group #searchclear {
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 2;
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #333;
    left: initial;
    font-size: 14px;
    pointer-events: auto;
    cursor: pointer;
}
.search-form .form-group #searchclear{
    display: none;
    cursor: pointer;
}
.comments-list .comment-media img{
    height: auto;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    max-height: 200px;
    object-fit: contain;
}
.loading-container.pop-loader{
    position: fixed;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,0.6);
    height: 100%;
    margin: 0;
    border-radius: 0;
    z-index: 2;
}
.loading-container.pop-loader .loading{
    margin: 0 auto;
}
.loading-container.pop-loader #loading-text{
    width: 100%;
}
.login-msg p{
    font-size: 20px;
    font-weight: 500;
}
.login-msg .fa{
    font-size: 40px;
}
#communityLog .modal-header{
    border: 0;
}
.file-wrapper input[type="file"]
{
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.video-preview{
    max-width: 100%;
}
.uploadmedia-section .video-preview{
    max-height: 300px;
    margin: 0 auto;
    display: block;
}
button.close-media{
    width: 20px;
    line-height: 20px;
    background: #e63030;
    border-radius: 50%!important;
    font-weight: 400;
    opacity: 0.8;
    color: #fff;
    top: -5px!important;
    right: 0!important;
    font-size: 17px;
}
button.close-media:hover{
    opacity: 1;
    color: #fff;
}
.action-icon{
    display: block;
    float: left;
    height: 30px;
    margin: 0 auto;
    padding: 5px;
    width: 30px;
}

.showActions{
    display: inline !important;
}
.modal-backdrop.fade.in{
    opacity: 0.5;
}
#actionsModal .action-container .action-icon{
    float: none;
    display: inline-block;
}
#actionsModal .action-container .shoutout-comments,#actionsModal .action-container label{
    display: inline-block;
}
#actionsModal .calendar-form-group.action-container{
    width: 100%;
}
#actionsModal .action-container .label-content,#actionsModal .action-container .shoutout-comments{
    cursor: pointer;
}
.uploadmedia-section,.textarea-section,.rate-section,.shoutout-section,.quantity-section,.poll-check-list{
    display: none;
}
#gamification .tab-pane{
    display: none;
}
#gamification .tab-pane.active{
    display: block;
}
.user-camp-det .tabHeader{
    display:flex;
    background: #f0f0f0;
    align-items: center;
    border-bottom: #a6a6a6 solid 1px;
}
.pt-0{
    padding-top: 0!important;
}
.tabHeader .menu1{
    flex: 0 0 auto;
    padding:0 40px 0 20px;
}
.menu1 .dropdown .dropdown-menu{
    left: 0;
    width: auto;
    margin-top: 10px;
    min-width: 100%;
}
.tabHeader .menu1 span{
    font-weight: 500;
    color: #43ab4c;
    font-size: 18px;
}
.tabHeader .menu1 a i{
    margin-left: 10px;
}
.tabHeader .menu2{
    flex: 1 1 auto;
    width: 100%;
}
.navTabs {
    position: relative;
}
/*.worksheet-view{
    display: none;
}*/
.tabulator .tabulator-header .tabulator-col{
    background: #f5f5f5 !important;
    /*border-right: 1px solid #ccc !important;*/
    /* border-right: 1px solid #ccc !important;*/
}
.tabulator-row.tabulator-row-even{
    background-color: #ffffff !important;
}
.tabulator{
    border: 1px solid #ccc !important;
    background-color: #f5f5f5 !important;
}
.tabulator-row .tabulator-cell{
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc;
    /*height: 30px !important;*/
}
.tabulator .tabulator-footer{
    border-top: 1px solid #ccc !important;
    background-color: #f5f5f5 !important;
}
.worksheet-action{
    color: #5f85ea;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}
.tabular-profile{
    height:50px;
    width: 50px;
}
.tabular-image{
    height: 50px;
    width: 50px;
}
.all-users-list{
    max-height: 250px;
    overflow: auto;
    padding: 0 5px;
}
.tabulator-tableHolder::-webkit-scrollbar {
    width: 12px !important;
    height: 12px !important;
}
.tabulator-tableHolder::-webkit-scrollbar-track {
    background-color: hsl(0deg 2% 38% / 28%) !important;
    box-shadow: inset 0 0 0 1px hsl(0,0%,100%) !important;
    ;
    border-radius: 5px !important;
    background-clip: content-box;
}
.tabulator-tableHolder::-webkit-scrollbar-thumb {
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 0 0 1px hsl(0,0%,100%) !important;
    background:#90A4AE
}
.tabulator-tableHolder::-webkit-scrollbar-track-piece {
    height: 10px !important;
}
.navTabs:not(.--jsfied) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.navTabs .--hidden {
    display: none;
}
.navTabs a,
.navTabs button {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 1em;
    line-height: 1.2;
    color: #000;
}
.navTabs button i{
    margin-left: 10px;
}
.navTabs .-primary {
    margin: 0;
}
.navTabs .-primary > li {
    float: left;
}
.navTabs .-primary > li + li {
    border-left: 1px solid #f1f1f1;
}
.navTabs .-primary > li > button{
    border: 0;
    background: #43ad4b;
}
.navTabs .-primary > li > a,
.navTabs .-primary > li > button {
    white-space: nowrap;
    padding: 1em;
    background: #fff;
}

.navTabs .-primary > li > a:hover,
.navTabs .-primary > li:hover > button {
    background: #43ad4b;
    color: #fff;
}
.navTabs .-primary > li > a:active,
.navTabs .-primary > li > button:active {
    background-color: #43ad4b;
    color: #fff;
}
.navTabs .-primary .-more > button span {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.navTabs.--show-secondary .-primary .-more > button span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.navTabs .-secondary {
    max-width: 100%;
    min-width: 10em;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.3);
    -webkit-animation: nav-secondary 0.2s;
    animation: nav-secondary 0.2s;
}
.navTabs .-secondary li {
    background-color: #fff;
}
.navTabs .-secondary a,
.navTabs .-secondary button {
    padding: 10px 15px;
    color: #454545;
}
.navTabs .-secondary a:hover,
.navTabs .-secondary button:hover {
    background-color: #43ad4b;
    color: #fff;
}
.navTabs .-secondary a:active,
.navTabs .-secondary button:active {
    background-color: #43ad4b;
    color: #fff;
}
.navTabs.--show-secondary .-secondary {
    display: block;
    z-index: 9;
}

@-webkit-keyframes nav-secondary {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes nav-secondary {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.tick-icon{
    max-width: 18px;
    float: right;
    margin: 5px 5px 0 0;
}
.expand-collapse{
    float: right;
    cursor: pointer;
    background: #5E84E7;
    color: #fff;
    padding: 2px 8px;
    border-radius: 5px;
}
.showtick{
    display:block;
}
.hidetick{
    display:none;
}
.sticky{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    padding: 5px 100px;
    margin-top: 97px;
    z-index: 1;
}
.worksheet-view{
    display: none;
    position: relative;
}
.tabulator .tabulator-header .tabulator-col{
    background: #f5f5f5 !important;
    /*border-right: 1px solid #ccc !important;*/
    min-height: 36px;
}
.tabulator-row.tabulator-row-even{
    background-color: #fbfbfb !important;
}
.tabulator{
    border: 1px solid #ccc !important;
    background-color: #f5f5f5 !important;
}
.tabulator-row .tabulator-cell{
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc;
    min-height: 32px;
    line-height: 16px;
}
.tabulator .tabulator-footer{
    border-top: 1px solid #ccc !important;
    background-color: #f5f5f5 !important;
}
.worksheet-action{
    color: #5f85ea;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}
.tabular-profile{
    height:50px;
    width: 50px;
}
.tabular-image{
    height: 50px;
    width: 50px;
}
.all-users-list{
    max-height: 250px;
    overflow: auto;
    padding: 0 0;
}
.video-preview{
    max-width: 100%;
}
.uploadmedia-section .video-preview{
    max-height: 300px;
    margin: 0 auto;
    display: block;
}
button.close-media{
    width: 20px;
    line-height: 20px;
    background: #e63030;
    border-radius: 50%!important;
    font-weight: 400;
    opacity: 0.8;
    color: #fff;
    top: -5px!important;
    right: 0!important;
    font-size: 17px;
    height: 20px;
}
button.close-media:hover{
    opacity: 1;
    color: #fff;
}
.action-icon{
    display: block;
    float: left;
    height: 30px;
    margin: 0 auto;
    padding: 2px 5px 5px 0;
    width: 30px;
}
.action-container{
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}
.showActions{
    display: block !important;
    clear: both;
}
.modal-backdrop.fade.in{
    opacity: 0.5;
}
#actionsModal .action-container .action-icon{
    float: none;
    display: inline-block;
    vertical-align: top;
}
.modal .action-container .shoutout-comments,.modal .action-container label{
    display: inline-block;
    max-width:470px;
    font-size: 15px;
}
#actionsModal .calendar-form-group.action-container{
    width: 100%;
}
.modal .action-container .label-content,.modal .action-container .shoutout-comments,.modal .action-container .label-content .quantity-label{
    cursor: pointer;
    font-size: 17px;
}
.modal .action-container .shoutout-comments,.modal .action-container .label-content .quantity-label{
    width: auto;
    max-width: 90%;
    margin-bottom: 15px;
}

.uploadmedia-section,.textarea-section,.rate-section,.shoutout-section,.quantity-section,.poll-check-list,.chain-check-list,.calendar-section,.duration-section,.location-section{
    display: none;
}
#gamification .tab-pane{
    display: none;
}
#gamification .tab-pane.active{
    display: block;
}
.user-camp-det .tabHeader{
    display:flex;
    background: #f0f0f0;
    align-items: center;
    border-bottom: #a6a6a6 solid 1px;
}
.pt-0{
    padding-top: 0!important;
}
.tabHeader .menu1{
    flex: 0 0 auto;
    padding:0 40px 0 20px;
}
.menu1 .dropdown .dropdown-menu{
    left: 0;
    width: auto;
    margin-top: 10px;
    min-width: 100%;
}
.tabHeader .menu1 span{
    font-weight: 500;
    color: #43ab4c;
    font-size: 17px;
}
.tabHeader .menu1 a i{
    margin-left: 10px;
}
.tabHeader .menu2{
    flex: 1 1 auto;
    width: 100%;
}
.navTabs {
    position: relative;
    background: #fff;
}
.navTabs:not(.--jsfied) {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.navTabs .--hidden {
    display: none;
}
.navTabs a,
.navTabs button {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 13px;
    line-height: 1.2;
    color: #000;
}
.navTabs button i{
    margin-left: 10px;
}
.navTabs .-primary {
    margin: 0;
}
.navTabs .-primary > li {
    float: left;
}
.navTabs .-primary > li + li {
    border-left: 1px solid #f1f1f1;
}
.navTabs .-primary > li > button{
    border: 0;
    background: #43ad4b;
}
.navTabs .-primary > li > a,
.navTabs .-primary > li > button {
    white-space: nowrap;
    padding: 10px;
    background: #fff;
}

.navTabs .-primary > li > a:hover,
.navTabs .-primary > li:hover > button {
    background: #43ad4b;
    color: #fff;
}
.navTabs .-primary > li > a:active,
.navTabs .-primary > li > button:active {
    background-color: #43ad4b;
    color: #fff;
}
.navTabs .-primary .-more > button span {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.navTabs .--show-secondary .-primary .-more > button span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.navTabs .-secondary {
    max-width: 100%;
    min-width: 10em;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.3);
    -webkit-animation: nav-secondary 0.2s;
    animation: nav-secondary 0.2s;
}
.navTabs .-secondary li {
    background-color: #fff;
}
.navTabs .-secondary a,
.navTabs .-secondary button {
    padding: 10px 15px;
    color: #454545;
}
.navTabs .-secondary a:hover,
.navTabs .-secondary button:hover {
    background-color: #43ad4b;
    color: #fff;
}
.navTabs .-secondary a:active,
.navTabs .-secondary button:active {
    background-color: #43ad4b;
    color: #fff;
}
.navTabs.--show-secondary .-secondary {
    display: block;
}

@-webkit-keyframes nav-secondary {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes nav-secondary {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.tick-icon{
    max-width: 18px;
    float: right;
    margin: 5px 5px 0 0;
}
.expand-collapse{
    float: right;
    cursor: pointer;
    background: #398cef;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    margin-top: 0px;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.import-action-log{
    margin-left: 15px;
    background: #398cef;
    color: #ffffff;
    -webkit-box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%);
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%);
    border-radius: 50%;
    cursor: pointer;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
}
.showtick{
    display:block;
}
.hidetick{
    display:none;
}
.sticky{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    padding: 5px 100px;
    margin-top: 97px;
    z-index: 1;
}

/* The container <div> - needed to position the dropdown content */
.tabHeader .dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.tabHeader .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

/* Links inside the dropdown */
.tabHeader .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.tabHeader .dropdown-content a:hover {
    background-color: #ddd;
}
.tabHeader .dropdown:hover .dropdown-content {
    display: block;
}
.list-actiologs-header.active .dropdown-toggle{
    color: #006db0;
}
.list-actiologs-header.active{
    border: none;
    border-bottom-color: transparent;
    border-top: 2px solid #006db0;
    background: #ffffff;
}
.list-actiologs-header.open .dropdown-toggle{
    box-shadow:none !important;
    -webkit-box-shadow:none !important;
}
.list-actiologs-header button{
    background:transparent;
}
.board-content .actionlog-panel.col-md-12 .log-main-section {
    width: 100%;
}
#actionlogs .board-content .actionlog-panel.col-md-12 .log-main-section .user-list-option {
    width: 92%;
}
#actionlogs .board-content .edited-by{
    display:none !important;
}
.apc_column{
    *zoom:1;
    position:relative;
    background:#eee;
    min-height:10px
}
.apc_column:after{
    content:"";
    display:table;
    clear:both
}
.apc_column .board-content{
    min-height:50px;
    padding:0 10px
}
.apc_row--columns{
    *zoom:1
}
.apc_row--columns:after{
    content:"";
    display:table;
    clear:both
}
.apc_drop-placeholder-blocked{
    background:#dbf6bd;
    border:1px dotted #4caf50;
}
.apc_drop-placeholder-blocked{
    float:none;
    padding:10px;
    margin-bottom: 10px;
}
.apc_no-content{
    color:#bbb;
    font-size:13px;
    text-align:center;
    display:block;
    line-height:30px;
    text-transform:uppercase;
    vertical-align:middle
}
.board-content:after{
    content: '';
    display: table;
    clear: both;
}
.navbar-menu {
    -webkit-box-shadow: 0 3px 3px #e4e4e4;
    -moz-box-shadow: 0 3px 3px #e4e4e4;
    box-shadow: 0 3px 3px #e4e4e4;
    background: #ffffff;
    padding: 0 15px;
}
.boards-listing label.defaultBoards{
    font-weight: 400;
    color: #607D8B;
    margin: 0 0px 5px;
    display: inline-block;
}
.boards-listing .radio .checkround:after{
    background: #607D8B;
}
.boards-listing .checkround{
    border-color: #607D8B;
    top: -7px !important;
}
#board-view-filter .check-container input:checked ~ .checkmark,#calendar-view-filter .check-container input:checked ~ .checkmark {
    background-color: #2196F3;
    border-color: #2196F3;
}
#board-view-filter .check-container .checkmark:after,#calendar-view-filter .check-container .checkmark:after {
    left: 4px;
    top: 1px;
}
.boards-listing .panel.panel-default {
    padding-left: 15px;
}
#board-view-dates{
    padding: 25px !important;
}
.board-date{
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 500;
    color: #E91E63;
}
.category-journy-item img{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 0;
}
/*li.item.category-journy-item{position: relative;}*/
li.item.category-journy-item a.journy-link{
    padding: 10px 15px;
}
.frozen{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    cursor: pointer;
    margin: 10px 2px 0;
}
.filter-appliedLabel{
    margin-left: 10px;
    font-size: 14px;
    color: #565656;
}

.dropdown-colorselector>.dropdown-menu {
    top: 80%;
    left: -186px;
    padding: 4px;
    min-width: 225px;
    max-width: 130px;
    margin-top: 10px;
    border-radius: 5px;
}
.dropdown-colorselector>.dropdown-menu>li {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 2px;
    min-height: auto !important;
}

.dropdown-colorselector>.dropdown-menu>li>.color-btn {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border-radius: 2px;
    position: relative;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
}

.dropdown-colorselector>.dropdown-menu>li>.color-btn:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.dropdown-colorselector>.dropdown-menu>li>.color-btn.selected:after {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    display: inline-block;
    font-size: 11px;
    color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 20px;
}

.btn-colorselector {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #DDD;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
}

.dropdown-menu.dropdown-caret:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 190px;
    position: absolute;
    top: -7px;
}

.dropdown-menu.dropdown-caret:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 192px;
    position: absolute;
    top: -6px;
}
.dropdown-colorselector.open .dropdown-menu li:first-of-type a{
    border: 1px solid #e8e8e8;
}
.colorsection-container .dropdown-colorselector{display: inline-block;}
.colorSelect-img img{
    height:20px;
    width: 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}
.chain-choice-label{
    text-align: justify;
    display: inline-block;
    width: 88%;
    vertical-align: middle;
    font-weight: 400;
    font-size: 15px;
    margin-left: 5px;
    color: #636363;
}
#actionsModal .chain-section-logs label {
    width:100%;
}
.chain-section-logs{
    margin-bottom: 5px;
}
.chain-section-logs label{
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
}
.chain-section-logs input:focus{
    outline: none !important;
}
.chain-section-logs label input[type="checkbox"]{
    display: inline-block;
    margin-right: 2px;
}
.chain-check-list .filter-search-box{
    position: relative;
    display: inline-block;
    clear: both;
    width: 70%;
    margin-left: 0;
}
.chain-check-list .input-group-addon{
    width: auto;
    padding: 0;
    position: absolute;
    top: 12px;
    right: 3px;
    border: none;
}
.chain-check-list .input-group-addon button{
    border: none;
    padding: 10px;
    border-left: 1px solid #e4e4e4;
    background: #f6f6f6;
}
.chain-check-list:after,.chainlist:after,.chain-section-logs:after{
    display: table;
    content: " ";
    clear: both;
}
.chain-section-logs.draftChain{
    display:none;
}
.chainlist{
    max-height: 350px;
    overflow: auto;
    clear: both;
}
.chainlist::-webkit-scrollbar {
    width: 8px !important;
    height: 10px !important;
}
.chainlist::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    border-radius: 5px !important;
    background-clip: content-box;
}
.chainlist::-webkit-scrollbar-thumb {
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;
}
.chainlist::-webkit-scrollbar-track-piece {
    height: 10px !important;
}
.action-container:after{
    display: table;
    clear: both;
    content: " ";
}
.action-container.disabled-action{
    cursor: not-allowed;
}
.action-container.disabled-action .label-content,.action-container.disabled-action span{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
}
.popover{
    display: block;
    border-color: #4caf50;
    color: #4caf50;
    font-size: 14px;
    letter-spacing: 0.3px;
}
.popover.bottom>.arrow{
}
.chain-check-list .filter-search-box input{
    margin-bottom: 0;
    border-radius: 5px;
    font-size: 14px;
    padding: 8px;
    background: #f6f6f6 !important;
    border: 1px solid #e4e4e4;
}
.log-chain-section .chain-choice-label iframe,.log-chain-section .chain-choice-label img,.log-chain-section .chain-choice-label video{
    max-width:100%;
}
input[type="radio"].chain-choice{
    /*display: none;*/
}
.log-chain-section label{
    margin-bottom: 0;
    padding: 5px 0;
    cursor: pointer;
}
/*.log-chain-section label.active-chain,.log-chain-section label.active-mulchain{
    background: #eefaea;
}*/
img.valid-chain{
    display: none;
}
.log-chain-section label{
    position: relative;
    max-width: 100% !important;
}
.active-chain img.valid-chain,.active-mulchain img.valid-chain{
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 0;
    display:none;
}
.dropdown-colorselector.open{
    margin-bottom: 30px;
    display: inline-block !important;
}
.chain-single .btn-colorselector,.chain-single .colorSelect-img{
    border-radius: 50%;
}
.colorSelect-img{
    display: none;
}
.dropdown-colorselector li:first-of-type a{
    background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
    background-size: 2px 2px;
    background-position: 0 0, 10px 0, 10px -10px, 0px 10px;
}
.center-main-page{
    position:relative;
}
.spreadsheet-wrap{
    z-index:999;
    display: none;
    position: absolute;
    right: 10px;
    top: 4px;
    margin: 0;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
    cursor:pointer;
    color: #ffffff;
    background: #6a6c6c;
    moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    background: #2593d0;
    transition: all .5s ease;
    box-shadow: 0 10px 18px 1px rgb(0 0 0 / 25%), 3px 15px 53px 3px rgb(0 0 0 / 25%);
    border-radius: 50%;
}
.spreadsheet-wrap:hover{
    box-shadow:none;
}
.spreadsheet-arrow {
    display: inline-block;
}
.spreadsheet-arrow span {
    top: 25px;
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.spreadsheet-arrow.active span {
    top: 23px;
}
.spreadsheet-arrow span:first-of-type {
    left: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.spreadsheet-arrow span:last-of-type {
    right: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.spreadsheet-arrow.active span:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.spreadsheet-arrow.active span:last-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.spreadsheet-wrap.active{
    top: 10px;
    right: 32px;
    z-index: 999;
}
.tabulator-row.tabulator-selectable:hover {
    background-color: #eefade !important;
    cursor: pointer;
}
.tab-content .worksheet.tab-pane{
    padding: 0 !important;
}
.tabulator-row .tabulator-cell{
    text-overflow: inherit !important;
    white-space: break-spaces !important;
    word-break: break-word;
    font-weight: 300;
    color: #000000;
    line-height: 20px;
}
/*.journy-header-details :after{display: table;content:" ";clear: both;}*/
.journy-header-details{
    display: block;
    height: 70px;
}
.user-camp-det.spread-active{
    padding-top: 0 !important;
}
#board-view{
    clear: both;
}
#board-view .panel.panel-default{
    margin-bottom: 10px;
    box-shadow: 0 1px 0 #091e4240 !important;
}
#board-view .actionlog-panel.col-md-12 .panel-heading {
    padding: 5px 7px 5px;
    border-radius: 8px;
}
#actionlogs.notabpadding .filter-results{
    width: 90%;
    background: #fff;
    padding: 5px 15px;
    margin-bottom: 5px;
}
.campaign-user-header .journy-achievement-points{
    min-height: 37px;
    margin-right: 10px;
}
.modal.spread-modal .log-action-media img{
    height:auto;
    max-height: 200px;
}
.modal.spread-modal .log-action-media video{
    height: auto;
    max-height: 350px;
}
.modal.spread-modal .edit-delete-dropdown button{
    color: #5f85ea;
    background-color: #ffffff;
    border-color: #5f85ea;
    padding: 3px 5px;
    border: none;
    margin-top: -22px;
}
.modal.spread-modal .edit-delete-dropdown button i{
    font-size: 22px;
}
.modal.spread-modal .action-container .shoutout-comments, .modal.spread-modal .action-container label {
    display: inline-block;
}
.modal.spread-modal .log-action-media video:focus{
    outline:none !important;
}
.wizard {
    margin: 0 auto;
    background: #fff;
}
.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}
.wizard > div.wizard-inner {
    position: relative;
}
.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0;
    top: 70%;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 45px;
    height: 45px;
    line-height: 43px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 18px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #ffffff;
    border: 2px solid #2196f3;
}
.wizard li.active span.round-tab i{
    color: #2196f3;
}
span.round-tab:hover {
    color: #333333;
    border: 2px solid #333;
}
.wizard .nav-tabs > li {
    width: 25%;
}
.wizard .nav-tabs > li a {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    padding: 0 !important;
    margin: 0 auto;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
    /*background: #f9f9f9;*/
    padding-bottom: 10px;
}
.wizard h3 {
    margin-top: 0;
}

.full-width{
    float:left;
    width:100%;
    min-height:75px;
    position:relative;
}
.form-style-fake{
    position:absolute;
    top:0px;
}
.form-style-base{
    position:absolute;
    top:0px;
    z-index: 999;
    opacity: 0;
}
.imgCircle{
    border-radius: 50%;
}
#step1 .form-control{
    padding: 10px 50px;
}
#importActionsModal .form-input{
    height:50px;
    border-radius: 8px;
    margin-top: 12px;
}
.Profile-input-file{
    height:180px;
    width:180px;
    left:33%;
    position: absolute;
    top: 0px;
    z-index: 999;
    opacity: 0 !important;
}
.mg-auto{
    margin:0 auto;
    max-width: 200px;
    overflow: hidden;
}
.fake-styled-btn{
    background: #006cad;
    padding: 10px;
    color: #fff;
}
.step-heading{
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 3px;
    font-size: 15px;
}
li.active .step-heading{
    color: #2196f3;
}
.input-place{
    position: absolute;
    top:25px;
    left: 25px;
    font-size:23px;
    color:gray;
}
.wizard .tab-content{
    margin-top: 25px;
}
.btn-primary.next-step{
    border-radius: 8px;
    margin-top: 40px;
    width: 95px;
}
.btn-primary.prev-step,.btn-success.finish-btn,.btn-warning.cancel-btn{
    border-radius: 8px;
    margin-top: 40px;
    width: 95px;
}
#step2 .mapping-csv-users:after{
    display: table;
    content: ' ';
    clear: both;
}
#step2 .mapping-csv-users{
    padding: 7px 15px 15px;
    max-height: 450px;
    overflow-y: auto
}
#step2 .mapping-csv-users div.mapping-fields-section{
    margin:5px 0;
    width: 49%;
    float: left;
}
#step2 .mapping-csv-users div.actioninputs{
    margin:5px 0;
    width: 55%;
    float: left;
}
#step2 .mapping-csv-users .bootstrap-select.btn-group .dropdown-menu{
    max-width: 100%;
/*    max-height: 250px !important;*/
}
#step2 .mapping-csv-users .mapping-fields-section .field-name{
    width:35%;
    max-width: 35%;
    display: inline-block;
    color: #333333;
    margin-top: 10px;
    margin-left: 5px;
    vertical-align: middle;
    float:left;
    font-size: 14px;
    font-weight: 500;
}
#step2 .bootstrap-select button.dropdown-toggle{
    border-radius: 8px;
    height: 40px;
}
.wizard .list-inline>li{
    padding-right: 0;
    padding-left: 4px;
}
.help-block{
    color: #a94442;
}
.bootstrap-select.open>.dropdown-toggle.btn-default:focus, .bootstrap-select.open>.dropdown-toggle.btn-default:hover,.bootstrap-select .btn-default:active:focus,.bootstrap-select .btn-default:active:hover{
    background-color: #f9f9f9 !important;
}
.wizard #step3{
    background: #ffffff;
}
.table-fixed {
    width: 100%;
}
#importActionsModal .modal-header{
    padding: 5px 15px 0 30px !important;
    background: #ffffff;
    border: none;
    display: none;
}
#importActionsModal .modal-dialog {
    width: 90%;
}
button:focus{
    outline: none !important;
}
.modal.spread-modal .modal-dialog, .modal.grid-modal .modal-dialog {
    width: 1050px;
    margin: 25px auto;
}
.modal.spread-modal .log-action-media img,.modal.grid-modal .log-action-media img{
    height:auto;
    max-height: 200px;
}
.modal.spread-modal .log-action-media video,.modal.grid-modal .log-action-media video{
    height: auto;
    max-height: 325px;
    border-radius: 10px;
}
.modal.spread-modal .edit-delete-dropdown button,.modal.grid-modal .edit-delete-dropdown button{
    color: #5f85ea;
    background-color: #ffffff;
    border-color: #5f85ea;
    padding: 3px 5px;
    border: none;
    margin-top: 4px;
}
.modal.spread-modal .edit-delete-dropdown button i,.modal.grid-modal .edit-delete-dropdown button i{
    font-size: 22px;
}
.modal.spread-modal .action-container .shoutout-comments, .modal.spread-modal .action-container label, .modal.grid-modal .action-container .shoutout-comments, .modal.grid-modal .action-container label {
    display: inline-block;
    cursor: pointer;
}
/*.modal.spread-modal .modal-dialog,*/
.modal.grid-modal .modal-dialog {
    width: 1050px;
    margin: 25px auto;
}
.modal.spread-modal .log-action-media video:focus,.modal.grid-modal .log-action-media video:focus{
    outline:none !important;
}
.modal.spread-modal .chain-section-logs label,.modal.grid-modal .chain-section-logs label {
    width: 100%;
}
.modal.spread-modal .deleteconfirmModal .modal-digrid-modalalog,.modal.grid-modal .deleteconfirmModal .modal-dialog{
    width: 375px;
    margin: 30px auto;
}
.spread-modal .deleteconfirmModal .modal-header,.grid-modal .deleteconfirmModal .modal-header{
    padding: 5px 15px;
    color: #FFFFFF;
    background: rgb(233, 140, 111);
    border-bottom: none;
}
.spread-modal .deleteconfirmModal .modal-header .close,.grid-modal .deleteconfirmModal .modal-header .close{
    color: #ffffff;
    opacity: .5;
    background: transparent;
    height: 25px;
    width: 25px;
    font-size: 20px;
    margin-top: -2px;
    margin-right: -9px;
    line-height: 20px;
}
ul li.list-board-view ,ul li.list-calendar-view{
    display: block;
    position: relative;
    line-height: 21px;
    text-align: left;
}
ul li.list-board-view a ,ul li.list-calendar-view a{
    display: block;
    padding: 10px 10px;
    color: #555555;
    text-decoration: none;
}
ul li.list-board-view a:hover ,ul li.list-calendar-view a:hover{
    background: #eeeeee;
}
ul li.list-board-view ul.dropdown,ul li.list-calendar-view ul.dropdown  {
    min-width: 100%;
    background: #ffffff;
    display: none;
    position: absolute;
    z-index: 999;
    margin-top: 4px;
    padding: 0;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    width: 200px;
    margin-left: -10px;
}
ul li.list-calendar-view ul.dropdown{
    margin-top: 3px;
    z-index: 999999;
}
ul li.list-board-view:hover ul.dropdown,ul li.list-calendar-view:hover ul.dropdown {
    display: block; /* Display the dropdown */
}
ul li.list-board-view ul.dropdown li,ul li.list-calendar-view ul.dropdown li {
    display: block;
    padding:1px 0;
}
.list-board-view i.fa-chevron-right,.list-calendar-view i.fa-chevron-right{
    padding: 9px 0;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    top: 1px;
}
.page-view{
    clear: both !important;
}
.page-view .response-status-select{
    padding: 0 !important;
}
.panel-group .panel.page-view{
    margin-top:15px !important;
    margin-bottom: 15px !important;
    border: 5px solid transparent;
    padding: 5px 10px;
    border-radius: 5px !important;
}
.actionlog-panel.page-view.comments-body{
    margin: 0 -5px 10px;
}
.panel-group .panel.page-view:first-of-type{
    margin-top: 0 !important;
}
.deleteconfirmModal .modal-dialog{
    width:375px !important;
}
.dtHorizontalVerticalExampleWrapper {
    max-width: 600px;
    margin: 0 auto;
}
.actionlogs-table table th, td {
    white-space: nowrap;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}

.dtHorizontalVerticalExampleWrapper {
    max-width: 600px;
    margin: 0 auto;
}
#dtHorizontalVerticalExample th, td {
    white-space: nowrap;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}
.dataTables_paginate,.dataTables_info,.dataTables_length,.dataTables_filter{
    display: none;
}
.errordata{
    border:1px solid red !important;
}
table.dataTable{
    margin: 0 !important;
}
.empty-input{
    color: red;
    padding-left: 34px;
}
.csverror-data{
    color: red;
    padding-top: 5px;
}
.polls-section-main.has-error label input[type="checkbox"],.polls-section-main.has-error label input[type="radio"]{
    border: 1px solid #f44336;
}
.upload-note{
    margin-top: 37px;
    color: #2196f3;
    font-size: 14px;
}
.upload-note div{
    display: inline-block;
    vertical-align: top;
}
.upload-note div ol{
    padding-left: 10px;
}
.upload-note span{
    margin-left: 15px;
    font-weight: 500;
    text-decoration: underline;
}
#upload-actionlogs{
    border-radius: 0;
    margin-top: 40px;
    width: 95px;
}
.opted-tags{
    margin-right: 5px;
    display: inline-block;
    border: 1px solid #beb4b4;
    padding: 2px 10px;
    border-radius: 20px;
    margin-bottom: 5px;
}
.opted-tags i{
    color: #999999;
}
.opted-tags .tags-users{
    margin-right: 5px;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow{
    top: 16px;
}
.clear-options{
    display: none;
    color: #f44336;
    text-decoration: underline;
    margin: 5px 10px;
    cursor: pointer;
    position: relative;
    top: -13px;
    right: 30px;
}
.tabulator-cell .create-categ-radio input[type=radio]{
    display:none;
}
.actionlog-panel .activity-block {
    padding: 0;
    min-height: 50px !important;
    float: left;
    max-width: 90%;
}
.actionlog-panel .activity-block .user-img-points{
    display: inline-block;
    vertical-align: top;
    padding-top: 9px;
}
.actionlog-panel .activity-block .activity-info{
    display: inline-block;
    vertical-align: middle;
}
.dataTables_paginate,.dataTables_info,.dataTables_length,.dataTables_filter{display: none;}
.errordata{border:1px solid red !important;}
table.dataTable{margin: 0 !important;}
.empty-input{color: red;padding-left: 34px;}
.csverror-data{color: red;padding-top: 5px;}
.polls-section-main.has-error label input[type="checkbox"],.polls-section-main.has-error label input[type="radio"]{border: 1px solid #f44336;}
.upload-note{margin-top: 37px;color: #2196f3;font-size: 14px;}
.upload-note div{display: inline-block;vertical-align: top;}
.upload-note div ol{padding-left: 10px;}
.upload-note span{margin-left: 15px;font-weight: 500;text-decoration: underline;}
#upload-actionlogs{border-radius: 0;margin-top: 40px;width: 95px;}
.opted-tags{margin-right: 5px;display: inline-block;border: 1px solid #beb4b4;padding: 2px 10px;border-radius: 20px;margin-bottom: 5px;}
.opted-tags i{color: #999999;}
.opted-tags .tags-users{margin-right: 5px;}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow{top: 16px;}
.clear-options{display: none;color: #f44336;text-decoration: underline;margin: 5px 10px;cursor: pointer;position: relative;top: 0;right: 30px;font-size: 14px;}
.tabulator-cell .create-categ-radio input[type=radio]{display:none;}
.actionlog-panel .activity-block {padding: 0;min-height: 50px !important;float: left;max-width: 90%;}
.actionlog-panel .activity-block .user-img-points{display: inline-block;vertical-align: top;    padding-top: 8px;}
.actionlog-panel .activity-block .activity-info{    display: inline-block;
    vertical-align: middle;}
.activity-block .activity-info h3 {
    font-size: 17px;
    margin: 0 0 4px;
    display: inline-block;
    color: #4caf50;
}
.activity-block .user-log-clock i {
    font-size: 10px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    color: #aaaaaa;
    vertical-align: top;
}
.activity-block .user-log-clock p a {
    color: #999999;
}
.activity-block .thumb-img{
    width: 40px;
    height: 40px;
}
.spread-modal .activity-block{
    display: none;
}
.activity-block .user-log-view span:first-of-type{
    overflow: visible;
    -webkit-line-clamp: inherit;
}
.activity-block .user-log-view span:first-of-type strong{
    font-size: 14px;
    font-weight: 500;
}
.actionlog-panel .activity-block .user-log-view .user-log-clock p a {
    color: #999;font-size: 11px;
    vertical-align: top;
}

/* Rounded tabs */

@media (min-width: 576px) {
    .rounded-nav {
        border-radius: 50rem !important;
    }
}

@media (min-width: 576px) {
    .rounded-nav .nav-link {
        border-radius: 50rem !important;
    }
}

#playbook_graphs .nav-tabs>li{
    border-radius: 25px;
}
#playbook_graphs .nav-tabs>li a{
    background-color: #eee;
    padding: 4px 12px !important;
    color: #333333 !important;
}
#playbook_graphs .nav-tabs>li.active>a{
    padding: 4px 12px !important;
    font-weight: 400 !important;
    color: #fff !important;
    background: #006db0;
    border: none;
}
.chart-item-each{
    padding: 10px;
}
.chart-item-each .filter-drop {
    top: 0;
    right: 0;
}
.chart-item-each .filterDiv{
    margin-top: 10px;
    margin-right: 10px;
}
.chart-item-each .filter-drop .dropdown-toggle{
    padding: 4px 10px !important;
}
.tabulator-row .tabulator-cell:nth-of-type(2){
    white-space: normal !important;
}
.tabulator-row .tabulator-cell .edit-action-log{
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.tabulator-row .tabulator-cell .edit-action-log i{
    height: 22px;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable:first-of-type .tabulator-col-title{
    padding-left: 10px;
}
#action-calendar-view .fc-event, .fc-event-dot{
    background-color: #f1f1f1;
}
#action-calendar-view .fc-event{
    border: none;
    border-radius: 0;
    padding: 3px 5px 4px;
    margin-bottom: 2px;
    line-height: 16px;
    color: #333333;
}
/*#action-calendar-view .fc-day-grid-event{
    padding: 2px 5px 3px;
}*/
#action-calendar-view  .fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
    float: right;
    display: block;
    padding: 5px;
    color: #565656;
}
#action-calendar-view .fc th{
    text-transform: uppercase;
}
#action-calendar-view .fc-header-toolbar .fc-center h2{
    font-size: 24px;
    font-weight: 500;
}
#caltabs{
    margin-bottom: 15px !important;
    width: 98%;
    margin-left: 25px;
}
#action-calendar-view div.ui{
    margin: 0;
    clear: both;
    padding-top: 12pxpx;
    max-width: 100%;
    width: 100%;
}
#action-calendar-view .fc-header-toolbar .fc-button.fc-state-default{
    background-image: none;
    border: none;
    box-shadow: none;
        text-shadow: none;
    box-shadow: none;
    background: #dbecfb;
    color: #000000;
}
#action-calendar-view .fc-right .fc-button.fc-state-default{
    width: 65px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    height: 32px;
}
#action-calendar-view .fc-header-toolbar .fc-button.fc-state-active{
    background-color: #2593d0 !important;
    color: #ffffff !important;
    border-color: #2593d0 !important;
}
#action-calendar-view .fc-head th a{
    color: #565656
}
.modal-calendar .modal-header{
    padding:0;
    border:none;
}
.modal-calendar .modal-header .close{
    transition: all ease 0.5s;
    margin-top: -8px;
    border: 1px solid #565656;
    opacity: 1;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    line-height: 10px;
    background: #ffffff;
    text-align: center;
    font-weight: 500;
    position: relative;
    left: 5px;
    text-shadow: none;
}
.modal-calendar .modal-body{
    padding-top: 0;
}
.modal-calendar .modal-dialog{
    width: 95%;
}
.modal-calendar  .modal-body:after,.modal-calendar .tab-content:after {
    content: '';
    display: table;
    clear: both;
}
.fc-content .task-owner-count{
    color: #000;
}
.fc-title{
    width: 75%;
}
.fc-popover.fc-more-popover .fc-header.fc-widget-header{
    padding: 10px;
    margin-bottom: 10px;
}
.fc-popover.fc-more-popover .fc-event-container{
    padding: 0;
}
.dropdown span.caret {
    float:right;
    margin-top:8px;
}
.modal-calendar .tabs-left > .nav-tabs {
    border-bottom: 0;
}

.modal-calendar .tab-content > .tab-pane {
    display: none;
}

.modal-calendar .tab-content > .active {
    display: block;
}

.modal-calendar .tabs-left > .nav-tabs > li {
    float: none;
}

.modal-calendar .tabs-left > .nav-tabs > li > a,
.modal-calendar .tabs-left > .nav-tabs > li > div {
    margin-right: 0;
    margin-bottom: 3px;
}

.modal-calendar .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: none;
}

.modal-calendar .tabs-left > .nav-tabs > li > a,
.modal-calendar .tabs-left > .nav-tabs > li > div {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.modal-calendar .tabs-left > .nav-tabs > li > a:hover,
.modal-calendar .tabs-left > .nav-tabs > li > a:focus,
.modal-calendar .tabs-left > .nav-tabs > li > div:hover,
.modal-calendar .tabs-left > .nav-tabs > li > div:focus{
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
    background-color: #eeeeee;
}

.modal-calendar .tabs-left > .nav-tabs .active > a,
.modal-calendar .tabs-left > .nav-tabs .active > a:hover,
.modal-calendar .tabs-left > .nav-tabs .active > a:focus,
.modal-calendar .tabs-left > .nav-tabs .active > div,
.modal-calendar .tabs-left > .nav-tabs .active > div:hover,
.modal-calendar .tabs-left > .nav-tabs .active > div:focus{
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}


/* TABS */
.modal-calendar .tabs-left > .nav-tabs{
    margin-right:0px;
    padding: 0;
}

/* CONTENIDO DE LOS TABS */
.modal-calendar .tab-content {
    background-color: #FFFFFF;
    border:solid 1px #4caf50;
    border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    -webkit-border-radius: 0px 4px 4px 4px;

}

/* Formato del tab activo */
.modal-calendar .tabs-left > .nav-tabs .active > a,
.modal-calendar .tabs-left > .nav-tabs .active > a:hover,
.modal-calendar .tabs-left > .nav-tabs .active > a:focus,

.modal-calendar .tabs-left > .nav-tabs .active div.calendar-each-list,
.modal-calendar .tabs-left > .nav-tabs .active .calendar-each-list:hover,
.modal-calendar .tabs-left > .nav-tabs .active .calendar-each-list:focus
{
    background-color: #FFFFFF;
    border: 1px solid #4caf50;
    border-bottom-left-radius: 0px;
    margin-right: -1px;
    border-right-style: none;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow:none;
}
.user-calendar-profile img{
    height: 26px;
    width: 26px;
    border-radius: 50%;
    margin-right: 5px;
    object-fit: cover;
}
.user-calendar-profile{
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}
.calendar-tabbable .calendar-nav li.active{
    margin-right: 0px;
    z-index: 99;
}
.modal-calendar .calendar-log.user-log-clock{
    display: block;
    margin-left: 32px;
    color: #999;
    font-size: 12px;
    position: relative;
    top: -9px;
}
.cal-input-label{
    display:block;
}
.modal-calendar .log-main-section .user-list-option {
    width: auto;
}
.modal-calendar .log-main-section{
    margin-top: 10px;
}
.modal-calendar .calendar-each-list{
    padding: 10px;
    background: #eeeeee;
}
.modal-calendar .create-category-btn {
    border: 1px solid #e4e4e4;
    border-radius: 25px;
    padding: 1px 3px 1px 1px;

}
.modal-calendar .username{
    vertical-align: top;
    position: relative;
    top: -2px;
}
.modal-calendar .response-status-select .create-categ-radio{
    border: none !important;
    padding-bottom: 0;
}
.modal-calendar .modal-body .shoutout-users .img-check{
    height: 25px;
    width: 25px;
    margin: 0 2px 0 0;
}
.modal-calendar .loading-section{
    z-index: 999;
}
.modal-calendar .loadinglogs span {
    display: inline-block;
    vertical-align: middle;
    width: .6em;
    height: .6em;
    margin: .19em;
    background: #007DB6;
    border-radius: .6em;
    animation: loadinglogs 1s infinite alternate;
}
.modal-calendar .loadinglogs span:nth-of-type(2) {
    background: #008FB2;
    animation-delay: 0.2s;
}
.modal-calendar .loadinglogs span:nth-of-type(3) {
    background: #00a3cc;
    animation-delay: 0.4s;
}
.modal-calendar .loadinglogs span:nth-of-type(4) {
    background: #009B9E;
    animation-delay: 0.6s;
}
.modal-calendar .loadinglogs span:nth-of-type(5)  {
    background: #00A77D;
    animation-delay: 0.8s;
}
.modal-calendar .loadinglogs span:nth-of-type(6)  {
    background: #00cc99;
    animation-delay: 1.0s;
}
.modal-calendar .loadinglogs span:nth-of-type(7) {
    background: #00B247;
    animation-delay: 1.2s;
}
.modal-calendar .loadinglogs span:nth-of-type(8) {
    background: #5AB027;
    animation-delay: 1.4s;
}
.modal-calendar .loadinglogs span:nth-of-type(9) {
    background: #A0B61E;
    animation-delay: 1.6s;
}
.modal-calendar .loadinglogs span:nth-of-type(10) {
    background: #c0db24;
    animation-delay: 1.8s;
}
.default-show-calendar{
    display: none;
}
.modal-calendar .modal-header .close:hover{
    background: #565656;
    color: #ffffff;
    border-color: #ffffff;
}
.calendar-results-content,.hide-cal-det,.hide-board-det{
    display: none;
}
.disp-cal-details{
    margin:0;
    display:inline-block;
    color: #03a9f4;
}
.calendartitle span.calendar-title,.boardtitle span{
    font-weight: 500;
    font-size: 18px;
    color: #4caf50;
    border: none !important;
    background: transparent !important;
}
.calendar-results-content{
    margin-left:15px;
}
.disp-cal-details{
    cursor: pointer;
}
.user-calendar-playbookaction{
    color: #1161a5;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
    text-transform: uppercase;
}
#playbook_media li.nav-item a.active ,#playbook_media li.nav-item.active a.nav-link{
    border-bottom: 2px solid #4caf50;
    color: #4caf50;
}
#playbook_media .nav-link {
    color: #565656;
    font-weight: 600;
    background: transparent;
    font-size: 17px !important;
    border-radius: 0;
    padding-bottom: 2px !important;
}
#playbook_media .nav-link:hover {
    color: #4caf50;
}
#playbook_media .nav-pills .nav-link.active {
    color: black;
    background-color: white;
    border-radius: 0.5rem 0.5rem 0 0;
    font-weight: 600
}
#media-img .card img{
    max-width: 100%;
    max-height: 125px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
    height: 125px;
}
#media-docs img{
    max-width: 100%;
}
#playbook_media ul.nav-pills{
    margin-bottom: 15px;
}
#playbook_media .card{
    -webkit-box-shadow: 1px 1px 6px 0px rgb(155 155 155);
    -moz-box-shadow: 1px 1px 6px 0px rgb(155,155,155);
    box-shadow: 1px 1px 6px 0px rgb(155 155 155);
    border-radius: 4px;
}
#playbook_media .card-body .card-title{
    color: #4caf50;
    margin: 0px 0 5px;
    font-size: 15px;
}
#playbook_media .card-body {
    padding: 10px 10px;
}
#playbook_media .mediadata.cloned{
    margin-bottom: 25px;
}
#playbook_media .file-name{
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 15px;
    word-break: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#media-links a:after{
    display: table;
    clear: both;
    content: '';
}
#media-links a{
    padding: 0;
    display: block;
    max-width: 100%;
    word-break: break-all;
}
#media-docs .media-file img{
    max-width: 100%;
    height: 100px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 5px;
}
.no-attachments-section {
    background: #f2f2f2;
    position: relative;
    width: 80%;
    top: 40px;
    text-align: center;
    margin: 0 auto;
    display: block;
    height: 85px;
}
.no-attachments-section img {
    height: 90px;
    position: absolute;
    left: 18px;
    top: 28px;
}
.no-attachments-section .no-attachment-text {
    text-align: left;
    display: block;
    margin-left: 130px;
    font-size: 16px;
    font-family: 'MyWebFont';
    top: 18px;
    position: relative;
}
.visit-log{
    font-weight: 500;
    text-decoration: underline;
}
.visit-log:hover{
    color: #163047;
}
.card-link-left img{
    height: 75px;
    width: 75px;
    object-fit: cover;
    border-radius: 5px;
}
.card-link-left,.card-link-right{
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}
.link-description{
    color: #999999;
    padding: 3px 0;
}
.card-subtitle.text-muted{
    margin-top: 5px;
}
.card-playbooktitle{
    max-height: 30px;
    overflow: hidden;
    height: 30px;
}
#media-links .link-description{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding:0 5px;
}
#media-links .card-link-right{
    width: 77%;
}
#media-links .link-title{
    color: #6d90eb;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 5px;
}
#media-links a.log-link{
    color: #333 !important;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#media-links a.log-link:hover{
    text-decoration: underline !important;
}
.visit-log,#media-links .visit-log{
    font-weight: 500;
    text-decoration: underline;
}
.visit-log:hover{
    color: #163047;
}
#media-links .visit-log:hover{
    color: #163047 !important;
}
#media-links .card-body:after{
    content: ' ';
    display: table;
    clear: both;
}
#playbookmedia-list{
    position: relative;
    clear: both;
}
#media-links .input-group.pull-right,#media-docs .input-group.pull-right{
    clear: both;
    position: absolute;
    top: 5px;
    right: 20px;
}
#searchLinkBtn{
    border:none;
}
#searchLink{
    width: 350px;
    border-radius: 5px 0 0 5px;
}
#media-links .visit-log{
    margin-top: 15px;
}
#media-links .card{
    min-height: 195px;
}
.portfolio,.app-portfolio{
    padding: 4px 0;
    position: sticky;
    left: 0;
    display: inline-block;
    width: 18px;
    text-align: center;
    cursor: pointer;
}
.portfolio img,.app-portfolio img{
    height:18px;
    width:18px;
    float: left;
}
span.chain-portfolio{
    display: inline-block !important;
    vertical-align: top;
    width: 85%;
}
.chain-section-logs.selected label i{
    width: 15px;
    display: inline-block;
    vertical-align: middle;
}
.chain-section-logs.selected label .chain-label{
    display: inline-block;
    width: 95%;
    vertical-align: top;
}
.portfolio-filter{
    display: inline-block;
    color: #337ab7;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #dceaf6;
    padding: 1px 8px 3px;
    background: aliceblue;
    margin-bottom: 10px;
    margin-left: 10px;
}
.portfolio-filter i{
    margin-left: 5px;
    vertical-align: middle;
}
.p-5.bg-white.shadow,.leaderboard-total-section.learboard-calendar,.reports-calendar{
    clear: both;
}
.portfolio-filter-head .portfolio-filter{
    margin-left: 0;
}
.worksheet-overlay{
    position: absolute;
    opacity: 0.1;
    height: 353px;
    width: 100%;
    top: 72px;
    border-radius: 5px;
    background:#000000;
}
/*.worksheet-overlay{position: absolute;background: #ffffff;opacity: 1;height: 353px;width: 100%;top: 72px;border-radius: 5px;}*/
.loader-worksheet-container{
    position: absolute;
    top: 10%;
    width: 100%;
}
/*.loader-worksheet-container{width: 100%;}*/
.loader-worksheet-container h2{
    font-size: 25px;
    color: #333333;
    width: 100%;
    margin-top: 120px;
}
.worksheet-loader-section{
    display: none;
}
.worksheet-loader-section.topPos .worksheet-overlay{
    top: 75px;
}
.disabled-chain,.disabled-chain input{
    pointer-events: none;
}
ul.campaign-menus li.disabled-chain{
    pointer-events: none;
}
ul.campaign-menus li.disabled-chain a{
    cursor: not-allowed;
    color: #999999;
}
.portfolio-title{
    font-size: 20px;
    padding: 5px 10px 5px;
    color: #24589d;
    background: #d7eaff;
    border-radius: 10px;
}
.portfolio-base{
    top:0;
    width: 18%;
    position: absolute;
    border-radius: 10px;
    display:none;
    z-index: 99;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.linked-right-content{
    display:none;
    width: 22%;
    float: right;
    overflow: auto;
    top: 1px;
    position: absolute;
    right: 0;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.portfolio-base .actionlog-section{
    padding: 5px 10px;
}
.portfolio-profileimg img{
    height:60px;
    width:60px;
    border-radius:50%;
    text-align:center;
    display:block;
    margin:0 auto 10px auto;
}
.portfolio-base .log-label{
    margin-bottom: 1px;
}
.portfolio-tabulator{
    width: 82%;
    float: left;
    margin-left: 18%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px !important;
}
.portfolio-base .portfolio-base-content{
    overflow:auto;
    border-top:1px solid #cccccc;
}
.portfolio-base .portfolio-base-content,.linked-right-content{
    --scrollbarBG: #ededed;
    --thumbBG: #90A4AE;
}
.portfolio-base .portfolio-base-content::-webkit-scrollbar ,.linked-right-content::-webkit-scrollbar {
    width: 13px;
}
.portfolio-base .portfolio-base-content {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.portfolio-base .portfolio-base-content::-webkit-scrollbar-track,.linked-right-content::-webkit-scrollbar-track{
    background: var(--scrollbarBG);
}
.portfolio-base .portfolio-base-content::-webkit-scrollbar-thumb,.linked-right-content::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
    height: 75px;
}
.body.content.custom-menu-active.menu-active{
    margin-left:0;
}
.menu-active .freezepage,.menu-active li.disabled-chain{
    display:none;
}
.portfolio-head{
    font-size: 20px;
    margin-top: 10px;
    font-weight: 500;
    color: #585858;
}
.portfolio-base .log-main-section .icon-img{
    display:none;
}
.portfolio-base .log-action-media img{
    max-height: 50px;
}
#action-calendar-view .portfolio-filter-head .portfolio-filter {
    margin-left: 15px;
}
.fc-basic-view .fc-body .fc-row{
    height: 110px !important;
}
.board-sum-count{
    background: #4caf50;
    color: #ffffff;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
}
.board-col-sum span.filter-option{
    font-weight: 500;
    padding-left: 5px;
}
.board-col-sum .bootstrap-select button{
    border: none;
    border-bottom: 1px solid #333;
    opacity: 1;
    border-color: #333333 !important;
    border-radius: 0;
    margin-bottom: 5px;
    padding: 5px 0;
    margin-left: 10px;
}
.board-col-sum .bootstrap-select .btn:focus{
    outline:none !important;
}
li.response-status-list .category-list-option{
    margin: 3px 0;
}
.board-portfolio-base{
    display:none;
}
.board-portfolio{
    margin-left:22%;
}
#actionlogs .portfolio-base .log-main-section .user-list-option{
    width:100%;
}
.fc-widget-content .fc-scroller{
    height:auto !important;
}
.portfolio-base-content .chain-section-logs.selected label .chain-label{
    width: 90%;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{
    width: 93% !important;
    color: #000000;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow{
    top: 17px !important;
}

#canvasmodal table {
    border-collapse: collapse;
    background: white;
    table-layout: fixed;
    width: 100%;
}
#canvasmodal th, #canvasmodal td {
    padding: 8px 16px;
    border: 1px solid #ddd;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#canvasmodal .pane {
    background: #eee;
}
#canvasmodal .pane-hScroll {
    overflow: auto;
    width: 100%;
    background: green;
}
#canvasmodal .pane-vScroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    max-height:400px;
    background: red;
}

#canvasmodal .pane--table2 {
    width: 400px;
    overflow-x: scroll;
}
#canvasmodal .pane--table2 th, #canvasmodal .pane--table2 td {
    width: auto;
    min-width: 160px;
}
#canvasmodal .pane--table2 tbody {
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    height: 400px;
}
#canvasmodal .pane--table2 thead {
    display: table-row;
}
#canvasmodal .modal-dialog{
    width:80%;
}
.empty-logs-img{
    height:200px;
}
.empty-portfolioaction-log{
    margin-right: 2%;
    margin-top: 45px;
}
.empty-portfolioaction-log .empty-state{
    width: auto;
    margin: 0;
}
.empty-portfolioaction-log .empty-state__content{
    padding: 30px;
}
.portfolio-filter span.portfolio-label{
    display: inline-block;
    vertical-align: middle;
    max-width: 400px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.portfolio-filter span{
    vertical-align:middle;
}
.portfolio-base .log-action-media img{
    max-height: 50px;
}
.empty-portfolioaction-log.m-left{
    width: 100%;
    margin-top: 15px;
}
.empty-portfolioaction-log .empty-state{
    border-radius: 10px;
}
.board-sum-count{
    display:none;
}

.portfolio-base-header{
    padding: 5px;
    position: relative;
}
.portfolio-cancel{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor:pointer;
}
.portfolio-title span{
    width: 89%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
}
.calendar-filter-results.portfolio-cal{
    margin-left: 23%;
}
.calendar-filter-results.portfolio-cal .calendar-title{
    margin-left: 0;
    padding-left: 0;
}
.portfolio-tabulator .worksheet-overlay{
    width: 79%;
}
.portfolio-tabulator .loader-worksheet-container{
    top:90px;
    width: 77%;
    max-width: 100%;
}
.portfolio-tabulator .loader-worksheet-container .loading-section{
    top: 90px;
    width: 100%;
    max-width: 100%;
}
.portfolio-tabulator .worksheet-loader-section{
    width: 77%;
}
.modal-header .portfolio-head{
    width: 79%;
    padding: 0 15px;
}
.ribbon-container{
    display: none;
}
.portfolio-base-content .rating-list-view li img{
    height: 30px;
}
.spread-less i,.spread-more i{
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}
.projects-details-section .tab-content>.active.portfolio-active{
    padding:  0 !important;
    border-top: 1px solid #ccc !important;
}
.side-content .log-action-remarks,.side-content .poll-choice-label,.side-content .log-label {
    font-size:14px;
}
.linked-each-section .playbook-name{
    color: #006db0;
    font-weight: 500;
    background: #d7eaff;
    padding: 10px 5px;
    border-radius: 0;
}
.linked-each-section .plaction-name{
    color: #4caf50;
    font-weight: 500;
    padding: 5px 0 10px;
    font-size: 15px;
    margin: 0;
}
.linked-each-section .plaction-name a{
    color: #4caf50;
    padding-left: 15px;
}
.plaction-name span{
    float: right;
    font-weight: 500;
    font-size: 13px;
    text-decoration: underline;
}
.plaction-name span i{
    font-size: 12px;
    margin-right: 3px;
    font-weight: 500;
}
.log-label .icon-img, .media-label .icon-img, .actionlog-hours .icon-img{
    max-height: 13px;
    margin-top: 3px;
}
.hide-view{
    display:none;
}
.linked-right-content .playbook-name > a {
    display: block;
    position: relative;
}
.linked-right-content .playbook-name > a:after {
    content: "\f078"; /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}
linked-right-content .playbook-name > a[aria-expanded="true"]:after {
    content: "\f077"; /* fa-chevron-up */
}
.linked-each-section .playbook-name h4{
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.linked-each-section .panel-group{
    margin-bottom: 0;
}
.linked-right-content .panel-body{
    padding: 0;
}
.linked-right-content .linked-each-action .panel-heading{
    padding:0;
}
.linked-each-action{
    border-bottom: 1px solid #cccccc;
    padding: 5px 10px;
}
.linked-each-section .playbook-name a[data-toggle="collapse"]:after{
    color: #006db0;
    font-size: 14px;
    line-height: 22px;
    left: -4px;
    top: calc(22%);
    padding: 0 10px;
}
.linked-each-section .playbook-name .panel-title a:hover{
    color:#12344d;
}
.linked-each-section .playbook-name a{
    padding: 0 20px;
}
/*.side-content{border-bottom: 1px solid #cccccc;}*/
.linked-each-section .plaction-name a[data-toggle="collapse"]:after{
    content:"\f0d7";
    color: #4caf50;
    font-size: 14px;
    line-height: 22px;
    left: 0;
    top: 3px;
}
.portfolio-active #action-calendar-view{
    width: 60%;
    float: left;
    margin-left: 18%;
}
.portfolio-active #action-calendar-view .calendar-filter-results{
    max-width: 100%;
}
#board-view{
    padding-top:33px;
}
.corp-proj-details .menu-bar.open-menu .nav>li>a {
    font-size: 13px !important;
    font-weight: 500;
    padding: 5px 10px !important;
}
.projects-details-section .menu-bar-content .tab-content>.active {
    padding: 0px 5px 0 !important;
}
.menu-bar.spreadsheet-content{
    top: 86px;
}
#actionlog-filter-drop #dateFilter.tab-pane.active{
    padding: 20px !important;
}

.portfolio-active #exTab2{
    width: 82%;
    float: left;
    margin-left: 18%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px !important;
}
.portfolio-active #board-view.row{
    margin-left: 18%;
    width: 58%;
}
.portfolio-active .menu.spreadsheet{
    top: 112px;
}
.portfolio-active .menu-bar.spreadsheet-content{
    top: 89px;
    right: 24%;
}
.portfolio-active  .filter-results{
    margin-left: 18%;
    margin-top: 35px;
}
.board-col-sum{
    color: #585858;
    font-weight: 500;
}
.board-col-sum .bootstrap-select.aggegrateType{
    width:100px !important;
}
.portfolio-active  .boardmenu{
    right: 23%;
    top: 11px;
}
.portfolio-active  .boardmenu-content{
    right: 23%;
    top: 46px;
}
.portfolio-active #board-view .board-view.col-md-4{
    width: 42%;
}
.portfolio-active .board-col-sum{
    margin-top: 15px;
}
.search-body.action-view-filterItem{
    margin-bottom: 15px;
}
.menu.calmenu{
    right:23%;
}
.menu-bar.calmenu-content{
    right:23%;
}
.menu-bar.open-menu{
    z-index: 9999;
}
#exTab2.linked-no-content{
    width: 82%;
}
#board-view.linked-no-content {
    width: 82%;
}
.portfolio-active .menu.no-right-content{
    right: 20px;
}
.portfolio-active .menu-bar.no-right-content{
    right: 20px;
}
span.actionloglink{
    float: right;
    width: 10px;
    cursor: pointer;
    font-size: 20px;
    top: -22px;
    position: relative;
}
.portfolio-active.empty-action-log{
    width: 82%;
    float: right;
}
.panel-group.linked-panel{
    margin-bottom: 0;
}
.linked-each-action .empty-portfolioaction-log{
    margin-right: 0;
    margin-top: 0;
}
.linked-each-action .empty-portfolioaction-log .empty-state{
    box-shadow: none;
}
.linked-each-action .empty-portfolioaction-log .empty-state__content{
    padding: 0;
}
.linked-each-action .empty-state__content .empty-state__icon{
    width: 130px;
    height: 130px;
    border-radius: 130px;
}
.linked-each-action .empty-state__message span{
    display:none;
}
.portfolio-tabulator .empty-actionLog{
    margin-top: 43px;
}
.side-content .chain-section-logs.selected label .chain-label{
    width:90%;
}
.linked-each-action .empty-state__content .empty-state__icon img{
    width:90px;
}
.spin-text {
    color:black;
    font-size: 15px;
}
.spin-text:after {
    content:"";
    animation: spin 5s linear infinite;
}
@keyframes spin {
    0% {
        content:"Setting up Stuff...";
         
    }
    40% {
        content:"Loading things...";
         
    }
    80% {
        content:"Refreshing objects...";
         
    }
}

.spread-active ul.menu,.spread-active .menu.spreadsheet{
    top: 35px;
}
.spread-active .menu-bar,.spread-active .menu-bar.spreadsheet-content{
    top:72px;
}

.add-task .task-title{
    width: 38%;
    float: left;
    height: 34px;
}
.add-task div.taskdate{
    width: 27%;
    float: left;
    margin-left: 10px;
    height: 34px;
}
.add-task div.taskdate input{
    font-size: 13px;
}
.add-task-btn{
    display: inline-block;
    margin-left: 10px;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    font-size: 15px;
    background: #5cb85c;
    padding: 4px 15px;
    position: relative;
    top: 13px;
}
.add-task div.taskdate input{
    height: 34px;
}
.todo_list{
    background: #fff;
    margin: 5px 5px 5px 0;
}
.todo_list ul {
    list-style: none;
    padding: 0;
}
.todo_list ul li label{
    display: inline-block;
    position: relative;
    padding: 0;
    width: auto;
    margin-bottom: 0;
}
.hidden_real_check{
    width: 100%;
    height: 100%;
    opacity:0;
    position: absolute;
}
.todo_list>ul li{
    border: 1px solid #e4e4e4;
    margin-bottom: 7px;
}
/*.customized_ckeck{display: inline-flex;align-items: center;justify-content: flex-end;position: relative; top: 6px;}*/
.element_title{
    display: inline-block;
    max-width: 85%;
    position : relative;
    color:#333333;
    font-size: 16px;
    padding-bottom: 3px;
    cursor:pointer;
    width: 55%;
    float: left;
}
.todo-main{
    clear: both;
    padding-top: 0;
}
.element_title:before{
    content: '';
    position: absolute;
    top :0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    z-index: 1;
    transition: 0.3s;
    opacity:0;
}
.todo_list ul li label .hidden_real_check:checked + .todo_element .element_title::after {
    width: 90%;
}
/*.todo_list .checkbox {width: 22px;height: 22px;margin-right: 0;transition: 0.1s;transition-delay: 0.3s;margin-top: 0;margin-bottom: 0;transition: 0.5s ease all;border-radius: 50%;}
.todo_check .checkbox span[class*='internal_'] {position: absolute;top: 0; right: 0; left: 0; bottom: 0;}
.todo_check .checkbox:after{content: '\2713';position: absolute;top:0; left: -2px; right: -2px; bottom: 0;display: flex;align-items: center;justify-content:center;color: #333333;transform: scale(0);transition: 0.4s;}
.todo_check .checkbox:before{content: '';position: absolute;top:0; left: 2px; right: -2px; bottom: 0;border-radius:50%;border : 5px dotted #4facfe;transform: scale(0) rotate(0);transition: 0.5s;transition-delay: 0.3s;}
.todo_check .checkbox span[class*='internal_']::after, .checkbox span[class*='internal_']::before{content: '';position: absolute;top: 0px; left: 1px;height: 100%;width: 100%;border-radius:50%;border: 2px solid transparent;transform: rotate(45deg);box-sizing: border-box;}*/
.todo_check .checkbox span.internal_one::after{
    border-top-color:#4facfe !important;
    transition: 0.4s;
    border-left-color: #4facfe !important;
}
.todo_check.checkbox span.internal_one::before{
    border-left-color:#4facfe !important;
    transition: 0.3s;
    transition-delay:0.1s;
}
.todo_check .checkbox span.internal_two::after{
    border-bottom-color:#4facfe !important;
    transition: 0.2s;
    transition-delay:0.2s;
}
.todo_check .checkbox span.internal_two::before{
    border-right-color:#4facfe !important;
    transition: 0.1s;
    transition-delay:0.3s;
}
.todo_list ul li label .hidden_real_check:checked + .todo_check .checkbox .internal_one:after{
    transform: rotate(-225deg);
}
.todo_list ul li label .hidden_real_check:checked + .todo_check .checkbox .internal_one:before{
    transform: rotate(-135deg);
}
.todo_list ul li label .hidden_real_check:checked + .todo_check .checkbox .internal_two:after{
    transform: rotate(-45deg);
}
.todo_list ul li label .hidden_real_check:checked + .todo_check .checkbox span[class*='internal_']:after,
.todo_list ul li label .hidden_real_check:checked + .todo_check .checkbox span[class*='internal_']:before{
    border-color: #4facfe !important;
}
.todo_list ul li label .hidden_real_check:checked + .todo_check .checkbox:after {
    transform : scale(1);
}
.todo_list ul li label .hidden_real_check:checked + .todo_check .checkbox:before {
    transform : scale(1.6) rotate(-90deg);
    opacity: 0;
}
.todo_date{
    font-size: 12px;
    cursor:pointer;
    display: inline-block;
    margin-right: 20px;
    font-weight: 400;
}
.todo_date i{
    margin-right: 5px;
    font-size: 12px;
    position: relative;
    top: -1px;
}
.todo_element_checkbox span.btn-colorselector:after{
    content: '\2713';
    display: inline-block;
    color: #4facfe;
    padding: 0 6px 0 0;
}
.todo_element_checkbox .dropdown-colorselector.open{
    margin-bottom: 0;
    top:10px;
    left:-26px;
}
.in-add-mode .todo_date{
    padding-left: 0;
}
.add-task:after{
    display:table;
    content:' ';
    clear:both;
}
.add-task{
    padding-top: 5px;
    padding-bottom: 10px;
}
.task-left{
    width: 81%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.task-right{
    vertical-align: middle;
    float: right;
    position: relative;
    top: 10px;
    margin-right: 5px;
}
.edit-task{
    color: #868585;
    margin-right: 3px;
    cursor: pointer;
    position: relative;
    top: 1px;
}
.delete-task{
    color: #f44336;
    cursor: pointer;
}
.todo_element{
    padding: 8px 10px 10px;
}
.todo_element .clickedit,.todo_element .clickeddate,.todo_element .weightit{
    display:none;
    width: 72%;
    border: none;
    border-bottom: 1px solid #03a9f4;
    margin-bottom: 5px;
    padding: 5px;
}
.todo_element .weightit{
    width:40%;
}
.task-time{
    color: #666666;
    font-size: 11px;
    padding-left: 2px;
    font-weight: 400;
}
.task-label .listchoice{
    display: block;
    padding: 2px 2px 0 2px;
}
.task-time i{
    margin-right:5px;
    font-size: 11px;
    position: relative;
    top: -1px;
}
.list-input-details{
    margin-bottom: 8px;
    padding-bottom: 3px;
    width: 100%;
}
.spread-modal .element_titl4197
e{
    padding-left: 0;
    padding-bottom: 2px;
}
.spread-modal .task-time{
    padding-left: 2px;
}
.task-weight{
    display: inline-block;
    width: 115px;
    float: left;
    height: 34px !important;
    margin-left: 8px;
    font-size: 13px;
}
.task-weightage{
    font-size: 11px;
    background: #ffffff;
    text-align: center;
    color: #03a9f4;
    line-height: 20px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 0;
    font-weight: 400;
    border: 1px solid #03a9f4;
    padding: 0px 13px;
}
.spread-modal .log-label .icon-img, .spread-modal .media-label .icon-img, .spread-modal .actionlog-hours .icon-img{
    margin-top: 0px;
}
.spread-modal .todo_list{
    margin:0;
}
.taskprogress-div .progress {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    background: #ffffff;
    border-radius: 50%;
}
.taskprogress-div .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #efefef;
    position: absolute;
    top: 0;
    left: 0;
}
.taskprogress-div .progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.taskprogress-div .progress .progress-left {
    left: 0;
}
.taskprogress-div .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 3px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #4caf50;
    box-shadow: none !important;
}
.taskprogress-div .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.taskprogress-div .progress .progress-right {
    right: 0;
}
.taskprogress-div .progress .progress-count{
    color: #4caf50;
    font-weight: 500;
}
.taskprogress-div .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.taskprogress-div .progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    line-height: 12px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: 500;
}
.taskprogress-div .progress .progress-value span {
    font-size: 12px;
    text-transform: uppercase;
}

.taskprogress-div .progress[data-percentage="1"] .progress-right .progress-bar {
    animation: loading-1 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="1"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="2"] .progress-right .progress-bar {
    animation: loading-2 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="2"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="3"] .progress-right .progress-bar {
    animation: loading-3 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="3"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="4"] .progress-right .progress-bar {
    animation: loading-4 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="4"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="5"] .progress-right .progress-bar {
    animation: loading-5 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="5"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="6"] .progress-right .progress-bar {
    animation: loading-6 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="6"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="7"] .progress-right .progress-bar {
    animation: loading-7 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="7"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="8"] .progress-right .progress-bar {
    animation: loading-8 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="8"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="9"] .progress-right .progress-bar {
    animation: loading-9 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="9"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="10"] .progress-right .progress-bar {
    animation: loading-10 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="10"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="11"] .progress-right .progress-bar {
    animation: loading-11 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="11"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="12"] .progress-right .progress-bar {
    animation: loading-12 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="12"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="13"] .progress-right .progress-bar {
    animation: loading-13 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="13"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="14"] .progress-right .progress-bar {
    animation: loading-14 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="14"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="15"] .progress-right .progress-bar {
    animation: loading-15 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="15"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="16"] .progress-right .progress-bar {
    animation: loading-16 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="16"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="17"] .progress-right .progress-bar {
    animation: loading-17 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="17"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="18"] .progress-right .progress-bar {
    animation: loading-18 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="18"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="19"] .progress-right .progress-bar {
    animation: loading-19 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="19"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="20"] .progress-right .progress-bar {
    animation: loading-20 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="20"] .progress-left .progress-bar {
    animation: 0;
}
.taskprogress-div .progress[data-percentage="21"] .progress-right .progress-bar {
    animation: loading-21 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="21"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="22"] .progress-right .progress-bar {
    animation: loading-22 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="22"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="23"] .progress-right .progress-bar {
    animation: loading-23 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="23"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="24"] .progress-right .progress-bar {
    animation: loading-24 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="24"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="25"] .progress-right .progress-bar {
    animation: loading-25 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="25"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="26"] .progress-right .progress-bar {
    animation: loading-26 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="26"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="27"] .progress-right .progress-bar {
    animation: loading-27 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="27"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="28"] .progress-right .progress-bar {
    animation: loading-28 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="28"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="29"] .progress-right .progress-bar {
    animation: loading-29 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="29"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="30"] .progress-right .progress-bar {
    animation: loading-30 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="30"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="31"] .progress-right .progress-bar {
    animation: loading-31 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="31"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="32"] .progress-right .progress-bar {
    animation: loading-32 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="32"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="33"] .progress-right .progress-bar {
    animation: loading-33 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="33"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="34"] .progress-right .progress-bar {
    animation: loading-34 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="34"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="35"] .progress-right .progress-bar {
    animation: loading-35 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="35"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="36"] .progress-right .progress-bar {
    animation: loading-36 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="36"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="37"] .progress-right .progress-bar {
    animation: loading-37 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="37"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="38"] .progress-right .progress-bar {
    animation: loading-38 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="38"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="39"] .progress-right .progress-bar {
    animation: loading-39 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="39"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="40"] .progress-right .progress-bar {
    animation: loading-40 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="40"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="41"] .progress-right .progress-bar {
    animation: loading-41 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="41"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="42"] .progress-right .progress-bar {
    animation: loading-42 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="42"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="43"] .progress-right .progress-bar {
    animation: loading-43 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="43"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="44"] .progress-right .progress-bar {
    animation: loading-44 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="44"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="45"] .progress-right .progress-bar {
    animation: loading-45 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="45"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="46"] .progress-right .progress-bar {
    animation: loading-46 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="46"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="47"] .progress-right .progress-bar {
    animation: loading-47 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="47"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="48"] .progress-right .progress-bar {
    animation: loading-48 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="48"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="49"] .progress-right .progress-bar {
    animation: loading-49 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="49"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="50"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="50"] .progress-left .progress-bar {
    animation: 0;
}

.taskprogress-div .progress[data-percentage="51"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="51"] .progress-left .progress-bar {
    animation: loading-1 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="52"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="52"] .progress-left .progress-bar {
    animation: loading-2 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="53"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="53"] .progress-left .progress-bar {
    animation: loading-3 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="54"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="54"] .progress-left .progress-bar {
    animation: loading-4 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="55"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="55"] .progress-left .progress-bar {
    animation: loading-5 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="56"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="56"] .progress-left .progress-bar {
    animation: loading-6 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="57"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="57"] .progress-left .progress-bar {
    animation: loading-7 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="58"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="58"] .progress-left .progress-bar {
    animation: loading-8 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="59"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="59"] .progress-left .progress-bar {
    animation: loading-9 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="60"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="60"] .progress-left .progress-bar {
    animation: loading-10 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="61"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="61"] .progress-left .progress-bar {
    animation: loading-11 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="62"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="62"] .progress-left .progress-bar {
    animation: loading-12 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="63"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="63"] .progress-left .progress-bar {
    animation: loading-13 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="64"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="64"] .progress-left .progress-bar {
    animation: loading-14 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="65"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="65"] .progress-left .progress-bar {
    animation: loading-15 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="66"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="66"] .progress-left .progress-bar {
    animation: loading-16 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="67"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="67"] .progress-left .progress-bar {
    animation: loading-17 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="68"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="68"] .progress-left .progress-bar {
    animation: loading-18 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="69"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="69"] .progress-left .progress-bar {
    animation: loading-19 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="70"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="70"] .progress-left .progress-bar {
    animation: loading-20 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="71"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="71"] .progress-left .progress-bar {
    animation: loading-21 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="72"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="72"] .progress-left .progress-bar {
    animation: loading-22 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="73"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="73"] .progress-left .progress-bar {
    animation: loading-23 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="74"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="74"] .progress-left .progress-bar {
    animation: loading-24 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="75"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="75"] .progress-left .progress-bar {
    animation: loading-25 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="76"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="76"] .progress-left .progress-bar {
    animation: loading-26 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="77"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="77"] .progress-left .progress-bar {
    animation: loading-27 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="78"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="78"] .progress-left .progress-bar {
    animation: loading-28 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="79"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="79"] .progress-left .progress-bar {
    animation: loading-29 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="80"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="80"] .progress-left .progress-bar {
    animation: loading-30 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="81"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="81"] .progress-left .progress-bar {
    animation: loading-31 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="82"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="82"] .progress-left .progress-bar {
    animation: loading-32 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="83"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="83"] .progress-left .progress-bar {
    animation: loading-33 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="84"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="84"] .progress-left .progress-bar {
    animation: loading-34 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="85"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="85"] .progress-left .progress-bar {
    animation: loading-35 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="86"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="86"] .progress-left .progress-bar {
    animation: loading-36 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="87"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="87"] .progress-left .progress-bar {
    animation: loading-37 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="88"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="88"] .progress-left .progress-bar {
    animation: loading-38 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="89"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="89"] .progress-left .progress-bar {
    animation: loading-39 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="90"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="90"] .progress-left .progress-bar {
    animation: loading-40 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="91"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="91"] .progress-left .progress-bar {
    animation: loading-41 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="92"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="92"] .progress-left .progress-bar {
    animation: loading-42 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="93"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="93"] .progress-left .progress-bar {
    animation: loading-43 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="94"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="94"] .progress-left .progress-bar {
    animation: loading-44 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="95"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="95"] .progress-left .progress-bar {
    animation: loading-45 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="96"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="96"] .progress-left .progress-bar {
    animation: loading-46 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="97"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="97"] .progress-left .progress-bar {
    animation: loading-47 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="98"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="98"] .progress-left .progress-bar {
    animation: loading-48 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="99"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="99"] .progress-left .progress-bar {
    animation: loading-49 0.5s linear forwards 0.5s;
}

.taskprogress-div .progress[data-percentage="100"] .progress-right .progress-bar {
    animation: loading-50 0.5s linear forwards;
}
.taskprogress-div .progress[data-percentage="100"] .progress-left .progress-bar {
    animation: loading-50 0.5s linear forwards 0.5s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(3.6);
        transform: rotate(3.6deg);
    }
}
@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(7.2);
        transform: rotate(7.2deg);
    }
}
@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(10.8);
        transform: rotate(10.8deg);
    }
}
@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(14.4);
        transform: rotate(14.4deg);
    }
}
@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(18);
        transform: rotate(18deg);
    }
}
@keyframes loading-6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(21.6);
        transform: rotate(21.6deg);
    }
}
@keyframes loading-7 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(25.2);
        transform: rotate(25.2deg);
    }
}
@keyframes loading-8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(28.8);
        transform: rotate(28.8deg);
    }
}
@keyframes loading-9 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(32.4);
        transform: rotate(32.4deg);
    }
}
@keyframes loading-10 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}
@keyframes loading-11 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(39.6);
        transform: rotate(39.6deg);
    }
}
@keyframes loading-12 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(43.2);
        transform: rotate(43.2deg);
    }
}
@keyframes loading-13 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(46.8);
        transform: rotate(46.8deg);
    }
}
@keyframes loading-14 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(50.4);
        transform: rotate(50.4deg);
    }
}
@keyframes loading-15 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(54);
        transform: rotate(54deg);
    }
}
@keyframes loading-16 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(57.6);
        transform: rotate(57.6deg);
    }
}
@keyframes loading-17 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(61.2);
        transform: rotate(61.2deg);
    }
}
@keyframes loading-18 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(64.8);
        transform: rotate(64.8deg);
    }
}
@keyframes loading-19 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(68.4);
        transform: rotate(68.4deg);
    }
}
@keyframes loading-20 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}
@keyframes loading-21 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(75.6);
        transform: rotate(75.6deg);
    }
}
@keyframes loading-22 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(79.2);
        transform: rotate(79.2deg);
    }
}
@keyframes loading-23 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(82.8);
        transform: rotate(82.8deg);
    }
}
@keyframes loading-24 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(86.4);
        transform: rotate(86.4deg);
    }
}
@keyframes loading-25 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90);
        transform: rotate(90deg);
    }
}
@keyframes loading-26 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(93.6);
        transform: rotate(93.6deg);
    }
}
@keyframes loading-27 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(97.2);
        transform: rotate(97.2deg);
    }
}
@keyframes loading-28 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(100.8);
        transform: rotate(100.8deg);
    }
}
@keyframes loading-29 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(104.4);
        transform: rotate(104.4deg);
    }
}
@keyframes loading-30 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}
@keyframes loading-31 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(111.6);
        transform: rotate(111.6deg);
    }
}
@keyframes loading-32 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(115.2);
        transform: rotate(115.2deg);
    }
}
@keyframes loading-33 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(118.8);
        transform: rotate(118.8deg);
    }
}
@keyframes loading-34 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(122.4);
        transform: rotate(122.4deg);
    }
}
@keyframes loading-35 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(126);
        transform: rotate(126deg);
    }
}
@keyframes loading-36 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(129.6);
        transform: rotate(129.6deg);
    }
}
@keyframes loading-37 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(133.2);
        transform: rotate(133.2deg);
    }
}
@keyframes loading-38 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(136.8);
        transform: rotate(136.8deg);
    }
}
@keyframes loading-39 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(140.4);
        transform: rotate(140.4deg);
    }
}
@keyframes loading-40 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}
@keyframes loading-41 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(147.6);
        transform: rotate(147.6deg);
    }
}
@keyframes loading-42 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(151.2);
        transform: rotate(151.2deg);
    }
}
@keyframes loading-43 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(154.8);
        transform: rotate(154.8deg);
    }
}
@keyframes loading-44 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(158.4);
        transform: rotate(158.4deg);
    }
}
@keyframes loading-45 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(162);
        transform: rotate(162deg);
    }
}
@keyframes loading-46 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(165.6);
        transform: rotate(165.6deg);
    }
}
@keyframes loading-47 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(169.2);
        transform: rotate(169.2deg);
    }
}
@keyframes loading-48 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(172.8);
        transform: rotate(172.8deg);
    }
}
@keyframes loading-49 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(176.4);
        transform: rotate(176.4deg);
    }
}
@keyframes loading-50 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}
.taskprogrs-div{
    width: 80px;
    position: relative;
    top: -9px;
    height: 45px;
}
.taskprogrs-div .progress{
    display:inline-block;
}
.log-list .todo_element{
    padding: 8px 0 10px 10px;
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}
.log-list .todo_date i{
    display:none
}
.log-list .todo_date{
    font-size:12px;
    padding-left: 0;
    font-weight: 400;
}
.log-list  .element_title{
    width:auto;
    margin-bottom: 0px;
}
.grid-modal .edit-delete-dropdown{
    top: 5px !important;
}
.actionlog-panel .edit-delete-dropdown{
    top:5px;
}
.task-status{
    height: 16px;
    width: 16px;
    background-color: #e3e3e3;
    display: inline-block;
    float: left;
    border-radius: 50%;
    position: relative;
    top: 5px;
    left: -2px;
}
.task-status.active:after{
    content: "\2713";
    align-items: center;
    justify-content: center;
    color: rgb(51, 51, 51);
    transform: scale(0);
    transition: all 0.4s ease 0s;
    padding: 5px 3px;
    position: relative;
    top: -2px;
    font-size: 17px;
}
.task-label{
    display:inline-block;
    padding-left: 2px;
    width: 90%;
}
.worksheet-table .task-status{
    font-size:15px;
}
.worksheet-table .task-status:after{
    top: -6px;
    left: 0px;
    font-weight: 500;
}
.grid-modal .modal-body,.spread-modal .modal-body{
    padding-top:0;
}
.grid-modal .element_title,.spread-modal .element_title{
    width:auto;
    opacity: 1;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0;
}
.actionlog-panel .activity-info {
    padding-bottom: 10px !important;
}
.modal .log-label .icon-img,.modal .media-label .icon-img, .modal .actionlog-hours .icon-img{
    margin-top: 0;
    margin-right: 6px;
}
.task-status.active{
    height: 18px;
    width: 18px;
    background-color: transparent !important;
}
.task-weightage{
    position:relative;
}
.task-weightage img{
    height: 21px;
    width: 25px;
}
.worksheet-table .task-status{
    top: 8px;
    height: 12px;
    width: 12px;
    left:0;
}
.modal .task-profile img,.notification-camp-page .task-profile img{
    height: 36px;
    width:36px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    display: block;
    object-fit: cover;
}
.modal .taskprogress-div{
    margin-right: 0;
    position: relative;
    top: -2px;
    background: #f2f2f2;
    padding: 1px 10px;
}
.worksheet-table .taskprogress-div{
    height: 36px;
    top: 0;
    position: sticky;
    right: -16px;
    float: right;
    width: 30px;
}
.worksheet-table .list-input-details{
    width: 83%;
    position: relative;
    left: -3px;
}
.worksheet-table .taskprogress-div .progress{
    position: absolute;
    top: -6px;
    float: right;
}
.taskprogress-div .progress .progress-value{
    font-size: 11px;
}
.modal.in-add-mode .task-profile img{
    top: 0px;
    float:none;
}
.add-task-owner input{
    height: 15px;
    width: 15px;
    border: 1px solid #00bcd4;
    background: #ffffff;
    top: 3px;
    margin-right: 4px !important;
}
.add-task-owner label{
    font-weight: 500;
    margin-right: 10px;
}
.add-task-owner .bootstrap-select{
    display: inline-block;
    width: 210px !important;
}
.add-task-owner{
    padding-top: 10px;
}
.add-task-owner div.bootstrap-select button{
    background: #f6f6f6;
    border-color: #cccccc !important;
    width: 203px !important;
    border-radius: 0;
}
.add-task-owner div.bootstrap-select button:focus{
    outline:none !important;
}
.add-task-owner .option-input[type="radio"]:checked::before{
    line-height: 13px;
    width: 15px;
    font-size: 11px;
    text-align: center;
    left: -1px;
}
.taskowner-users .media-object,.taskowner-circle .media-object{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    object-fit: cover;
}
.add-task-owner .bs-searchbox input{
    height:25px;
}
.task-selected-users{
    padding-left: 20px;
    padding-top: 10px;
}
span.task-user{
    font-size: 13px;
}
.spread-modal .task-selected-users,.grid-modal .task-selected-users{
    padding-left: 5px;
    padding-top: 5px;
}
div.inline-select div.dropdown-menu .dropdown-menu.inner{
    max-height:200px !important;
    overflow:auto;
}
div.inline-select .dropdown-menu>li>a{
    font-size: 13px;
}
.add-task-owner .inline-select{
    display: inline-block;
}
.add-task-owner .bootstrap-select.btn-group .btn .filter-option{
    font-size: 13px;
    color: #585858;
}
.listInputType .dropdown-menu.inner a img{
    height: 18px;
    width: 18px;
    margin-right: 5px;
    border-radius: 50%;
}
.add-task-owner .filter-option img{
    height: 15px;
    width: 15px;
    margin-right: 5px;
    border-radius: 50%;
}
.task-selected-users .task-user .check-mark{
    display:none;
}
.cancel-task-user{
    font-size:10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 7px;
    color: #f44336;
    position: relative;
    top: -1px;
    padding: 2px;
}
.add-task-usercircle span{
    font-size: 13px;
    padding: 2px 10px;
    color: #ffffff;
    background: #00bcd4;
    margin-right: 5px;
}
.add-task-usercircle span i{
    font-size: 10px;
    margin-right: 5px;
}
.add-task-usercircle{
    display: inline-block;
}
span.add-task-circle{
    margin-right: 10px;
}
.task-selected-img img{
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid #ffffff;
    object-fit: cover;
    margin-left: -9px;
}
span.task-user-title, span.task-circle-title{
    font-size: 12px;
    color: #000000;
    font-weight: 400;
}
.task-selected-img img:first-of-type{
    margin-left: 0;
}
.in-add-mode .todo_element{
    padding: 8px 15px 10px;
}
.task-selected-users{
    display: inline-block;
    max-width: 48%;
    margin-right: 20px;
}
.task-selected-circles{
    display: inline-block;
    max-width: 52%;
}
.in-add-mode .task-left{
    width: 91%;
}
.in-add-mode .todo_list ul li label .hidden_real_check:checked + .in-add-mode .todo_element .element_title::before{
    opacity: 1;
}
.taskowner-users-list,.taskowner-circle-list{
    display:none;
}
.task-user-images{
    display: inline-block;
}
.btn-task-update{
    float: right;
    padding: 3px 15px;
}
.spread-modal .customized_ckeck{
    cursor: pointer;
}
.spread-modal .log-poll{
    padding-left: 46px;
}
.spread-modal .log-action-remarks{
    padding-left: 34px;
}
.spread-modal .log-action-media{
    padding-left: 36px;
}
.spread-modal ul.response-status-inital{
    padding-left: 16px;
}
.taskowner-circles-list span.filter-option img,.taskowner-users-list span.filter-option img{
    height: 18px;
    width: 18px;
    margin-right: 5px;
    border-radius: 50%;
}
.taskowner-users-list ul li img,.taskowner-circles-list ul li img{
    height: 18px;
    width: 18px;
    border-radius: 50%;
    object-fit: cover;
}
.taskowner-users-list button:focus,.taskowner-circles-list button:focus{
    outline:none !important;
}
.spread-modal .modal-body .log-label .icon-img{
    height: 18px;
    margin-top: 3px;
}
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus{
    outline:none !important;
}
.in-add-mode span.task-status,.editactionlogs span.task-status{
    display:none;
}
.in-add-mode .task-selected-users{
    padding-left: 2px;
}
.spread-modal .editactionlogs .task-selected-users, .grid-modal .editactionlogs .task-selected-users{
    padding-left: 0;
}
.editactionlogs .todo_element{
    padding: 8px 10px 10px;
}
.editactionlogs .btn-group.bootstrap-select.taskowner-users-list,.editactionlogs .btn-group.bootstrap-select.taskowner-circles-list{
    display: none;
}
.spread-modal .btn-group.bootstrap-select.taskowner-users-list,.grid-modal .btn-group.bootstrap-select.taskowner-users-list,.spread-modal .btn-group.bootstrap-select.taskowner-circles-list,.grid-modal .btn-group.bootstrap-select.taskowner-circles-list{
    display:none;
    width: 190px;
    height: 32px;
}
.spread-modal .btn-group.bootstrap-select.taskowner-users-list button,.grid-modal .btn-group.bootstrap-select.taskowner-users-list button,.spread-modal .btn-group.bootstrap-select.taskowner-circles-list button,.grid-modal .btn-group.bootstrap-select.taskowner-circles-list button{
    height: 32px;
    border-color: #e4e4e4 !important;
    background: #f2f2f2;
}
/*.in-add-mode .task-added{width: 94%;float: left;}*/
.taskowner-users-list button,.taskowner-circles-list button{
    background: #f3f3f3;
    height: 32px;
    font-size: 13px;
}
.bootstrap-select.taskowner-users-list{
    border: 1px solid #e4e4e4;
    height: 32px;
}
span.task-profile{
    display: inline-block;
    width: 8%;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}
.todo_list ul li label .hidden_real_check:checked {
    opacity: 0.4;
}
.customized_ckeck .checkbox i{
    position: absolute;
    top: 3px;
    right: -13px;
}
.todo_list .bootstrap-select.btn-group .dropdown-menu li{
    border:none;
    margin:0;
}
.task-profile .dropdown-menu{
    left: -10px;
    width: 581px;
    top: 8px;
}
.input-history-details img{
    height: 18px;
    width: 18px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1px;
}
.modal .task-profile .input-history-details div{
    font-weight: 300;
    padding: 5px;
}
.todo_element_checkbox{
    width: 15%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
img.input-edit-history,img.input-highlighter{
    height: 18px;
    margin: 1px;
    cursor: pointer;
}
.dropdown.task-history-dropdown a.btn.btn-secondary.dropdown-toggle{
    padding:0;
}
.task-history-dropdown .dropdown-menu{
    margin-top: 10px;
    left: -370px;
    width: 450px;
}
.task-history-dropdown .dropdown-menu:before{
    left:370px
}
.task-history-dropdown .dropdown-menu:after{
    left: 368px;
}
.updated-color{
    display: inline-block;
    height: 15px;
    width: 16px;
    background: green;
    position: relative;
    top: 3px;
}
.updated-title{
    font-size: 13px;
    font-weight: 400;
    color: #666666;
}
.input-history-details{
    padding: 10px 15px;
}
.input-history-details div{
    padding:5px 0;
}
span.tsk-updated-date{
    float:right;
    font-size:12px;
    font-weight: 400;
    color:#4CAF50;
}
.in-add-mode .todo_element_checkbox{
    display: none;
}
.todo_element_checkbox .dropdown-colorselector ul.dropdown-menu{
    left: -75px;
    min-width: 130px;
    margin-top: 4px;
}
.todo_element_checkbox .dropdown-colorselector .dropdown-menu.dropdown-caret:before{
    left: 78px;
}
.todo_element_checkbox .dropdown-colorselector .dropdown-menu.dropdown-caret:after{
    left: 79px;
}
.todo_element_checkbox .dropdown-colorselector ul.dropdown-menu li:first-of-type{
    display:none;
}
.taskprogress-div .progress-title{
    float:left;
    color:#666666;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    top: 9px;
    padding-right: 5px;
}
.tabulator-table .taskprogress-div .progress-title{
    display:none;
}
.hide-tasks-list span.task-profile{
    display:none;
}
.hide-tasks-list  .element_title{
    padding-bottom:0;
}
.hide-tasks-list .log-list .todo_element{
    width: 100%;
    border:none;
}
.hide-tasks-list .task-selected-users{
    padding-top: 5px;
}
.board-view-item .apc_column--size.board-view .task-weightage,.editactionlogs  .todo_element_checkbox{
    display:none;
}
.todo_element .dropdown-menu>li>a{
    font-size: 13px;
}
.notification-camp-page .panel-body .log-label{
    width:100%;
}
.notification-camp-page .log-label .icon-img{
    max-height: 18px;
    margin-top: 2px;
}
.inline-select .dropdown-menu{
    z-index: 9999;
}
.empty-selected-users img{
    border: 1px solid #bdc3c7;
    padding: 2px;
}
.empty-selected-users{
    display:none;
}
.empty-todo-date{
    font-size: 13px;
    display: none;
}
.spread-modal .editactionlogs span.poll-choice-label:after{
    display: none;
}
input.task-date{
    font-size: 12px;
}
.modal.in-add-mode{
    padding-right:0 !important;
}
.board-portfolio-base div.todo_list span.task-profile{
    display:none;
}
.portfolio-base-content .todo_element .task-status,.portfolio-base-content  .todo_element_checkbox{
    display: none;
}
.portfolio-base-content .task-selected-users,.portfolio-base-content  .task-selected-circles,.portfolio-base-content .task-weightage{
    display:none;
}
.portfolio-base-content  .log-list .todo_element,.portfolio-base-content  .task-left{
    width: 100%;
}
.portfolio-base-content .element_title{
    max-width:100%;
}
.participate-now-worksheet{
    float: none;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border-radius: 20px;
    width: 95px;
    position: relative;
    top: -6px;
    box-shadow: none;
    margin-left: 0;
    z-index: 0;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 9px;
}
ul.list-dropdown.actionviews{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.list-actiologs-header .list-calendar-view .list-actiologs{
    margin-right: 0;
}
.campaign-menu-reports button span.caret{
    margin-top: 9px;
    margin-left: 4px;
}
ul.list-dropdown.actionviews li.campaign-submenu:marker{
    display: none;
    content:'';
}
.campaign-menu-reports ul.dropdown-menu{
    width:175px;
    left: -74px;
    margin-top: 10px;
    padding: 0;
    border-radius: 5px;
}
li#campaignviews .list-actiologs-header.active{
    border: none !important;
    background: #f4f4f4;
}
.campaign-menu-reports a{
    cursor: pointer;
}
/*.campaign-menus li.menutabs>a:hover{color: #3c903f !important;border-color: transparent !important;background: #ffffff;}*/
.campaign-menu-reports ul.dropdown-menu li{
    padding:2px 5px;
    font-size: 15px;
    border-bottom: 1px solid #e4e4e4;
}
.campaign-menu-reports ul.dropdown-menu li:last-child{
    border-bottom: none;
}
.campaign-menu-reports ul.dropdown-menu li a{
    padding: 10px 20px;
}
.campaign-menu-reports ul.dropdown-menu>.active>a, .campaign-menu-reports ul.dropdown-menu>.active>a:focus, .campaign-menu-reports ul.dropdown-menu>.active>a:hover{
    color: #2593d0;
    background-color: #ffffff;
}
.nav .campaign-menu-reports.open>a, .nav .campaign-menu-reports.open>a:focus, .nav .campaign-menu-reports.open>a:hover{
    border-color: transparent;
}
li#campaignviews{
    margin-right: 0;
}
.menutabs.active li.campaign-submenu.active,.list-actiologs-header.active li.campaign-submenu.active{
    border-color: #4caf50;
    background: #4caf50;
}
.menutabs.active li.campaign-submenu.active i,.list-actiologs-header.active li.campaign-submenu.active i{
    color: #ffffff;
    background: #4caf50;
}
.menutabs.active li.campaign-submenu.active .caret,.list-actiologs-header.active li.campaign-submenu.active .caret{
    color:#ffffff;
}
ul.campaign-menus li.list-board-view img{
    height: 22px;
    width: 22px;
}
ul.campaign-menus li.list-board-view{
    padding: 3px 7px 3px;
}
ul.campaign-menus li.list-board-view span.caret,.list-calendar-view span.caret{
    margin-left: 0;
}
.hidden-menu{
    display: none;
}
ul li.list-calendar-view{
    padding: 3px 5px 3px 7px;
}
.list-calendar-view img{
    height: 21px;
}
.active_board_img,.active_calendar_img,.active_dashboard_img,.active_attachment_img,.active_forms_img{
    display:none;
}
.list-calendar-view.active .active_calendar_img{
    display:inline-block;
    height: 24px;
}
.list-board-view.active .default_board_img,li#campaignforms.active .default_forms_img,.list-calendar-view.active .default_calendar_img,li#campaignmedia.active .default_attachment_img,li#camp-dashboard.active .default_dashboard_img{
    display:none;
}
.delete-listcomment{
    color: #888888;
    margin-left: 20px;
    font-size: 12px;
}
.listcomments-like{
    color: #888888;
}
li#camp-dashboard{
    padding: 3px 6px 4px;
}
li#camp-dashboard img{
    height: 24px;
}
.dropdown.campaign-listsview-menu{
    cursor: pointer;
    float: left;
    background: #ffffff;
    padding: 2px 7px 2px;
    border-radius: 3px;
    margin: 3px;
    text-align: center;
    color: #465666;
    border: 1px solid #a5a5a5;
}
.campaign-listsview-menu:hover .campaign-listsview-content {
    display: block;
    z-index: 99999;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    margin-top: 3px;
    left: -13px;
}
li#campaignmedia{
    cursor: pointer;
    float: left;
    background: #ffffff;
    padding: 2px 8px 2px;
    border-radius: 3px;
    margin: 3px;
    text-align: center;
    color: #465666;
    border: 1px solid #a3a3a3;
}
li#campaignmedia a{
    padding: 0 !important;
    border-top: none;
    transition: none;
    margin-right: 0;
}
li#campaignmedia img{
    height:24px;
    width: 22px;
}
li#campaignmedia.active,li#campaignforms.active{
    border-color: #4caf50;
    background: #4caf50;
}
li#campaignmedia.active a,li#campaignforms.active a{
    border-color: #4caf50;
    background: #4caf50;
}
.campaign-menus.main-nav-tab.nav-tabs>li.active>a, .campaign-menus.main-nav-tab.nav-tabs>li.active>a:focus, .campaign-menus.main-nav-tab.nav-tabs>li.active>a:hover{
    border-top: none;
}
.campaign-listsview-content.dropdown-content{
    min-width:70px;
    background: #ffffff;
}
.campaign-listsview-menu button.dropbtn{
    padding:0;
    font-size: 15px;
}
.campaign-listsview-content li.campaign-submenu{
    width: 35px;
    text-align: center;
    border-radius: 5px;
    padding: 1px 5px 1px 3px;
    margin: 10px auto;
    background: #ffffff;
    border: 1px solid #a3a3a3;
}
.campaign-listsview-menu span.caret{
    margin-top: 0;
    display: inline-block;
    float: none;
    margin-left: 5px;
}
.list-actiologs-header.active .campaign-listsview-menu{
    background: #4caf50;
    border-color: #4caf50;
    border: 1px solid #4caf50;
}
.list-actiologs-header.active .campaign-listsview-menu button i{
    background: #4caf50;
    color: #ffffff;
}
.list-actiologs-header.active .campaign-listsview-menu span.caret{
    color: #ffffff;
}
.list-actiologs-header .campaign-listsview-menu .list-actiologs{
    padding:5px;
}
.list-actiologs-header .campaign-listsview-menu button i.list-actiologs{
    padding: 4px 1px;
    font-size: 16px;
}
.campaign-listsview-content .campaign-submenu .tooltip.fade.right {
    margin-left: 5px;
}
.list-board-view.active .active_board_img{
    display: inline-block;
    height: 22px;
}
li#campaignmedia.active .active_attachment_img{
    display: inline-block;
    height: 24px;
}
li#camp-dashboard.active .active_dashboard_img {
    display: inline-block;
    height: 24px;
}
li#campaignforms.active .active_forms_img {
    display: inline-block;
    height: 19px;
}
.action-container.listInputType img.action-icon{
    padding: 0 0 6px;
}
.viewactionlogs .actionlog-list img.icon-img{
    height: 20px;
    margin-top: 0px;
}
.editactionlogs .action-container.listInputType img.action-icon{
    padding: 0 3px 7px;
}
ul li#camp-dashboard:hover ul.dropdown-menu{
    display: block;
}
ul li#camp-dashboard ul.dropdown-menu{
    min-width:300px;
    max-width:300px;
    list-style: none;
    margin: 0;
    min-width: 100%;
    background: #ffffff;
    padding: 0;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    margin-left: -10px;
    margin-top: -3px;
}
ul li#camp-dashboard ul.dropdown-menu li a{
    max-width: 290px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 10px;
    color: #555555;
}
.log-action-denied{
    display: none;
    position: absolute;
    top: 55px;
    z-index: 999;
}
.tabulator-cell span.task-time{
    display:block;
}
.dashboard-loading{
    display: none;
}
li#camp-dashboard.active{
    background:#5cb85c;
    border-color: #5cb85c;
}
li#camp-dashboard{
    cursor: pointer;
    float: left;
    background: #ffffff;
    padding: 2px 7px 2px;
    border-radius: 3px;
    margin: 3px;
    text-align: center;
    color: #465666;
    border: 1px solid #a3a3a3;
}
li#camp-dashboard span.caret{
    margin-left: -5px;
}
li#camp-dashboard.active span.caret{
    color:#ffffff;
}
.logs-response-points{
    vertical-align: middle;
    display: none;
    font-size: 12px;
    color: #4caf50;
    font-weight: 400;
    margin-left: 10px;
}
.logs-response-points i{
    font-size: 13px;
    margin-right: 2px;
    top: 0;
    color: #4caf50;
}
.logs-response-points p{
    display: inline-block;
    margin: 0;
}
.log-main-section label.log-label span{
    display: inline-block;
    vertical-align: middle;
    width: 92%;   
}
.uploadmedia-file img.action-icon,.quantityinputDiv img.action-icon{
    padding-top: 0
}
.hide-action-detail{
    display: none;
    margin-right: 10px;
}
.show-action-detail{
    margin-right: 10px;
}
.chain-single-multiple span{
    margin-left: 28px;
    font-size: 13px;
    color: green;
    margin-top: -4px;
    float: left;
}
.chain-single-multiple{
    float: left;
    clear: both;
}
.chain-section-main img.action-icon{
    float: left !important;
}
.chain-section-main .hide-action-detail,.chain-section-main .show-action-detail{
    position: relative;
    top: -15px;
}
.save-draft-log img{
    position: relative;
    height: 16px;
    width: 16px;
    top: 11px;
    margin-left: 2px;
    cursor: pointer;
}
.tooltip{
    pointer-events: none !important;
}
.actionlog-list.actionlog-section{
    margin-bottom: 0;
}
.spread-modal .log-main-section .create-category-btn .user-name, .spread-modal .log-main-section .create-category-btn .circle-name,.grid-modal .log-main-section .create-category-btn .user-name, .grid-modal .log-main-section .create-category-btn .circle-name{
    width: auto;
    padding-right: 5px;
}
.board-view-item .log-main-section label.log-label span{
    display: inline-block;
    vertical-align: middle;
    width: 92%;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
}
.board-view-item .log-label{
    background: #eeeeee;
}
.gridder-list.shoutout-item{
    width: auto;
    border-radius: 20px;
    padding: 5px;
}
.gridder-list.shoutout-item img{
    height: 25px !important;
    width: 25px;
    display: inline-block;
    border-radius: 50%;
    object-fit: cover;
}
.gridder-list.shoutout-item .img-description{
    display: none;
}
.gridder-list.shoutout-item .img-description-detail{
    position: relative;
    display: inline-block;
    width: auto;
    color: #000000;
    bottom: 0;
    font-weight: 400;
    top: -3px;
}
.gridder-list.shoutout-item .circle-count{
    top: 20px;
    color: #000000;
    width: 100px;
    bottom: 0;
    left: 13px;
}
.fc-ltr .fc-year-view .fc-day-top .fc-day-number{
    color: #333333;
    font-size: 13px;
    font-weight: 300;
}
.fc-year-monthly-name,.fc-year-view .fc-row table.fc-year-month-header,.fc-year-monthly-td.fc-widget-content,.fc-year-month-border.fc-first{
    border:none !important;
}
.fc-year-monthly-name a{
    color: black !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}
.fc-year-month-separator{
    width: 20px !Important;
    border-width: 0 !important;
}
.fc-year-month-border.fc-last{
    border-width: 0;
}
.fc-year-monthly-name{
    margin-top: 40px !important;
}
.fc-year-monthly-name.fc-first{
    margin-bottom: 5px;
}
.fc button{
    height: 2.5em;
}
span.clone-log i{
    line-height: 22px;
    color: #d7ac32;
    height: 22px;
    width: 16px;
    font-size: 15px;
    margin-right: 7px;
}
span.edit-action-log i{
    width: 15px;
    line-height: 22px;
    margin-right: 2px;
    position: relative;
    top: 1px;
}
span.delete-action-log i{
    width: 15px;
}
.edit-delete-dropdown span.clone-log{
    color: #d7ac32;
    cursor: pointer;
}
.edit-delete-dropdown span.clone-log i{
    margin-right: 4px;
}
.edit-delete-dropdown ul li a{
    padding: 10px 8px !important;
}
.edit-delete-dropdown .edit-action-log i{
    font-size: 15px;
}
.modal-calendar .log-label .icon-img, .modal-calendar .media-label .icon-img, .modal-calendar .actionlog-hours .icon-img{
    margin-top: 4px;
}
.modal-calendar .log-main-section label.log-label span{
    width: 90%;
}
.modal-calendar .log-main-section .log-label{
    font-weight: 500;
}
.modal-calendar .shoutout-users .create-category-btn .user-name{
    width: auto;
    padding-right: 5px;
}
.modal-calendar .log-main-section{
    margin-bottom: 0;
}
.modal-calendar .calendar-nav .log-action-remarks span{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.modal-calendar .user-log-clock i{
    font-size: 10px;
    top: -1px;
}
.modal-calendar .task-status,.modal-calendar .task-weightage{
    display: none;
}
.modal-calendar div.bootstrap-select.taskowner-circles-list{
    display: none;
}
.modal-calendar .task-selected-users{
    padding-left: 0;
    max-width: 85px;
    margin-right: 5px;
    width: 85px;
}
.modal-calendar .task-selected-circles{
    max-width: 85px;
    width: 85px;
}
.modal-calendar .element_title{
    width: 50%;
    max-width: 50%;
}
.modal-calendar .log-main-section label.log-label span{
    width: auto;
}
.modal-calendar .empty-competion-date{
    padding: 0 5px;
}
.fc-content{
    overflow: visible !important;
}
.fc-title{
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 500;
}
.fc-content .taskselected-users,.fc-content .taskselected-circles{
    width: 33px;
    float: right;
    display: inline-block;
    padding: 0;
}
.fc-content .task-owner-count{
    color:#000000;
    position: relative;
    left: -1px;
    font-weight: 500;
}
.fc-content .task-selected-img img{
    height:16px;
    width: 16px;
    border:none;
}
.fc-content span.other-users-li{
    padding-right: 0px;
}
.fc-content .more-users ul.dropdown-menu {
    margin-left: 3px;
    margin-top: -74px;
}
.fc-row.fc-rigid,.fc-scroller.fc-day-grid-container {
    overflow: visible !important;
}
.fc-content .other-users-li a{
    font-size: 11px;
}
#confirmCloneModal .modal-dialog {
    width: 375px !important;
    margin: 50px auto;
}
#confirmCloneModal .modal-footer button{
    width: 75px;
    border-radius: 0;
    padding: 4px;
    font-size: 15px;
}
#confirmCloneModal .modal-footer{
    border-top: none !important;
}
#confirmCloneModal .modal-body{
    font-size: 15px;
    padding: 30px 15px 20px;
}
#confirmCloneModal .modal-content{
    border-radius: 0;
}
#confirmCloneModal .modal-body p i{
    color: #5cb85c;
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 2px;
}
#confirmCloneModal .modal-header{
    padding: 5px 15px;
    background: #5cb85c;
    border-bottom: none;
}
#confirmCloneModal .modal-header .modal-title{
    font-size: 16px;
    padding: 5px 0;
    color: #fff;
}
#confirmCloneModal .modal-header .close{
    color:#ffffff;
}
.detailsactionlogModal  li.listitem-li.ui-state-default.listitem-input:after{
    content:' ';
    display: table;
    clear: both;
}
#tree-container,#d3-container {
    display: block;
    position: relative !important;
}
#chartdiv {
    width: 100%;
    height:600px;
}
li.campaign-submenu i.fa-angle-down{
    color: #333333;
    padding-left: 1px;
}
.campaign-listsview-menu i.fa-angle-down,.playbook-menus-li i.fa-angle-down{
    color: #333333;
}
.playbook-menus-li i.fa-angle-down{
    color: #333333;
}
#camp-dashboard i.fa-angle-down{
    position: relative;
    top: 2px;
}
.nav-tabs.campaign-menus>li>a:hover{
    border:none;
    background-color: transparent;
}
.nav-tabs.campaign-menus>li>a{
    border:none;
}
.my-tooltip{
    background: #000000;
    border-radius: 5px;
    padding: 5px;
    color: #ffffff;
}
.chart-svg{
    display: none;
}
.list-actiologs-header.active .campaign-listsview-menu i.fa.fa-angle-down{
    color:#ffffff;
}
.scroll_tabs_container .scrolltabs-in a.worksheet-action{
    font-size: 14px;
    font-weight: 500;
    color: #333333 !important;
}
.scroll_tabs_container .scrolltabs-in{
    margin-right: 2px;
    border-radius: 8px;
    background-color: #d4d4d4 !important;
    line-height: 26px !important;
    transition: 0.5s all ease;
    padding: 0px 20px;
}
.scroll-graph-tabs .scrolltabs-in{
    padding: 7px 20px;
}
.scroll-graph-tabs .scroll_tab_inner .scrolltabs-in{
    padding: 0 20px;
}
.scroll_tabs_container .scrolltabs-in.tab_selected{
    background: #5cb85c !important;
}
.scroll_tabs_container .scrolltabs-in.tab_selected a.worksheet-action{
    color: #ffffff !important;
}
.chart-svg{
    margin:0 auto;
}
.node{
    cursor: pointer;
}
.spinner {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-top-color: #09d;
    animation: spin 1.5s linear infinite;
}
.spinner-text{
    min-height: 400px;
    display: none;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 0;
    right:0;
    color: #000000;
    width: 400px;
    margin: 0 auto;
}
#actionsModal .spinner-text{
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    display: none;
}
#actionsModal .spinner{
    margin: 75px auto 0;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.text {

}

.spinner-text h1 {
    text-align: center;
    font-size: 18px;
}

.words-wrapper {
    display: inline-block;
    position: relative;
    text-align: center;
}
.words-wrapper b {
    opacity: 0;
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: 500;
}
.words-wrapper .is-visible {
    position: relative;
    opacity: 1;
    -webkit-animation: push-in 0.5s;
    -moz-animation: push-in 0.5s;
    animation: push-in 0.5s;
}
.words-wrapper .is-hidden {
    -webkit-animation: push-out 0.5s;
    -moz-animation: push-out 0.5s;
    animation: push-out 0.5s;
}
/* Style for the container */
        .image-container {
            position: relative;
            display: inline-block;
        }

        /* Style for the small image */
        .thumbnail {
            /*width: 100px;  Adjust the width as needed */
            height: auto; /* Maintain aspect ratio */
            transition: transform 0.3s ease-in-out;
        }

        /* Style for the large image (displayed on hover) */
        .large-image {
            position: absolute;
            top: 0;
            left: 110%; /* Position it outside the container */
            max-width: 300px; /* Adjust the maximum width as needed */
            height: auto; /* Maintain aspect ratio */
            visibility: hidden;
            opacity: 0;
            transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
            z-index: 9999;
        }

        /* Show the large image on hover */
        .image-container:hover .thumbnail {
            transform: scale(1.2); /* Adjust the scale factor as needed */
        }

        .image-container:hover .large-image {
            left: 100%; /* Move the large image back inside the container */
            visibility: visible;
            opacity: 1;
        }
@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    70% {
        opacity: 1;
        -webkit-transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateXY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        -o-transform: translateY(10%);
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}
@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateY(110%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
}
@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -moz-transform: translateY(110%);
        -ms-transform: translateY(110%);
        -o-transform: translateY(110%);
        transform: translateY(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translag65teY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}
.page-view .todo_list ul li{
    min-height: 38px;
}
.portfolio-playbook-title{
    font-weight: 700;
    font-size: 24px;
    position: relative;
    top: -11px;
    display: inline-block;
    vertical-align: middle;
}
.portfolio-otherplaybooks{
    margin-bottom: 10px;
    display: none;
}
.portfolio-otherplaybooks img{
    height: 45px;
    width: 55px;
    vertical-align: middle;
    position: relative;
    top: -11px;
    border-radius: 6px;
    object-fit: cover;
    margin-right: 8px;
}
.portfolio-graph{
    width: 100%;
    position: relative;
}
.portfolio-graph img.portfolio-cancel{
    height: 35px;
    right: 150px;
    opacity: 0.5;
    top:35px;
}
.portfolio-graph img.portfolio-cancel:hover{
    opacity: 1;
}
#campaignforms{
    cursor: pointer;
    float: left;
    background: #ffffff;
    padding: 2px 8px 2px;
    border-radius: 3px;
    margin: 3px;
    text-align: center;
    color: #465666;
    border: 1px solid #a3a3a3;
}
#campaignforms a{
    padding: 0px 0 2px !important;
    border-top: none;
    transition: none;
    margin-right: 0;
}
#camp-forms img.default_forms_img{
    height: 19px;
    background: #fff;
}
#playbook_forms{
    padding: 30px !important;
    position: relative;
}
.playbook_forms_email{
    background: #fbfbfb;
    padding: 0 15px;
    width: 80%;
    display: inline-block;
}
#useremail-forms{
    border-radius: 5px;
    padding: 8px;
    box-shadow: none;
    outline: none !important;
    border: 1px solid #bdb6b6;
    width: 250px;
}
span.email-ids{
    background: #ffffff !important;
    padding: 5px 10px !important;
}
.enter-mail-id{
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
span.cancel-email{
    border: 1px solid #b6b2b2;
    background: #f9f9f9;
    font-weight: 700;
}
span.to-input{
    vertical-align: middle;
    float: none !important;
    padding-bottom: 5px;
    font-weight: 700;
}
#formSharePlaybookModal .eachUser-formlink img{
    max-width: 100%;
}
.shared-list-each .list-email-name span.disp-inlinebl{
    width: 35%;
}
.shared-list-each .list-email-name span.eachUser-formlink {
    width: 15%;
}
.playbook-forms-list ul li{
    text-align: left;
}
.playbook-forms-list ul li .preview-form img{
    height: 24px;
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.forms-preview-details,.form-share-details{
    display: none;
}
.container-fluid.forms-page{
    padding:0 100px;
}
.container-fluid.forms-page h2 {
    margin: 0;
    padding-left: 15px;
    font-size: 30px;
    display: inline-block;
    width: 80%;
    color: #000000;
}
.dynamic-bg{
    margin: 0px auto 5px;
    border-radius: 8px;
}
.dynamic-bg img{
    width: 100%;
    height: 200px;
    border-radius: 5px;
    margin-bottom: 10px;
    object-fit: contain;
}
.details-form{
    border-radius: 0 0 5px 5px;
    color: #000000;
    background: #ffffff;
    padding: 30px 35px;
    margin-bottom: 50px;
}
.title{
    padding: 25px 35px 25px;
    color: #4caf50;
    margin-bottom: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    background: #f6f6f6;
    font-weight: 700;
    border-top: 5px solid #262626;
}
.form-group {
    margin-bottom: 35px;
}
.bootstrap-select .btn-default:hover{
    background-color: #ffffff;
}
.open>.dropdown-toggle.btn-default:hover{
    background-color: #fbfafa;
}
.form-group.form-field .bootstrap-select .dropdown-menu>li>a{
    padding: 10px 20px;
}
.bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.form-group.form-field .bootstrap-select{
    width:100% !important;
    display: block;
}
.form-group.form-field .bootstrap-select .btn{
    padding: 8px 12px;
    border-radius: 8px;
    background: #f9f9f9;
}
ul.playbook-fields{
    padding: 0;
    list-style: none;
}
ul.playbook-fields:after,.submit-form:after,.playbook_forms_email:after{
    display: table;
    content: ' ';
    clear: both;
}
.form-control{
    box-shadow: none;
    height:38px;
    border-radius: 8px;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
    background-color: #fefdfd;
}
.title span img {
    float: right;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    position: relative;
    background: #f9f9f9;
    top: -5px;
    margin-right: 10px;
        }
        .form-action-header{
            padding: 15px;
            font-size: 20px;
            font-weight: 600;
            padding-top: 30px;
            clear: both;
        }
        .details-form label{
            color: #262626;
            font-weight: 500;font-size: 15px;
        }
        .details-form label h1{font-size: 15px;margin: 0;}
        .submit-b{
            width: 250px;
            margin-top: 20px;
            background: #4caf50;
            color: #fff;
            margin-right: 15px;
            border-radius: 8px;
            padding: 10px;
            border: none;font-size: 16px;float: right;
        }
        .form-control{background: #f9f9f9;}
        .ml-12{margin-left: 12.5%;}
        .form-field.custom-fields label{display: block;}
        .form-field.custom-fields h1,.form-field.custom-fields h2,.form-field.custom-fields h3,.form-field.custom-fields h4,.form-field.custom-fields h5,.form-field.custom-fields h6{margin:0;padding: 0;}
        .form-field.custom-fields label p{font-weight: 400;color: #333333;}
        .order-details-form{display: none;box-shadow: 0 5px 15px rgb(0 0 0 / 50%);border-radius: 6px;}
        .forms-entry-section{-webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);border-radius: 6px;}
.form-share-details .form-title{font-size: 26px;font-weight: 700;border-bottom: 1px solid #000000;margin-left: 15px;}
.generated-links .title{margin-top: 24px;display: block;padding-bottom: 8px;font-size: 20px;padding: 8px 0 15px 15px;color: #000000;margin-bottom: 0;border-top-right-radius: 0;border-top-left-radius: 0;background: #fbfbfb;font-weight: 700;border-top: none;}
.get-form-link input{background: #ffffff;}
.get-form-link{margin: 10px 0 35px;width: 90%;}
button.gen-public-link{display: inline-block;width: 9%;position: relative;top: 36px;}
.shared-users-list{clear:  both;}
.shared-users-list span{padding: 10px;}
.public-links{background: #ffffff;clear: both;max-height: 400px;overflow: auto;}
.w-23{width:23%;}
.forms-users-details .dynamic-bg{width: 100%;}
.forms-users-details .dynamic-bg img{height: 150px;}
.public-links::-webkit-scrollbar {width: 7px !important;}
.public-links::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;border-radius: 5px !important;background-clip: content-box; }
.public-links::-webkit-scrollbar-thumb {border-radius: 5px !important;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;}
.public-links::-webkit-scrollbar-track-piece {height: 10px;}
.details-form .rating-list{background: #f9f9f9;padding: 0;border: 1px solid #dddddd;border-radius: 5px;}
.details-form .form-control{border-radius: 5px;}
.add-new-chain{font-weight: 400;margin-right: 40px;background: #5F85EA;color: #ffffff;-webkit-box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%);box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%);border-radius: 50%;cursor: pointer;position: relative;top: 13px;height: 30px;width: 30px;line-height: 28px;text-align: center;float: right;transition: 0.5s all ease;}
.add-new-chain img{height: 14px;}
.chain-add-info{position: relative;top: 15px;font-size: 16px;color: #000000;font-weight: 500;margin: 0px 0 25px;}
.chain-add-info img{height: 18px;}
.chain-add-info a{cursor: pointer;}
#actionsModal .modal-header{background: #f4f4f4;border-top-left-radius: 10px;}
#actionsModal .modal-header .modal-title{color: #000000;}
.add-new-chain.moveleft{margin-right: 90px;}
.forms-entry-section ul.playbook-fields li.form-group{min-height: 62px;}
.polls-section-main .clear-options{top: 0;}
.community-details-page.body.content{padding-top: 98px;}
.form-action-header{
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    padding-top: 30px;
    clear: both;
}
.details-form label{
    color: #262626;
    font-weight: 500;
    font-size: 15px;
}
.details-form label h1{
    font-size: 15px;
    margin: 0;
}
.submit-b{
    width: 250px;
    margin-top: 20px;
    background: #4caf50;
    color: #fff;
    margin-right: 15px;
    border-radius: 8px;
    padding: 10px;
    border: none;
    font-size: 16px;
    float: right;
}
.form-control{
    background: #f9f9f9;
}
.ml-12{
    margin-left: 12.5%;
}
.form-field.custom-fields label{
    display: block;
}
.form-field.custom-fields h1,.form-field.custom-fields h2,.form-field.custom-fields h3,.form-field.custom-fields h4,.form-field.custom-fields h5,.form-field.custom-fields h6{
    margin:0;
    padding: 0;
}
.form-field.custom-fields label p{
    font-weight: 400;
    color: #333333;
}
.order-details-form{
    display: none;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    border-radius: 6px;
}
.forms-entry-section{
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    border-radius: 6px;
}
.form-share-details .form-title{
    font-size: 26px;
    font-weight: 700;
    border-bottom: 1px solid #000000;
    margin-left: 15px;
}
.generated-links .title{
    margin-top: 0;
    display: block;
    padding-bottom: 8px;
    font-size: 20px;
    padding: 8px 0 15px 15px;
    color: #000000;
    margin-bottom: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #fbfbfb;
    font-weight: 700;
    border-top: none;
}
.get-form-link input{
    background: #ffffff;
}
.get-form-link{
    margin: 10px 0 35px;
    width: 90%;
}
button.gen-public-link{
    display: inline-block;
    width: 9%;
    position: relative;
    top: 36px;
}
.shared-users-list{
    clear:  both;
}
.shared-users-list span{
    padding: 10px;
}
.public-links{
    background: #ffffff;
    clear: both;
}
.w-23{
    width:23%;
}
.forms-users-details .dynamic-bg{
    width: 100%;
}
.forms-users-details .dynamic-bg img{
    height: 150px;
}
.playbook-forms-list::-webkit-scrollbar {
    width: 7px !important;
}
.playbook-forms-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    border-radius: 5px !important;
    background-clip: content-box;
}
.playbook-forms-list::-webkit-scrollbar-thumb {
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;
}
.playbook-forms-list::-webkit-scrollbar-track-piece {
    height: 10px;
}
.details-form .rating-list{
    background: #f9f9f9;
    padding: 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.details-form .form-control{
    border-radius: 5px;
}
.add-new-chain{
    font-weight: 400;
    margin-right: 40px;
    background: #5F85EA;
    color: #ffffff;
    -webkit-box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%);
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: 13px;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    float: right;
    transition: 0.5s all ease;
}
.add-new-chain img{
    height: 14px;
}
.chain-add-info{
    position: relative;
    top: 15px;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    margin: 0px 0 25px;
}
.chain-add-info img{
    height: 18px;
}
.chain-add-info a{
    cursor: pointer;
}
#actionsModal .modal-header{
    background: #f4f4f4;
    border-top-left-radius: 10px;
}
#actionsModal .modal-header .modal-title{
    color: #000000;
}
.add-new-chain.moveleft{
    margin-right: 10px;
}
.forms-entry-section ul.playbook-fields li.form-group{
    min-height: 62px;
}
.polls-section-main .clear-options{
    top: 0;
}
.add-new-tab img{
    height: 20px;
}
.add-new-tab{
    font-weight: 400;
    margin-right: 30px;
    background: #5F85EA;
    color: #ffffff;
    -webkit-box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%);
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: -2px;
    height: 35px;
    width: 35px;
    line-height: 31px;
    text-align: center;
    float: right;
    transition: 0.5s all ease;
}
.forms-entry-section .title{
    padding: 15px 35px 17px;
}
.forms-entry-section .title h2{
    max-width: 80%;
    display: inline-block;
    margin: 0;
    color: #333333;
    font-size: 26px;
    font-weight: 500;
    padding: 0;
}
.add-new-tab.moveleft{
    margin-right: 10px;
}
.form-settings-btn{
    margin-right: 5px;
}
.back-to-forms{
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 20px;
    position: absolute;
    top: -56px;
    left: -71%;
}
.back-to-forms img{
    height: 30px;
    margin-right: 5px;
}
.playbook-forms-predefined,.forms-common-share{
    display: none;
}
.predefined-forms-listing{
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.predefined-forms-listing table {
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    table-layout: auto;
}
.predefined-forms-listing table thead {
    background: #F0F0F0;
    height: 45px !important;
}

.predefined-forms-listing table thead tr th {
    text-transform: uppercase;
    line-height: 45px !important;
    text-align: left;
    font-size: 12px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 10px;
}
.predefined-forms-listing table tbody {
    background: #fff;
}
.predefined-forms-listing
.predefined-forms-listing table tbody tr {
    border-top: 1px solid #e5e5e5;
    height: 45px;
}
.predefined-forms-listing table tbody tr td {
    height: 45px;
    line-height: 45px !important;
    text-align: left;
    padding: 0 10px;
    font-size: 14px;
}
.predefined-forms-listing table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}
.predefined-forms-listing table tbody tr td:nth-child(2),.predefined-forms-listing table thead tr th:nth-child(2){
    width:55%;
}
.predefined-forms-listing table tbody tr td img:first-of-type{
    height: 23px;
    margin: 5px;
    cursor: pointer;
}
.predefined-forms-listing table tbody tr td img:last-of-type{
    height: 18px;
    margin: 5px;
    cursor: pointer;
}
.predefined-forms-listing table tbody tr td i {
    margin-right: 8px;
}
.predefined-forms-listing table tbody tr td:first-of-type{
    width:70px;
}
.predefined-forms-listing table thead tr th:first-of-type{
    width:70px;
}

.save-predefined-form{
    padding: 30px 50px;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    border-radius: 6px;
}
.predefined-forms-listing .no-data-found,.playbook-forms-list .no-data-found{
    padding: 60px;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
}
.predefined-forms-listing .no-data-found img,.playbook-forms-list .no-data-found img{
    height: 140px;
}
.predefined-forms-listing .no-data-found div,.playbook-forms-list .no-data-found div{
    font-weight: 500;
    padding-top: 10px;
    font-size: 16px;
}
.forms-preview-details .details-form{
    margin-bottom: 30px;
}
.save-predefined-btn{
    width: 200px;
    padding: 10px;
    font-size: 16px;
}
.save-predefined-form input{
    border-radius: 6px;
}
.predefined-header{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 25px;
}
.predefined-formgroup{
    clear: both;
    padding-left: 15px;
}
.predefined-formgroup input[type="checkbox"]{
    display: inline-block;
    transform: scale(1.4);
    margin-right: 5px;
    position: relative;
    top: 2px;
    cursor: pointer;
}
/*.back-to-forms{display: none;}*/
.forms-common-share{
    background: #f6f6f6;
    padding: 10px 10px;
    border-radius: 10px;
    margin-top: 0;
}
.generated-links.forms-common-share .title{
    background: transparent;
}
.playbook-forms-predefined{
    background: #f6f6f6;
    border-radius: 10px;
    padding-bottom: 15px;
}
.details-form button.gen-public-link{
    width: 200px;
    position: relative;
    top: 0;
    padding: 8px;
    margin-left: 15px;
}
.playbook-forms-list{
    border: 1px solid #8d8d8d;
    border-radius: 5px;
}
.playbook-forms-main.in-predefined{
    margin-top:45px;
}
a.form-link{
    font-size: 13px;
}
.generated-link-each .form-expiry label{
    display: block;
}
.generated-link-each .form-expiry .formExpiryDate{
    font-size: 12px;
}
.form-action-btns span:first-of-type i{
    color:#2593d0;
    cursor: pointer;
    margin: 2px;
}
.form-action-btns span:last-of-type i{
    color: #e91e63;
    cursor: pointer;
    margin: 2px;
}
.predefined-setting img{
    height: 18px;
    text-align: center;
    margin: 5px auto;
}
.predefined-setting span{
    display: block;
}
.predefined-setting span:first-of-type{
    font-weight: 700;
}
.forms-entry-section .disable-action{
    cursor: not-allowed;
    pointer-events: none;
    opacity:.7;
}
.form-expiry .formExpiryDate-lbl{
    margin-bottom: 7px;
}
.form-action-btns{
    padding: 10px 0;
}
.formTitle{
    max-width: 75%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.chainsort-box{
    width: 26%;
    display: inline-block;
}
.chainsort-box ul.dropdown-menu.sort-dropdown{
    width: 200px;
    border-radius: 5px;
    left: -60px;
    margin-top: 15px;
}
.chainsort-box .caret{
    margin-left: 10px;
}
.chain-check-list .filter-search-box{
    margin-bottom: 25px;
}
.chainsort-box button{
    border-radius: 5px !important;
    padding: 8px 25px;
    background: #f6f6f6;
    box-shadow: none !important;
    border: 1px solid #e4e4e4 !important;
    font-weight: 700;
}
.chainsort-box span.filter-option{
    color: #333333;
    font-size: 15px;
}
#actionsModal .modal-header div.action-title{
    width: 67%;
    display: inline-block;
}
.bootstrap-select.sortby-chain .dropdown-menu>li>a{
    padding: 10px 10px !important;
}
.bootstrap-select.sortby-chain .dropdown-menu>li:first-of-type  a{
    padding-top: 20px !important;
}
.bootstrap-select.sortby-chain .dropdown-menu>li:last-of-type  a{
    padding-bottom: 20px !important;
}
.chainsort-box div.bootstrap-select.sortby-chain{
    max-width: 100%;
}
.bootstrap-select.sortby-chain button{
    padding-left: 10px;
}

.forms-entry-section ul.playbook-fields li.form-group.custom-fields{
    min-height: auto;
}
.forms-entry-section ul.playbook-fields li.form-group.custom-fields h1{
    font-size: 22px;
}
.forms-entry-section ul.playbook-fields li.form-group.custom-fields h2{
    font-size: 20px;
}
.forms-entry-section ul.playbook-fields li.form-group.custom-fields h3{
    font-size: 18px;
}
/*#playbook_forms ul.forms-list li span.formList{max-width: 100%;}*/
#playbook_forms ul.forms-list li span.formList .formTitle{
    max-width: 100%;
}
.log-edit{
    display:none
}
.tabulator-cell.portfolio-contributiondata{
    border-right: 0px !important;
}
.tabulator-col.portfolio-contributiondata{
    border-right: 0px !important;
}
.tabulator-col.portfolio-contributiondata .tabulator-col-content{
    display: none !important;
}
.log-edit,.form-send-mail{
    display:none;
}
.playbook-forms-list ul li .forms-span span{
    height: 25px;
    width: 20px;
    display: inline-block;
}
.form-send-mail .header{
    font-size: 26px;
    font-weight: 700;
    border-bottom: 1px solid #000000;
    margin-left: 15px;
}
.form-mail-template{
    padding: 25px 15px 25px 0;
    border-bottom: 1px solid;
    margin-left: 15px;
}
.mail-form-group label{
    font-size: 16px;
    display:block;
}
.mail-form-group div.form-mail-input{
    font-size: 16px;
    display: inline-block;
    background: #e6e6e6;
    padding: 5px 10px;
    border-radius: 5px;
}
.mail-form-group.form-group{
    margin-bottom: 20px;
    padding: 15px;
}
.send-form-mailbtn{
    margin-left: 15px;
    font-size: 15px;
    padding: 8px 50px;
}
.bootstrap-select.form-emaillist button{
    border: 1px solid #cccccc !important;
    padding: 8px 15px;
}
.unmatched-parameters-details i{
    font-size: 18px;
    display: inline-block;
}
.unmatched-parameters-details h4{
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
}
.unmatched-parameters-list li{
    padding: 0;
    background-color: transparent;
    border: none;
    color: #333333;
    font-size: 16px;
}
.email-notification-details h3{
    font-size: 26px;
    font-weight: 700;
    border-bottom: 1px solid #000000;
    margin-left: 15px;
}
ul.email-notification-list{
    list-style: none;
    margin: 0;
    padding-left: 15px;
    margin-bottom: 25px;
}
ul.email-notification-list li{
    padding: 10px 0;
    color: #787878;
}

.tabulator-cell.portfolio-contributiondata{
    border-right: 0px !important;
}
.tabulator-col.portfolio-contributiondata{
    border-right: 0px !important;
}
.tabulator-col.portfolio-contributiondata .tabulator-col-content{
    display: none !important;
}
.action-total{
    font-weight: 700;
    font-size: 16px;
    background: aliceblue;
    padding: 5px 10px;
    position: absolute;
    right: 378px;
    z-index: 99999;
    width: 140px;
    text-align: center;
}
.action-total span{
    color: #2593d0;
    padding: 0 3px;
    font-size: 17px;
}
.chain-section-main .tick-icon{
    position: relative;
    top: -2px;
    right: -58px;
}
#actionsModal .uploadmedia-section button.close{
    font-size: 22px;
    opacity: 0.6;
    height: 25px;
    position: absolute;
    width: 25px;
}
.uploadmedia-section label{
    position: relative;
    border: 2px dashed #d6d6d6;
    border-radius: 10px;
}
.polls-section-main .tick-icon{
    position: relative;
    top: -2px;
    right: -57px;
}
.highlightinput .textarea-section textarea{
    border: none;
    color: #8f8f8f;
    padding: 10px 20px;
    height: 45px;
    width: 836px;
    background: #f2f4f5;
}
.scroll_tabs_container div.scroll_tab_inner span.action-totalCount{
    background-color: #292929 !important;
    display: inline-block;
    padding: 1px 4px;
    color: #ffffff;
    line-height: 15px !important;
    font-weight: 400;
    font-size: 12px;
    margin-left: 10px;
}
.scroll_tabs_container div.scroll_tab_inner .scrolltabs-in.tab_selected span.action-totalCount{
    background-color: #ffffff !important;
    padding: 1px 4px;
    color: #2a8d2a;
    font-weight: 500;
    font-size: 12px;
    margin-left: 10px;
}
.tabulator-cell.contributiondata img{
    object-fit: cover;
}
.modal .log-action-quantity{
    padding-left: 30px;
}
.form-contributiondata{
    display: none;
    float:right !important;
}
.form-contributiondata div{
    background: #2593d0;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: 400;
    width: 120px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
}
.form-contributiondata img{
    height: 20px;
    width: 20px;
}
.form-contributiondata a{
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
}
.spread-modal .modal-body,.grid-modal .modal-body{
    padding-top: 15px;
}
#board-view-reports{
    display: flex;
    flex-direction: row;
    height: 100%;
}
.edited-p{
    margin-left: 5px;
}
.log-main-section label.log-label span.progress-title{
    width: auto;
}
.log-main-section label.log-label span.list-label{width: 66%;}
.log-main-section label.log-label .taskprogress-div .progress > span{
    width: 50%;
}
.empty-state{
    box-shadow: none !important;
}
.empty-state__message h5{
    color: #a4a4a4;
    font-weight: 400;
    font-size: 14px;
}
.no-apps-section img{
    height: 350px;
    margin-top: 20px;
}
.no-apps-section h2{
    margin-top:0;
}
.no-apps-section .no-playbook-text span{
    font-size: 16px;
    color: #787878;
    max-width: 700px;
    display: inline-block;
    line-height: 26px;
    margin-top: 10px;
}
.tabulator-cell .copy-action-log i{
    border: none;
    color: #4caf50;
    height: auto;
    width: auto;
    line-height: 23px;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    transition: 0.5s ease all;
    font-size: 15px;
    background: transparent;
    margin-right: 5px;
}
.tabulator-cell .copy-action-log{
    margin-right:5px !important;
}
.input-data-error{ display:none}
.empty-portfolioaction-log .empty-state__icon img{
    height:350px;
}
.empty-portfolioaction-log .empty-state__message h2{
    margin-top:0;
}
.mapping-languages-csv{
    clear:both;
}
.mapping-languages-csv {
    display: flex;
    align-items: center;
    padding: 25px 0;
  }

  .mapping-languages-csv::before,
  .mapping-languages-csv::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #adadad;
  }
  .mapping-languages-csv span {
    display: inline-block;
    padding: 0 10px;
    font-weight: bold;
    font-size: 16px;
  }
  .pac-target-input{
    width: 30%;
    display: inline-block;
    background: #fff;
  }
  .location-search{
    margin-bottom: 15px;
  }
  .location-radius{
    display: inline-block;
    width: 30%;
  }
  .location-radius button{
      height: 38px;
    border-radius: 8px;
    border-color: #cccccc !important;
  }
  #locationModal button.close{
    opacity: 0.8;
    border: 1px solid #000000 !important;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    line-height: 12px;
    margin-top: 4px !important;
    margin-right: 0px;
    background: #ffffff !important;
    font-size: 30px;
  }
  #locationModal button.close:hover{
      opacity:1;
  }
  .location-search-result{
      display:none;
          border-color: #b6b6b6;
    height: 45px;
    border-left: none;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 25px !important;
    border-top-right-radius: 25px !important;
    background: #ffffff;
    border-width: 2px;
    font-size: 16px;
    padding: 0 10px;
    border: 2px solid #919191;
  }
img {
  max-width: 100%;
}

.lightbox-opened {
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding: 24px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
      z-index: 99999;
}
.lightbox-opened:after {
background-color: #eeeeee;
    color: #181212;
    content: "x";
    font-family: sans-serif;
    padding: 6px 12px;
    position: fixed;
    text-transform: uppercase;
    border-radius: 50%;
    font-weight: 700;
    margin-left: 5px;
    margin-top: -16px;
}
.lightbox-opened img {
  box-shadow: 0 0 6px 3px #333;
}

.no-scroll {
  overflow: hidden;
}
.search-loc-snapshot{
    border-radius: 5px;
    height: 40px;
    top: 1px;
    position: relative;
    border: 1px solid #aaa;
    display: inline-block;
}
button.searchLocation{
    background: #337ab7;
    color: #fff;
    border-color: #337ab7;
    box-shadow: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 30px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
button.searchLocation:hover{
    background: #1b5281;
}


.fc-view-container{
    border-radius: 10px;
    background: #ffffff;
}
.fc-day-header.fc-widget-header{
    padding: 15px;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #787878;
    border-radius: 10px;
}
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td{
    border-color: #eff0f1;
}
.fc-unthemed .fc-disabled-day {
    background: #f7f7f7;
    opacity: 0.9;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
    font-weight: 500;
    color: #434343;
    padding: 5px 10px;
}
.fc-unthemed td.fc-today {
    background: transparent;
}
#action-calendar-view .fc-today.fc-state-highlight.fc-day-top a.fc-day-number{
    background: #617cf2;
    color: #fff;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    margin: 3px;
}
a.fc-more{
    font-weight: 500;
}
.calendarview .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group{
    background: #dbecfb;
    border-radius: 8px;
    padding: 5px;
}

#action-calendar-view .calendarview .fc-toolbar.fc-header-toolbar .fc-left .fc-prev-button,#action-calendar-view .calendarview .fc-toolbar.fc-header-toolbar .fc-left .fc-next-button{
    border: none;
    background: none;
}
.calendarview .fc-toolbar.fc-header-toolbar .fc-left .fc-icon{
    font-size: 18px;
}
#action-calendar-view .calendarview .fc-toolbar.fc-header-toolbar .fc-left .fc-today-button.fc-button.fc-state-default{
    background: #ffffff;
    border-color: #b6b5b5;
    text-transform: capitalize;
    border:1px solid #b6b5b5;
}
.list-filter-search-box{
    width: 50%;
    display: inline-block;
}
.filter-search-box.list-filter-search-box input{
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px 7px;
    border: 1px solid #e4e4e4;
    background: #ebeaea;
}
.filter-search-box.list-filter-search-box input:focus{
    border-color:#2196f3;
}
.todosort-dropdown.dropdown {
    position: relative;
    display: inline-block;
}

.dropdownBtnSort {
    border: 1px solid #e4e4e4;
    cursor: pointer;
    border-radius: 5px !important;
    background-color: #ebeaea;
    color: #333333;
    position: relative;
    width: 150px;
    text-align: center;
    font-weight: 700;
    padding: 10px 20px;
}
.dropdownBtnSort i{
    font-size: 12px;
    margin-left: 3px;
}
.dropdownSortOptions{
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #ebeaea;
    flex-direction: column;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    border: 2px solid white;
    width: 235px;
    border-radius: 5px;
    padding: 5px 10px;
}
.sortOption {
    padding: 10px 5px;
    color: #333333;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #fff;
}
.dropdownSortOptions .sortOption:last-of-type{
    border-bottom:none;
}
/*Engagement app new styling*/
#actionsModal .modal-dialog,.playbook-user-details .editmodal .modal-dialog{
    width: 100%;
}
#actionsModal .modal-header{
    background: #21a87d;
    margin-bottom: 15px;
    border-radius: 5px;
    color:#ffffff;
    padding: 15px 30px;
    position: relative;
}
#actionsModal .modal-header .modal-title{
    color:#ffffff;
    font-size: 24px;
    font-weight: 400;
}
#actionsModal button.close{
    position: absolute;
    right: -45px;
    color: #ffffff;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    top: 15px;
    font-size: 30px;
    background: #7f7d7d;
    opacity: 0.8;
}
#actionsModal button.close:hover{
    opacity:1;
}
.expand-collapse:hover{
    box-shadow:none;
}
#actionsModal .modal-body{
    padding: 0;
}
.action-container{
    border-bottom: none;
}
#actionsModal .action-container .action-icon,.playbook-user-details .editmodal .action-container .action-icon{
    display:none;
}
.comment-template,.poll-template,.chain-template,.hours-template,.calendar-template,.list-template,.shout-template,.media-template,.quantity-template,.rate-template,.duration-template{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 5px 30px;
    border-radius: 5px;
    margin-bottom: 15px;
    background: #ffffff;
    border: 1px solid #cbcbcb;
}
.action-container.quantity-template{
    padding-bottom: 10px;
    padding-top: 15px;
}
.modal .action-container textarea{
    background: #f6f6f6;
    border: none;
    border-radius: 6px !important;
    margin-top: 5px;
    padding: 10px 12px;
    font-size: 15px;
    line-height: 24px;
}
.modal .action-container .textarea-section input[type="text"]{
    background: #f6f6f6;
    border: none;
    border-radius: 6px !important;
    margin-top: 0;
    padding: 10px 8px;
    font-size: 14px;
    line-height: 24px;
    height: 40px;
}
#actionsModal .modal-content,.playbook-user-details .editmodal .modal-content{
    background: #f2f2f2;
}
.playbook-user-details .editmodal .modal-content{
    padding: 50px 300px;
}
.playbook-user-details .editmodal .modal-dialog{
    float: right;
    top: -30px;
}
#actionsModal .modal-header .expand-collapse,.modal.editmodal .modal-header .expand-collapse{
    float: right;
    cursor: pointer;
    background: #ffffff;
    color: #21a87d;
    padding: 8px 15px;
    border-radius: 5px;
    margin-top: 0px;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    font-size: 15px
}
#actionsModal .modal-header .expand-collapse i{
    margin-left: 3px;
}
#actionsModal .import-action-log{
    background: #ffffff;
    color: #21a87d;
    border-radius: 50%;
    cursor: pointer;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
}
#actionsModal .import-action-log i{
    font-size: 18px;
}
.option-input[type="radio"]{
    border: 2px solid #b6b6b6;
    background: #ffffff;
}
.comment-text, .comment-multitext, .comment-email, .comment-anumber, .comment-phno{
    border: none;
    border-radius: 6px !important;
    height: 50px;
}
.chain-single-multiple span{
    margin-left: 7px;
    font-size: 14px;
    color: green;
    margin-top: 0;
    float: left;
    position: relative;
    top: 3px;
}
@media (min-width: 768px) {
    #actionsModal .modal-content{
        padding: 50px 300px;
    }
}
.poll-template, .chain-template{
    padding-bottom:10px;
}
#actionsModal .modal-footer,.playbook-user-details .spread-modal .modal-footer{
    padding: 0 0 15px;
}
#actionsModal .modal-footer .cancel-actionlogbtn{
    float:left;
    margin-left: 0;
}
#actionsModal .modal-footer button,.playbook-user-details .editmodal .modal-footer button{
    padding: 10px 35px;
    border-radius: 5px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
}
#actionsModal .action-container .shoutout-comments{
    float:left;
}
.chain-section-main .hide-action-detail, .chain-section-main .show-action-detail{
    top: 0;
}
.add-new-chain{
    top: 0;
}
.chain-single-multiple{
    clear:none;
}
.add-task{
    clear:both;
}
div.response-CALENDAR{
    clear:both;
}
div.upload-media span.label-content{
    margin-bottom: 15px;
}
.uploadmedia-section{
    text-align: center;
    padding: 15px;
    border-radius: 5px;
}
.quantityinputDiv input[type="number"].form-control {
    width: 100%;
    box-shadow: none;
    background: #f6f6f6;
    border: none;
    border-radius: 6px !important;
    margin-top: 5px;
    padding: 10px 12px;
    margin-bottom: 15px;
}
.shoutout-section #nav-tabContent .tab-pane{
    padding: 10px 0 0 !important;
    border: none;
}
.shoutout-section #nav-tab{
    border-bottom: none;
}
.shoutout-div-main{
    position:relative;
    margin-top: 10px;
}
.shoutout-section #nav-tabContent .search-criteria{
    margin-top: 0;
    border-radius: 10px;
    width: 98%;
    height: 40px;
    line-height: 30px;
    padding: 0 15px;
    color: #565656;
        background: rgba(238, 238, 238, 0.51);
}
.shoutout-section #nav-tabContent .filter-search-box{
    padding: 0;
    width: 35%;
    margin-bottom: 0;
    border: none;
    width: 50%;
    display: inline-block;
}
.shoutout-section #nav-tab .nav-link{
    border-radius: 5px;
}
.input-group.date.logdate input.form-control{
    width: 100%;
    box-shadow: none;
    background: #f6f6f6;
    border: none;
    border-radius: 6px !important;
    margin-top: 5px;
    padding: 10px 12px !important;
    margin-bottom: 15px;
    height: 40px;
}
.input-group.date.logdate .input-group-addon{
    position: absolute;
    right: 1px;
    background: transparent;
    border: none;
    color: #555555;
    border-left: none;
    padding: 12px 20px;
    top: 5px;
}
.playbook-user-details #actionsModal .labelinputDiv.action-container,.playbook-user-details #actionsModal .action-container.calendar-form-group,.playbook-user-details #actionsModal .quantityinputDiv.action-container,.playbook-user-details #actionsModal .durationinputDiv.action-container,
.playbook-user-details #actionsModal .action-container.response-SHOUT,.playbook-user-details #actionsModal .quantityinputDiv,.playbook-user-details #actionsModal .upload-media.action-container,.playbook-user-details .editmodal .action-container,.editmodal .quantityinputDiv,#actionsModal .checkoff-action.action-container,.editmodal .checkoff-action.action-container,
.detailsactionlogModal .labelinputDiv.rate-section-main,.detailsactionlogModal .durationinputDiv.action-container,.detailsactionlogModal .date-form-group.action-container
.playbook-user-details #actionsModal .duration-template,.detailsactionlogModal .duration-template,.playbook-user-details .editmodal .duration-template,.detailsactionlogModal .labelinputDiv.rate-section-main,.playbook-user-details #actionsModal .labelinputDiv.rate-section-main,.editmodal .labelinputDiv.rate-section-main,.playbook-user-details #actionsModal .action-container.date-form-group,.editmodal .date-form-group,
.detailsactionlogModal .date-form-group.action-container
/*.detailsactionlogModal .labelinputDiv.action-container,.detailsactionlogModal .action-container.calendar-form-group,.detailsactionlogModal .upload-media.action-container,.detailsactionlogModal .action-container.response-SHOUT,.detailsactionlogModal .quantityinputDiv.action-container,.detailsactionlogModal .quantityinputDiv,*/
{
    border-bottom: none; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px 30px;
    border-radius: 5px;
    margin-bottom: 15px;
    background: #ffffff;
    border: 1px solid #cbcbcb;
}
.playbook-user-details .editmodal .action-container.checkeddata,.playbook-user-details #actionsModal .action-container.checkeddata,.editmodal .chain-section-main.showtick,.editmodal .quantityinputDiv.checkeddata,.rate-section-main.checkeddata {
    border-color: #4CAF50;
    box-shadow: 0 0 10px rgb(233 247 233);
}
.user-tag{
    text-align: center;
    font-size: 12px;
    display: block;
    padding: 1px;
    background: #d0edd0;
    margin: 2px auto 5px;
    color: green;
    border-radius: 10px;
    width: 50px;
}
.circle-tag{
    text-align: center;
    font-size: 12px;
    display: block;
    padding: 1px;
    background: #d7ebfc;
    margin: 2px auto 5px;
    color: #2196F3;
    border-radius: 10px;
    width: 50px;
}
.editmodal .chain-section-main .chain-single-multiple{
    margin-left: 7px;
    font-size: 14px;
    color: green;
    margin-top: 0;
    float: none;
    position: relative;
    top: 0;
}
.editmodal{
    padding-right: 0 !important;
}
.modal .action-container .textarea-section .taskdate input[type="text"]{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.modal .action-container .taskdate .input-group-addon{
    border-color: transparent;
}
.shoutout_filters{
    width: 48%;
    display: inline-block;
    background: #f2f2f2;
    padding: 5px 25px;
    border-radius: 10px;
}
.shoutout_filters,.shoutoutall-filter{
    display: inline-block;
}
.shoutout_filters input[type="checkbox"] + label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #6489EB;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 9px;
    border-radius: 2px;
}
.shoutout_filters input[type="checkbox"]:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 12px;
    width: 5px;
    height: 12px;
    border: solid #6489EB;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.shoutout_filters input[type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    margin-right: 10px;
    padding: 4px 10px 4px 5px;
    margin-bottom: 0;
}
.shoutoutall-filter input[type="checkbox"]{display: none;}
.shoutoutall_main_div>span{
    display: inline-block;
    line-height: 29px;
    padding: 0 15px;
}
.shoutout_filters{
    float: right;
}
.editmodal .modal-body{
    padding-left: 0;
    padding-right: 0;
}
.checkoff-action.action-container .checkbox-main{
    display: block;
    margin-left: 0;
    position: relative;
    top: 10px;
    clear: both;
}
.modal input[type="email"]{
    width: 100%;
    box-shadow: none;
    background: #f6f6f6;
    border: none;
    border-radius: 6px !important;
    margin-top: 5px;
    padding: 10px 12px;
    margin-bottom: 15px;
    height: 40px;
}
.search-chain-clear{
    display:none;
}
.input-group-addon button{
    cursor: pointer;
}
.actionlog-panel.grid-view .todo_date,.actionlog-panel.grid-view .filter-search-box,.actionlog-panel.grid-view .task-selected-users,.actionlog-panel.grid-view .task-status,.actionlog-panel.grid-view .completion-date,.actionlog-panel.grid-view .todo_element_checkbox,.actionlog-panel.grid-view .task-weightage{
    display: none;
}
.actionlog-panel.grid-view .task-left{width: 100%;}
.actionlog-panel.grid-view .task-profile img{
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
}
.actionlog-panel.grid-view .element_title{max-width: 100%;}
.modal.editmodal .modal-header{
    background: #21a87d;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #ffffff;
    padding: 15px 30px;
    position: relative;
}
.hoursmerge:nth-of-type(2n){
    width: 49%;
    display: inline-block;
    margin-right: 1%;
}
.hoursmerge:nth-of-type(2n-1){
    display: inline-block;
    margin-left: 1%;
    width: 49%;
}
.view-action-log{
    color: #009688;
    padding: 5px;
    margin-right: 3px;
}
span.label-content:after {
    content: ' ';
    clear: both;
    display: table;
}
.comments-list .comment-media{
    padding: 3px 0 5px;
}
.comments-list .comment-media img.comment-fileicon{
    height: 34px;
}
.modal.spread-modal .log-action-media img.fileicon, .modal.grid-modal .log-action-media img.fileicon{
    max-height: 60px;
}
.modal.spread-modal .log-action-media .file-name{
    color: #888888;
    margin-top: 2px;
}
.tabulator-cell.contributiondata .media-file img.fileicon{
    height: 40px;
    width: 40px;
}
