﻿

.bootstrap-datetimepicker-widget.dropdown-menu.bottom {
    width: initial;
}


.bootstrap-datetimepicker-widget {
    z-index: 3000 !important;
}


.modal-mdl {
    max-width: 800px !important;
}

.input-note {
    font-size:11px;
}

.text-warning {
    color:#ad4b05 !important;
}

tags-input .tags .tag-item {
    color: black !important;
    background-color: #dbe6ef !important;
}

.form-condensed .form-group {
    margin-bottom: 0.5em !important;
}

.alert-sm {
    padding: 0.5em 0.5em;
}

.text-info {
    color:#2a6c87 !important;
}

.btn-icons-centered {
    padding:9px !important;
}

.btn-sm-icon {
    font-size: 11px !important;
}

.btn-sm{
    font-weight:bold;
}

.alert-info {
    background-color: #e2f3f973 !important;
    color: #2a6c87 !important;
}

.alert-success {
    background-color: #d6efee8c !important;
    color: #079990 !important;
}

.btn-option {
    margin-right:0.5em;
    margin-bottom:0.5em;
}

    .btn-option .mdi {
        color:white;
        font-size:11px;
        margin-right:0.3em;
    }


.under-input-label {
    color: gray;
    font-size:11px;
    font-weight:650;
}

.text-bold {
    font-weight: bold;
}


.hidden {
    display: none
}

.light-nav .nav-link {
    color: #b3adad !important;
}

.light-nav .nav-link.active {
    color: #000 !important;
}


.in-center-container {
    position:sticky
}

.in-center {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}


.icon-btn:hover {
    cursor:pointer;
    font-weight:bold;
}
