/* creazy customization */
a {
    color: #66bc49;
}

a:hover,
a:focus {
    color: #a3d177;
}

.phrases {
    color: #aaaaaa!important;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #66bc49;
}

.dropdown-menu .dropdown-item {
    color: #66bc49;
}

.modalTitle {float: left;}

.btn-sm {
    font-size: 16px;
}

.form-required {
    border-right: 6px solid #ffae00;
}

.feedback {
    position: fixed;
    width: 20%;
    top: 30px;
    right: 40%;
}


.feedbackBox {
    display: inline-block;
    margin: 0px auto;
    position: fixed;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1031;
    top: 20px;
    right: 20px;
    font-size: 18px;
    font-weight: bold;
}

.creazylist-actions {
    width: 100%;
}
.creazylist-actions a { float: right; }

.gallery-main-picture {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 3px;
    overflow: hidden;
}

.gallery-picture {
    display: inline-block;
    border: 1px solid #aaaaaa;
    margin: 0 auto;
    width: 75px;
    height: 75px;
    border-radius: 3px;
    overflow: hidden;
}
.validationError {
    font-size:12px;
    font-style: italic;
    color: #990000;
}

.icon-big {
    font-size: 50px!important;
    color: #8dc143!important;
    padding: 25px;
}

.smallInput { width: 150px; }



.dataTables_empty {
    display:table-cell!important;
}



/* product cards */
.productCard input[type=checkbox] {
    display: none;
}
.productCard {
    border-radius:5px;
    border:1px solid #aaaaaa;
    color: #aaaaaa;
}
.productCardSelected {
    background-color: green;
    color: #ffffff;
}

.productCardRecentlySelected {
    background-color: #87CB16;
    color: #ffffff;
}