/*menu*/
img.logo-image.dark-logo {display: none;}
section#sp-section-1 {padding: 20px;}
div#sp-top3 {text-align: right;}


/*after login*/
.dash-class { float: right; margin-top: 7px;  animation: glowings 2000ms infinite; }
.dash-class a.dropdown-toggle {
background: #76b852;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #8DC26F, #76b852);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #8ea869, #c0d700); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
opacity:1!important;color:#fff;border-radius:10px;
}

.dash-class a {
  background: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #8ea869;
  color: #000;
  font-weight: 600;
  border-radius: 0px;
  transition: 0.5s;
}

@media(max-width:991px){
.dash-class a {
    padding: 10px 10px;
    font-size: 12px
}
}
ul.cls-dropdown-menu.dropdown-menu a {
    padding: 0px 15px;
    border:0px;
    border-radius:0px;
}

ul.cls-dropdown-menu.dropdown-menu a:hover {
    color: #8ea869!important;
}
#sp-header.menu-fixed #id-user {
    line-height: 60px;
}

@keyframes glowings
{
  0% { box-shadow: 0 0 -10px #a2d659; }
  40% { box-shadow: 0 0 30px #a2d659; }
  60% { box-shadow: 0 0 30px #a2d659; }
  100% { box-shadow: 0 0 -10px #a2d659; }
}

.cls-dash-001 a:hover { color: #fff !important; background: #8ea869; }

.cls-dash-001 a:hover{ color: #fff !important; }


.dashboard-style img { border-radius: 100%; border: 1px solid #8ea869; transition: 0.5s; }

.dashboard-style:hover img { border: 1px solid transparent; box-shadow: 0 4px 15px #b3d3e8; }

.dashboard-style .sppb-btn-primary { min-width: 175px; }

div#sp-top1 {
    line-height: 95px;
}

/*filter buttons*/
input#filter_search {border: 1px solid black;padding: 0 20px;}
button.btn.hasTooltip {float: right;}
i.icon-search:before {content: '\f002';font-family: 'Font Awesome 5 Free';font-weight: 900;font-style: normal;}
.js-stools-container-bar {display: flex;}
.btn-wrapper.input-append {display: flex!important;height: 50px;}
input#filter_search::placeholder {padding: 0 10px;}


/*button*/
body .sppb-btn.sppb-btn-default:hover, body .btn.sppb-btn-default:hover, body .sppb-btn.sppb-btn-primary:hover, body .btn.sppb-btn-primary:hover, body .sppb-btn.btn-primary:hover, body .btn.btn-primary:hover, body .sppb-btn.sppb-btn-default:focus, body .btn.sppb-btn-default:focus, body .sppb-btn.sppb-btn-primary:focus, body .btn.sppb-btn-primary:focus, body .sppb-btn.btn-primary:focus, body .btn.btn-primary:focus, body .sppb-btn.sppb-btn-default:active, body .btn.sppb-btn-default:active, body .sppb-btn.sppb-btn-primary:active, body .btn.sppb-btn-primary:active, body .sppb-btn.btn-primary:active, body .btn.btn-primary:active {
  background: #76b852;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #8DC26F, #76b852);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #8ea869, #c0d700); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
opacity:1!important;
}

button.btn.hasTooltip {border-radius: 0px 10px 10px 0!important;}
button.btn.hasTooltip.js-stools-btn-clear{border-radius: 10px!important;}
button.btn.hasTooltip.js-stools-btn-filter{border-radius: 10px!important;}

/*filter*/
a.chzn-single {width: 200px!important;margin: 0!important;}

.js-stools-field-filter {margin: 0 2px!important;}

div#limit_chzn  a.chzn-single {width:80px!important;margin-left:10px!important;}



/*bg*/
body, .com-project-management.view-managements section#sp-main-body, section#sp-main-body{background-image: url(/images/00avocadot/blur01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 0;}



.row.top-project-row .col-sm-5 {background: transparent!important;}

/*login page*/
input#username {padding: 10px 20px;}

input#password {padding: 10px 20px;}

label#username-lbl {color: #fff;}

label#password-lbl {color: #fff;}

label.form-check-label {color: #fff;line-height: 20px;}

.list-group {background: transparent!important;}

.form-group {background: transparent!important;}

a.list-group-item {background: transparent;color: #ffffff78!important;font-size: 14px;}

button.btn.btn-primary.btn-lg.btn-block {  background: #76b852;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #8DC26F, #76b852);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #8ea869, #c0d700); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
opacity:1!important;border-radius:15px!important;
}

button.btn.btn-primary.btn-lg.btn-block:hover {box-shadow: 0 0 10px 3px #c0d7007a !important;border-radius:15px!important;
}

/*profile*/
.mr-auto strong {color: #fff;}

.mb-3 strong {color: #fff;}

div#users-profile-core a:hover {color: #fff6;}




/*end*/


