/*Write your custom css in this file.*/

html, body {
   font-family: "PT Sans",sans-serif;
   font-size: 14px;
}

#sidebar {
    background: #fcfcfc !important;
    font-size: 15px  !important;
}
#sidebar-menu li:hover {
    background: #fcfcfc !important;
}
#sidebar-menu > li.active > a {
    border-left: 0px solid #00b393;
    color: #333 !important;
}
 #sidebar-menu .devider {
    border-color: #e7e7e7 !important;
} 

#sidebar-menu li a, #sidebar-menu li.expand > a:before {
    color: #333  !important;
}
#sidebar-menu li a {
    color: #333  !important;
}
#sidebar-menu li > a > i:before {
    color: #aeaeae  !important;
}
#sidebar-menu li a:hover i:before, #sidebar-menu li.active i:before {
     color: #a72fc2 !important; 
}
#sidebar-menu li:hover  a, #sidebar-menu li:hover  a:before {
    color: #6D7C91 !important;
}
 #sidebar-menu > li.active > a, #sidebar-menu li a:hover {
    border-left: 0px solid #00b393;
    background: #fcfcfc  !important;
    color: #a72fc2 !important;
} 

#sidebar-menu > li.active > a, #sidebar-menu li a:hover {
    background: #fcfcfc  !important;
    color: #a72fc2 !important;
}
#sidebar-menu li ul > li > a {
    background: #f9f7f7 !important;}
#sidebar-menu li ul > li > a {
        padding-left: 36px;
        font-size: 15px  !important;
    }


#navbar .fa  {
        color: #be33e3  !important;
    }
#web-notification-icon .bg-danger {
        background-color: #4fc08e !important;
    }
    #navbar .fa {
        padding: 7px;
        border-radius:100%;
        background: #fafafa !important;
        font-size: 20px;
    }
.navbar li i {transition-duration: 0.3s;
    }
.navbar li:hover  i {
        -moz-transform: scale(1.3) !important;
        -webkit-transform: scale(1.3) !important;
        transform: scale(1.3) !important;
    }

    .navbar li.dropdown-user:hover  i {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
.setlevels {
        background: #843483 !important;
    }

.ratingshow .rating {
    color: #d4a437 !important;
    }
    .progress-bar {
        background-color: #5867dd !important;
    }



a.btn{       
        border-radius: 50px !important;
        padding: 7px 20px !important;
    }
a.btn-default{
    background-color: #6045e2;
    color: #fff;
    border: none;
    text-transform: capitalize;
    outline: 0!important;
    -webkit-box-shadow: 0 5px 10px rgba(4,0,252,.2)!important;
    box-shadow: 0 5px 10px rgba(4,0,252,.2)!important;
}
a.btn-default:hover{background-color: #8280FD;color: #fff;}
td.option a, .dtr-details .edit, .dtr-details .delete, .select-member-field a.delete, .send-invitation-form .delete, .calendar-ids-form .delete-post-dropzone, .edit-image-file .delete-saved-file {
      background: #fafafa;
    color: #6045e2;
}

#sidebar-menu li ul > li > a i:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 1px;
    left: -3px;
    top: -2px;
    background: #333;
}

.widget-details a.btn-default {
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 10px rgba(4,0,252,0)!important;
    box-shadow: 0 5px 10px rgba(4,0,252,0)!important;
}
.widget-details a.btn-default:hover {
    color: #fd397a;
}

.navbar-brand img.dashboard-image{
    width: 60px;
    z-index: 999;
    left: 63px;
    margin-top: -2px;
    position: absolute;
}

.dropdown-user{
    padding-top: 5px;
}

#content {
    margin-top: 64px;
}



.project_and_clock_status_widget .box-content   {
        padding: 17px 0px;
    }

.project_and_clock_status_widget{    height: 323px;
}
.leveltitlespr{
    font-weight: 600;
}

.c-teammemeberheader {
    text-align: right;
}
.c-teammemeberheader a{
    padding-right: 15px;
    font-size: 17px;
}
.teammember-top-secton .panel-body {
    padding: 0 15px 5px;
    margin-top: -15px;
}
.teammember-top-secton h4{
    font-weight: 600;
}
.teammember-top-secton  .avatar-md {
    width: 60px;
    height: 60px;
}
.teammember-top-secton .avatar img {
    max-width: 60px;
}

