﻿h2 {
    color: var(--titleColor);
}

body:not(.noBigPadding) {
    padding-top: 50px;
    font-family: 'PT Sans';
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    body:not(.noBigPadding) {
        padding-top: 70px;
        padding-bottom: 0px;
    }
}

.loginPage {
    position: relative;
    height: 100vh;
    width: 100%;
}

    .loginPage:before {
        content: ' ';
        background: url('pocetna/background.jpg') no-repeat center fixed;
        background-size: cover;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-position: 50% 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    .loginPage > * .dx-widget {
        font-size: 24px;
    }

/*.backgroudImgDiv {
    position: relative;
    height: 100vh;
    width: 100%;
    z-index:-1000;
}

    .backgroudImgDiv:before {
        content: ' ';
        background: url('pocetna/background.jpg') no-repeat center fixed;
        background-size: cover;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-position: 50% 0;
        width: 100%;
        height: 100%;
        opacity: 0.2;
    }

#mainContentContainer {
    z-index:1;
}*/

/*body:before {
    content: ' ';
    background: url('pocetna/background.jpg') no-repeat center fixed;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-position: 50% 0;
    width: 100%;
    height: 100%;
    opacity:0.1;
}
*/

.distanceFromTop {
    padding-top: 10px;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PT_Sans-Web-Regular.ttf');
}

/*#region Grid action menu */
.topnav {
    overflow: hidden;
}

    /* Style the links inside the navigation bar */
    .topnav a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 9px 11px;
        text-decoration: none;
        font-size: 17px;
    }


    /* Change the color of links on hover */
    .topnav img:hover {
        background-color: #ddd;
    }

    /* Hide the link that should open and close the topnav on small screens */
    .topnav .icon {
        display: none;
        border: solid;
        border-radius: 2px;
        border-width: 0.5px;
        border-color: black;
    }

    .topnav .burgerline {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: black
    }

        .topnav .burgerline + .burgerline {
            margin-top: 4px;
        }

.menuSplitter {
    font-size: 1px;
    border-bottom: solid 1px gray;
}

@media screen and (max-width: 767px) {
    .topnav img {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
            color: black;
        }

        .topnav.responsive img {
            /*float: right;
            text-align: left;*/
            display: grid;
        }

    .topnav .innerHolder.responsive {
        margin-top: 42px;
        width: 250px;
        overflow: visible;
    }
}

.commandColumnWidth {
    width: 125px !important;
}

@media screen and (max-width: 767px) {
    .commandColumnWidth {
        width: 60px !important;
    }

    .nevidljivNaMobile {
        display: none !important;
    }

    .dx-datagrid-header-panel {
        margin-top: 10px;
    }
}

.linkText {
    color: slategrey !important;
    text-decoration: underline;
}

.screenCenterDiv {
    position: relative;
    left: calc(50% - 15em);
    /*
    top: calc(50% - 360px);
    left:100px;
        display: block;
    */
    width: 30em;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.whiteBackgroundDiv {
    background-color: whitesmoke;
    border-radius: 10px;
    padding: 25px;
    min-width: 350px;
}

/******************************************************************************************/
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 0.5s;
    animation-name: fade;
    animation-duration: 5.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .6
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .6
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

/*#endregion */

.navbar-nav li {
    cursor: pointer;
}

/**************************************************************************************************************/
/* Buttons */
/**************************************************************************************************************/

.green-button {
    background-color: seagreen;
}

    .green-button:hover {
        background-color: forestgreen;
    }

.mekteb-green-button {
    background-color: #c8e6c8;
}

    .mekteb-green-button:hover {
        background-color: #77bf77;
    }

    .mekteb-green-button > a {
        color: black !important;
    }

        .mekteb-green-button > a:hover {
            color: whitesmoke !important;
        }

.mekteb-menu-item {
    background-color: #c8e6c8;
}

.red-button {
    background-color: tomato;
}

    .red-button:hover {
        background-color: darkred;
    }

.blue-button {
    background-color: dodgerblue;
}

    .blue-button:hover {
        background-color: royalblue;
    }

.purple-button {
    background-color: mediumpurple;
    color: black !important;
}

    .purple-button:hover {
        background-color: rebeccapurple;
    }

.coral-button {
    background-color: coral;
}

    .coral-button:hover {
        background-color: lightcoral;
    }

#formButtonSpoji {
    margin-top: 15px;
    background-color: green;
    margin-bottom: 5px;
    color: white;
}



