/*for styleguide style only */
.spacer button {
 margin:10px 0;   
}
/*for styleguide style only */

/* buttons */

.btn-primary {
    color: #fff;
    background-color: #5FBB46;
    border-color: #5FBB46;
    font-weight: bold;
    transition: all 0.2s linear;
}

.btn-primary:hover {
    color: #fff;
    background-color: #3C8528;
    border-color: #3C8528;
}

.btn-menu {
 background:#2E4059 !important;
    border-color:#2E4059!important;
}


/* end buttons */

/* buttons & links */

a,
button,
.btn-link {
    color: #347AB7;
}

.btn-link:hover {
    text-decoration: none;
}

.btn-icon {
padding:6px 0;
}

.btn-small {
    
}

.more {
    padding: 0 0 40px;
    margin-top: -75px;
}

.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3C8528;
    background-image: none;
    border-color: #3C8528;
}

section.edit-actions.text-right {
    width: calc(100vw - 315px);
}

section.edit-actions.text-right.sticky {
    position: fixed;
    bottom: 0;
    background: #fff;
    display: block;
    z-index: 2;
    width: calc(100% - 250px);
    left: 250px;
    padding: 20px;
    box-shadow: 0 0px 12px rgba(0,0,0,0.25);
    display: block;
}

.alerts i {
font-size: 1.5rem;
}

/* end buttons & links */

a.card:hover, a.card:focus {
    text-decoration: none;
    position: relative;
    top:-1px;
}

.multi-button a {
color:#fff !important;
}


button a:hover {
text-decoration: none;
    color:#fff;
}
@media screen and (max-width:768px) {
    section.edit-actions.text-right {
        width: 100%;
    }
}