nav.navbar:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

button.button1:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

div.card {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}


div.cardHeader {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    font-size: 40px;
}

div.cardContainer {
    padding: 10px;
}


.div-hide {
    display: none;
}

.kv-file-zoom {
    display: none;
}

div.kv-avatar div.file-input div.file-preview {
    width: auto;
}

/*login form*/
.vertical {
    padding-top: 150px;
    padding-bottom: 150px;
}


.product-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 15px;
    margin-left: 15px;
}

/*
div.dataTables_wrapper {
    width: 100% !important;
    margin: 0 auto;
}
*/

.dataTables_scrollBody {
    padding-bottom: 80px!important;
}

.select2-dropdown {
    top: 22px !important;
    left: 8px !important;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #75afe2;
}

.icon-prev,
.icon-next {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid black;
    background-image: none;
}

span.icon-next
{
    content: '>>'!important;
    font-size: 100px!important;
    font-weight: bold;
    border: 1px solid black;
    color: red!important;
}

span.icon-prev {
    content: '<<'!important;
    font-size: 100px!important;
    font-weight: bold;
    border: 1px solid black;
    color: red!important;
}

table.dataTable thead .sorting_asc {
    background-color: red;
}
table.dataTable thead .sorting_desc {
    background-color: red;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close {
    color: #fff;
    opacity: 1;
}

.btn-group>.btn:first-child {
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 5px;
}

tr.row_selected {
     background-color: #8cddb3 !important;
 }

tr.last-update {
    background-color: #0d984c !important;
}

.carousel-control {
    width: 5% !important;
}

.carousel-control .icon-prev:before {
    content: '\2039 \2039' !important;
}
.carousel-control .icon-next:before {
    content: '\203a \203a' !important;
}