﻿.pointer, [data-localize-key] {
    cursor: pointer;
}

.not-allowed {
    cursor: not-allowed;
}

.edit-local {
    cursor: pointer;
    border: 2px dashed red;
}

button.btn.btn-white.active {
    font-weight: bolder;
    color: #fff0f5 !important;
    background-color: #0073a6 !important;
}

.pagination {
    display: block;
    text-align:center;
}

.small-flag {
    width: 21px;
}
.error-message {
    color:red;
}

.validationMessage {
    color: red;
}
.list-group-item > .float-right {
    font-weight: bold !important;
}
.ibox-title {
    min-height: 60px !important;
}

.highlightDatePicker {
    color: #fff0f5 !important;
    background-color: #0073a6 !important;
}
.highlightOldDatePicker {
    color: #fff0f5 !important;
    background-color: #C0C0C0 !important;
}

.btn-link {
    text-decoration: underline !important   ;
    color: none !important;
}

.label-green {
    background-color: #03ac13 !important;
    color: #FFFFFF !important;
}