.right-form-group,
.left-form-group {
    margin-top: 30px;
}

.right-form-group-spajanje {
    margin-top: 30px;
    margin-left: 20px;
    padding-right: 10px;
    border-style: dashed;
    border-width: 5px;
    border-color: lightcoral;
}

.left-form-group-spajanje {
    margin-top: 30px;
    border-style: dashed;
    border-width: 5px;
    border-color: green;
    padding-left: 10px;
}


.long-title {
    display: block;
}

@media screen and (max-width: 767px) {
    .long-title {
        display: math;
    }

    .dx-toolbar-items-container {
        margin-top: 15px;
    }
}

/*
    *******************************************************************************************************************
    Data form dio
    *******************************************************************************************************************
*/

.azuriranost-podataka {
    font-size: 2em;
}

    .azuriranost-podataka.clan-je-azurirao-podatke {
        display: none;
    }

    .azuriranost-podataka.clan-nije-azurirao-podatke {
        color: darkred;
        text-align: center;
    }

@media screen and (max-width: 767px) {
    .azuriranost-podataka {
        font-size: 1.5em;
    }
}

#DataForm .dx-form-group-content {
    display: block;
}

    #DataForm .dx-form-group-content.group-collapsed {
        display: none;
    }

#DataForm .group-colapser {
    font-size: 2em;
    float: right;
    cursor: pointer;
    text-align: right;
    padding-left: 10px;
    width: 30px;
    height: 30px;
}

    #DataForm .group-colapser.dx-icon-spinup {
        padding-top: 13px;
    }

    #DataForm .group-colapser.dx-icon-spindown {
        padding-top: 22px;
    }

#DataForm .group-title-grouping-div {
    border-bottom: solid 1px rgba(0, 0, 0, .5);
}

    #DataForm .group-title-grouping-div.add-margin {
        margin-bottom: 28px;
    }

#DataForm .required-field .dx-placeholder {
    color: darkred;
}

#DataForm .remove-group-padding .dx-form-group-content {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}

#DataForm .dx-field-item-help-text {
    opacity: 0.6;
}

#DataForm .has-help-text .dx-field-item-help-text {
    position: relative;
    top: -2px;
    margin-left: 9px;
}

#DataForm .dx-texteditor {
    margin-top: 20px;
}

#DataForm .dx-form-group-caption {
    font-size: 1.6em;
    font-weight: 500;
    font-family: 'PT Sans';
    /*color: #D5B36B;*/
}

#DataForm .dx-form-group-with-caption > .dx-form-group-content {
    border-top: none; /*solid 1px rgba(0, 0, 0, .5);*/
}

#DataForm .dx-form-group-with-caption .dx-form-group-content {
    margin-top: 1px;
}

.dx-widget {
    font-family: 'PT Sans' !important;
}

#DataForm .dx-datagrid-rowsview .dx-selection.dx-row > td {
    /*background-color: transparent;*/
}

.nested-row-details-table td {
    padding: 3px 5px 3px 4px;
    font-family: 'PT Sans';
    font-size: 1.3125em;
    vertical-align: top;
}

    .nested-row-details-table td:nth-child(1) {
        text-align: right;
        font-weight: bold;
    }

.remove-space-hidden-control {
    display: none;
}

.dx-loadpanel-message {
    font-family: 'PT Sans' !important;
    font-size: 1.2em !important;
}

.dx-loadpanel-wrapper {
    background-color: rgba(0, 0, 0, .3) !important;
}

#DataForm .dx-fileuploader-input-container {
    display: none;
}

#DataForm .dx-fileuploader-button {
    background-color: transparent;
    color: gray;
    border: none;
}

    #DataForm .dx-fileuploader-button > div > span {
        margin: 7px 0px 0px 14px;
    }

#DataForm .title-grouping-div {
    height: 240px;
    text-align: center;
}

    #DataForm .title-grouping-div > img {
        height: 100%;
        max-width: 240px;
        object-fit: scale-down;
    }

    #DataForm .title-grouping-div .slika-upload-control {
        position: relative;
        bottom: 52px;
        left: 91px
    }
/***************************/
/* Grid */
/***************************/
.link-column {
    cursor: pointer;
}

.link-column1 {
    cursor: pointer;
    text-align: left !important;
}

