﻿@charset 'utf-8';

/*
 * 21.10.2019
 * -----------
 * Zelena           #009966
 * Tmave zelena     #008A5E
 * Zlata            #CAC59B
 * Tmave zlata      #A59E57
 */


/* Format */
.color-light-on-dark {
    color: white !important;
}

.color-secondary {
    color: #CAC59B !important;
}


/* Table */
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #F4F4EA;
}

.dataTable th {
    white-space: nowrap;
}
table.dataTable.compact thead th {
    font-size: 13px;
}


/* Forms */
label.control-label {
    margin-bottom: 0.1rem;
}
.dataTables_filter input, .dataTables_length select {
    border: 1px solid #d2d6de !important;
}


.btn-primary, .btn-primary:active, .btn-primary:focus {
    background-color: #009966;
    border-color: #009966;
    color: #ffffff;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #1A6434;
    border-color: #1A6434;
}

.btn-primary:disabled {
    background-color: #aaaaaa;
    border-color: #aaaaaa;
    color: #ffffff;
    font-weight: bold;
}

.fa-2x {
font-size:22px;
}


/* Alerts */
.alert ol, .alert ul, .alert dl {
    margin-bottom: 0;
}

.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.alert-warning {
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}

.alert-info {
    color: #0c5460 !important;
    background-color: #d1ecf1 !important;
    border-color: #bee5eb !important;
}

.disable-animations, .disable-animations * {
    /* CSS transitions */
    /*-o-transition-property: none !important;
    -moz-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;*/
 
    /* CSS transforms */
    /*-o-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;*/
    /* CSS animations */
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}

.tooltip {
    pointer-events: none;
}