.star-rating .fa{color: #d4a437; font-size: 25px !important;}
.heartcolorrating .fa{color: #d4a437; font-size: 25px !important;}
.projectintopbar a{padding: 0px !important;
    background: none;
    margin-top: 15px;
    -webkit-box-shadow: 0 5px 10px rgba(4,0,252,0)!important;
    box-shadow: 0 5px 10px rgba(4,0,252,0)!important;
}
.projectintopbar a i{
    padding: 7px 9px;
}
.searchiocntopbar{
    padding-top: 15px;
    padding-right: 10px;
}

.showsearchdiv{
    position: absolute;
    top: 7px;
    z-index: 999;
    right: 0px;
    width: 330px;
    border-radius: 26px;
    background: #f5f5f5;
    animation-name: search-animate;
  animation-duration: 2s;
}
@keyframes search-animate {
    0% {
        width: 0px;
        overflow: hidden;
    }
    100% {
        width: 330px;
        overflow: visible;
    }
  }

.animation_revers{
    width: 0px;    
    overflow: hidden;
    height:48px;
    right: 0px;
    animation-name: search-animate-r;
}

  @keyframes search-animate-r {
    0% {
        width: 330px;
    }
    100% {
        width: 0px;
    }
  }

.showsearchdiv .col-sm-3{
    width: 116px;
}
#searchglobal{
    z-index: 999999;
    position: relative;
}
.showsearchdiv .col-sm-9{
    width: calc(100% - 116px);
}

.showsearchdiv .search-modal {
    padding: 7px 7px;
}

.showsearchdiv .help-search-box {
    border: 1px solid #f5f5f5;}
    .showsearchdiv   .search-modal .help-search-box:focus {
        background-color: #f5f5f5;
        border: 1px solid #f5f5f5;
    }

    .showsearchdiv .select2-container .select2-choice {
        background: #F6F8F9 !important;
        border-color: #F6F8F9 !important;
    }
.avatar img{background: #c8b05d;}

 #kanban-container .kanban-col {
   margin: 0 4px;
}
ul#kanban-container{padding-left: 7px;}
.kanban-item{
    padding: 20px 15px;
} 
#sidebar-menu li i {
    margin-right: 5px;
}
.alltaskeventpost .fa{
    font-size: 30px;
    float: left;    
    opacity: 0.5;
    padding-right: 7px;
}
.alltaskeventpost  .widget-icon.newteptitle{
    font-size: 20px;
    min-height: 0px;
    line-height: 26px;
    opacity: 1;
}
.alltaskeventpost .widget-details {
    right: 20%;}
    .alltaskeventpost .widget-details h1   {
        margin-top: -3px;
    }
.alltaskeventpost  .okr4divs .panel-sky, .alltaskeventpost  .okr4divs .panel-success, .alltaskeventpost  .okr4divs .panel-primary{
    margin: 0;
    border-radius: 0px !important;
}
#sidebar-menu li a{padding: 6px 13px 6px;}

.fa-rocket-launch{
    background-image: url(../images/rocket_launcher_gray.png);    
    width: 17px;
    height: 15px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.active .fa-rocket-launch{
    background-image: url(../images/rocket_launcher.png);     
}
.expand:hover .fa-rocket-launch{
    background-image: url(../images/rocket_launcher.png);     
}
.fa-userss{
    background-image: url(../images/users_crown_gray.png);    
    width: 17px;
    height: 16px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.active .fa-userss{
    background-image: url(../images/users_crown.png);     
}
.expand:hover .fa-userss{
    background-image: url(../images/users_crown.png);     
}
.fa-comments-dollar{
    background-image: url(../images/comments_dollar_gray.png);    
    width: 15px;
    height: 15px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.active .fa-comments-dollar{
    background-image: url(../images/comments_dollar.png);     
}
.expand:hover .fa-comments-dollar{
    background-image: url(../images/comments_dollar.png);     
}


@media only screen and (max-width: 1310px) {
    .lovepoints span {
        margin-right: 5px !important;;
    }
}

@media only screen and (max-width: 1310px) {
    .progresstaksdiv .col-md-8 {
        width: 100%;
    }
    .project_and_clock_status_widget .box-content {
        padding: 10px 0px;
    }

}

@media only screen and (max-width: 992px) {
    #navbar .fa {
        padding: 4px;
        font-size: 12px;
    }
    #content {
        margin-top: 55px;
    }
    .lovepoints span {
        margin-right: 15px !important;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .project_and_clock_status_widget {
        height: auto;
    }
    .navbar-brand img.dashboard-image {
        width: 49px;
    }
    .setlevels .col-md-1{
        text-align: center;
    }

    .leveltitles {
        width: 50%;
        float: left;
    }
    .levelsubtitle{
        width: 50%;
        float: left;
        text-align: right;
    }
    .progressdata .pull-right{
        margin-top: -21px;
        padding-top: 0px !important;
    }
    .progressdata .col-md-6{
        padding-top: 32px;
    }

    .profile-image.p0.w200{
        width: 100%;
    }
   #profile-image-section {
        text-align: center;
    }
    .adminmontholyprer{
        margin-top: 7px;
    }
    .adminmontholyprer .progressdata {
        margin-top: -13px;
    }

    .particularuser{
        margin-top: -34px;
    }
    .leveltitlespr{
        margin-bottom: -9px;
    }
}


@media only screen and (max-width: 420px) {
    .navbar-brand img.dashboard-image {
        left: 15px;
        margin-top: -3px;
    }
}



#js-clock-in-out .widget-details > .mb15{padding-left: 25px;}
   