.user-grid-photo {
    max-width: 42px;
    max-height: 40px;
    text-align: center;
}

    .user-grid-photo.clickable {
        cursor: pointer;
    }

    .user-grid-photo.photo-with-frame {
        cursor: pointer;
        opacity: 0.5;
        border: 1px solid rgba(200, 0, 0, 1);
        box-shadow: 0 0 5px rgba(200, 0, 0, 1);
    }

.user-grid-photo-no-padding {
    max-width: 42px;
    padding-top: 3px !important;
    padding-bottom: 0px !important;
    text-align: center;
    vertical-align: middle;
}

#gridView .dx-datagrid-header-panel .dx-item.dx-toolbar-item.dx-toolbar-button:first-child,
#gridView .dx-datagrid-header-panel .dx-item.dx-toolbar-item.dx-toolbar-button:nth-child(2) {
    opacity: 0.2;
}

#gridView .dx-datagrid-header-panel .dx-item.dx-toolbar-item.dx-toolbar-button.visible:first-child,
#gridView .dx-datagrid-header-panel .dx-item.dx-toolbar-item.dx-toolbar-button.visible:nth-child(2) {
    opacity: 1;
}

#gridView .dx-row.dx-data-row.dx-row-alt.dx-column-lines.dx-selection,
#gridView .dx-row.dx-data-row.dx-column-lines.dx-selection {
    border: 2px solid rgba(81, 203, 238, 1) !important;
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
}

    #gridView .dx-row.dx-data-row.dx-row-alt.dx-column-lines.dx-selection > td,
    #gridView .dx-row.dx-data-row.dx-column-lines.dx-selection > td {
        background-color: rgba(81, 203, 238, 0.5);
    }

.mobile-grid-main-line {
    font-size: 1.1em;
}

.mobile-grid-second-line {
    font-size: 0.8em;
}

.mobile-grid-view {
    padding-top: 12px;
}

    .mobile-grid-view .dx-row > td:last-child {
        padding-top: 5px;
        padding-bottom: 6px;
    }

.uslovi-tekst {
    position: relative;
    top: 2px;
}

    .uslovi-tekst.uslovi-link {
        text-decoration: underline;
        cursor: pointer;
    }

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3%;
    background-color: #333333;
    color: white;
    text-align: center;
    z-index: 9000;
    opacity: 0.9;
}

.image-thumb {
    position: relative;
    width: 250px;
    height: 200px;
}

.img-clanka {
    position: relative;
    top: 0;
    left: 0;
}

.img-clanka-remove {
    position: absolute;
    top: 180px;
    left: 0;
    width: 250px;
    height: 10px;
}

.login-form {
    display: inline-table;
}

img-clanka-view {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
}

.naslovStyle {
    font-weight: bold;
}

.bottom-pg {
    display: flex;
    float: left;
    margin-top: 10px;
    margin-bottom: 7px;
    padding: 30px;
    width: 100%;
    background-color: #333;
    align-items: center;
    height: 300px;
}

.maps {
    /* Just so it's visible */
}

.about {
    text-align: center;
    flex: 1;
    margin-left: 40px;
    color: white;
    border-left: 1px solid white;
    font-size: large;
    height: 270px;
}

.fa {
    padding: 20px;
    font-size: 30px;
    /*width: 30px;*/
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

.topnav img:hover {
    background-color: #ddd;
}

.dxcvCard_Moderno:hover {
    cursor: pointer;
    background: linear-gradient(to top, lightgray, 8%, transparent);
    transition: background-color 1s ease;
}

.dxcvBreakpointsCard_Moderno:hover {
    cursor: pointer;
    background: linear-gradient(to top, lightgray, 8%, transparent);
    transition: background-color 1s ease;
}

.wrap {
    padding-top: 10px;
    display: inline-block;
    width: 100%;
    margin-left: 20%;
    margin-bottom: 30px;
}

.tekst-pocetna-ln1 {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    text-decoration: none;
    font-size: 26px;
    /* margin-left: 30px; */
    font-weight: 900;
    color: var(--titleColor);
}

.img-pocetna {
    height: auto;
}

body.dxheDesignViewArea_Moderno, body.dxhePreviewArea_Moderno {
    margin: 15px;
}

.mdbReadOnly {
    border-style: none;
}

.slikaClanka > img {
    max-height: 165px;
    max-width: 240px;
    object-fit: fill;
    width: 100%;
    height: auto;
}

.slikaClanka1 > img {
    max-height: 165px;
    max-width: 240px;
    object-fit: fill;
    padding-top: 7px;
    /*width: 100%;
        height: auto;*/
}

.dxflGroupCell_Moderno {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 0px;
    padding-top: 2px;
    bottom: 0px;
}

.dxflItem_Moderno {
    padding: 0px;
}

.dxflGroup_Moderno {
    padding: 0px;
}

.mbdClanakDatum {
    padding-right: 5px;
    padding-top: 20px;
    text-align: right;
    padding-bottom: 13px;
    font-size: 10px;
}

@media screen and (max-width:767px) {
    .bottom-pg {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 7px;
        padding: 30px;
        width: 100%;
        background-color: #333;
        /*align-items: center;*/
        height: 500px;
    }
}

@media screen and (max-width:767px) {
    .maps {
        height: 200px;
        width: 300px;
    }
}

@media screen and (max-width:767px) {
    .about {
        margin-top: 50px;
        text-align: center;
        display: inline-block;
        margin-left: 80px;
        color: white;
        font-size: medium;
        border-left: none;
        height: 270px;
    }
}

@media screen and (max-width:767px) {
    .wrap {
        margin: 10px;
        padding: 0;
        display: inline-block;
        width: 100%;
        margin-left: 5%;
        margin-bottom: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 1000px) {
    .wrap {
        margin: 0;
        padding-top: 10px;
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
}


.grupica > * .dx-box-flex {
    flex-direction: row !important;
}

    .grupica > * .dx-box-flex > .dx-item.dx-box-item:not(:first-child) {
        flex-grow: 0 !important;
    }

.dugmic {
    margin-top: 10px;
    margin-left: 10px;
}

.iframe-rwd {
    position: relative;
    padding-bottom: 65.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
}

@media screen and (max-width: 700px) {
    .about {
        text-align: center;
        width: 100%;
        color: white;
        margin: 0;
        font-size: large;
        height: 200px;
    }
}

@media screen and (max-width: 1000px) {
    .tekst-pocetna-ln1 {
        display: inline-block;
        width: 80%;
        vertical-align: middle;
        text-decoration: none;
        font-size: 26px;
        font-weight: 900;
        color: var(--titleColor);
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-right: 5px;
        padding-left: 5px;
        margin-right: auto;
        margin-left: auto;
    }
}


.mbdClanakKategorija {
    font-size: 12px;
    color: #008348;
    font-weight: bold;
    text-transform: uppercase;
}

.noButtonClass > * .dx-dropdowneditor-button {
    display: none;
}

.Vert {
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    vertical-align: bottom;
    width: 20px;
    height: 70px;
}

.thick-right-line {
    border-right-style: double !important;
    border-right-width: medium !important;
}

.grid-vertical-middle {
    vertical-align: middle !important;
}

.filterFormDateField {
    min-width: 160px;
}

.dxpgColumnFieldValue_Moderno.dxpgColumnTotalFieldValue_Moderno.dxpgColumnGrandTotalFieldValue_Moderno.lastLevel {
    max-width: 100px;
}

#zekatFitrNarudzba > * .dx-numberbox-spin-up-icon,
#zekatFitrNarudzba > * .dx-numberbox-spin-down-icon {
    background: lightgray;
}

#zekatFitrNarudzba > * .dx-popup-content {
    padding-left: 15px;
    padding-right: 15px;
}

.confirm-order-button {
    background-color: seagreen !important;
    color: white !important;
}

.confirm-order-button-admin {
    background-color: darkred !important;
    color: white !important;
}

#divInLine {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.noEditBox > .dx-field-item-content > .dx-texteditor {
    background-color: #F7F2F2;
}

.dx-datagrid-summary-item.dx-datagrid-text-content {
    overflow: visible;
}

.dx-list-select-all {
    display: none;
}

.dx-popup-content > * .dx-row.dx-data-row.dx-column-lines,
.dx-popup-content > * .dx-row.dx-freespace-row.dx-column-lines {
    display: none !important;
}

.dx-popup-content > * .dx-cell-focus-disabled.dx-master-detail-cell,
.dx-popup-content > * .dx-datagrid-header-panel {
    border: none !important;
}

.izvjestaj-filter-form > * .dxflGroupBox_Moderno.dxflGroupBoxSys {
    border: none;
}

.tekst-pocetna-ln2 {
    font-size: small;
}

.mainAppLink:not(.active) {
    font-weight: 700;
}

.dugmeTekuci {
    background-color: lightgray;
}

.button32 {
    max-width: 32px;
    max-height: 32px;
}

#dolazeceObaveze > * .dx-datagrid-group-space {
    width: 4px !important;
    min-width: 4px !important;
}

.no-expand-arrows > * .dxPivotGrid_pgExpandedButton_Moderno.dxpgCollapsedButton_Moderno{
    display:none;
}

.rightAligned{
    text-align:right;
}

.fullWidth{
    width:400px;
}

.dx-widget.dx-filemanager-breadcrumbs {
    display: none !important;
}

.quickCreatePopupContainer .dx-popup-content {
    padding-bottom: 0px;
    padding-top: 0px;
    overflow-y: auto;
}

.imgButton {
    width: 32px;
    cursor: pointer;
}

.form-container {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 135px);
    min-height: 500px;
}
.form-container-xsettings {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80px);
    min-height: 500px;
}

.form-content {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    padding-bottom: 80px; /* Prostor za footer */
}

.form-footer {
    position: sticky;
    text-align: right;
    bottom: 0;
    background: white;
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 100;
}

@media screen and (max-width: 767px) {
    .form-footer {
        padding-bottom: 30px;
    }
}

.invisible-footer{
    display:none;
}

#mainNavbar .dropdown-menu {
    background: #2c2c2c; /* svjetlije od #222 */
    margin: 0;
    padding: 6px 0;
    border: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

    /* pojedinačne pod-opcije */
    #mainNavbar .dropdown-menu > li > a {
        color: #ddd;
        margin: 2px 8px;
        padding: 10px 12px 10px 22px; /* uvučeno lijevo */
        border-radius: 4px;
        font-size: 14px;
    }

        /* hover / active */
        #mainNavbar .dropdown-menu > li > a:hover,
        #mainNavbar .dropdown-menu > li > a:focus {
            background: #3a3a3a;
            color: #fff;
        }


@media (max-width: 767px) {

    /* ---------- BODY OFFSET ---------- */
    body {
        padding-top: 50px;
    }

    /* ---------- COLLAPSE PANEL ---------- */
    #mainNavbar.navbar-collapse {
        position: fixed !important;
        top: 50px !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 85vw !important;
        background: #222;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        max-height: none !important;
        height: auto !important;
        z-index: 1050;
        transform: translateX(100%);
        transition: transform .2s ease;
    }

        #mainNavbar.navbar-collapse.in {
            transform: translateX(0);
        }

    /* ---------- SCROLLBAR (diskretan) ---------- */
    #mainNavbar::-webkit-scrollbar {
        width: 6px;
    }

    #mainNavbar::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,.25);
        border-radius: 4px;
    }

        #mainNavbar::-webkit-scrollbar-thumb:hover {
            background: rgba(255,255,255,.45);
        }

    /* ---------- BURGER ---------- */
    .navbar-toggle {
        position: absolute;
        right: 10px;
        top: 8px;
        margin: 0;
        z-index: 1060;
    }

    /* ---------- LANGUAGE (MOBILE – HEADER) ---------- */
    ul.navbar-lang-mobile {
        position: absolute;
        right: 48px;
        top: 0;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 1060;
    }

        ul.navbar-lang-mobile > li > a {
            padding: 13px 8px;
        }

        ul.navbar-lang-mobile .dropdown-menu {
            background: #222 !important;
            border-color: #111 !important;
        }

            ul.navbar-lang-mobile .dropdown-menu > li > a {
                color: #eee !important;
            }

                ul.navbar-lang-mobile .dropdown-menu > li > a:hover {
                    background: #111 !important;
                }

    /* ---------- SAKRIJ DESKTOP JEZIK ---------- */
    .navbar-lang-desktop {
        display: none !important;
    }
}


/* =========================================================
   DESKTOP (Bootstrap 3: >= 768px)
   ========================================================= */
@media (min-width: 768px) {

    /* sakrij mobile jezik */
    ul.navbar-lang-mobile {
        display: none !important;
    }

    /* desktop jezik normalno u desnom meniju */
    .navbar-lang-desktop {
        display: block;
        margin-left: 10px;
    }
}


/* =========================================================
   OVERLAY (shared)
   ========================================================= */
#menuOverlay {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.35);
    display: none;
    z-index: 1029;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.my-btn-link {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: 10px !important;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 6px;
    background: rgba(255,255,255,0.08);
    color: #fffafa !important;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

    .my-btn-link:hover {
        background: rgba(255,255,255,0.18);
        border-color: rgba(255,255,255,0.55);
        color: #fff;
    }

    .my-btn-link:active {
        background: rgba(255,255,255,0.28);
    }