﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/


/*.div-tagsinput input
{
    color:red;
}*/


/*.bootstrap-datetimepicker-widget {
    background-color:rgba(255,255,255,1)  !important;
}*/
/*.floating-icon {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

.skin-panel {
    display: none;*/ /* Hide by default */
    /*position: fixed;
    right: 20px;
    top: 100px;*/
    /* background-color: white;*/
    /*border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px;*/
    /*display: flex;*/
    /*flex-direction: row;
}

.skin-option {
    padding: 5px;
    cursor: pointer;
}

    .skin-option:hover {
        background-color: #f0f0f0;
    }*/



.modal-body textarea{
    color:#000000 !important;
}

.quick-stats-no-animate {
    padding: 13px 0 0 0;
    height: 75px;
    overflow: hidden;
}

.quick-stats-no-animate h2 {
    margin: 2px 0 1px 0;
    line-height: 29px;
    font-size: 30px;
    left: 10px;
    top: 10px;
    position: absolute;
    line-height: 100%;
}

.quick-stats-no-animate small {
    font-size: 11px;
    text-transform: uppercase;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-bottom: 2px;
}

.quick-stats-no-animate small {
    bottom: 15px;
    left: 11px;
    position: absolute;
}

    .quick-stats-no-animate [id^="stats-line"] {
        margin-left: -2px;
        width: 101%;
    }

@media screen {
    .print-only {
        display: none;
    }

}

@media print {
    .alert-success {
        display: none;
    }
    .hidden-on-print {
        display: none;
    }
}

.ui-helper-hidden-accessible {
    display: none !important;
}

ul.ui-autocomplete {
    list-style: none;
    margin-left: 0px;
    padding-left: 10px;
    background: rgba(0, 0, 0, 0.6);
    line-height: 2em;
    /* width: auto; */
}

.ui-state-focus {
    color: red;
}

.dashboard-shortcuts .shortcut {
    width: 100px;
    height: 95px;
}

.occurrence-type-pie-chart {
    display: inline-block;
    position: relative;
    margin: 3px 10px 0;
    padding-bottom: 13px;
}

@media (max-width:780px) {
    .sa-side i {
        display: none;
    }
}


.dropzone .dz-message {
    color: black;
    font-size: 2.5em;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    display: inline-block;
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_paginate {
    float: right;
}


.occurrence-type-pie-chart {
    padding-bottom: 50px;
}

    .occurrence-type-pie-chart span.pie-title {
        bottom: auto;
        top: 100px;
    }

optgroup {
    color: #000;
}

i.access-level:not(.dt-checkbox-checked) {
    opacity: 0.25;
    cursor: pointer;
}

.dt-checkbox-checked {
    opacity: 1;
    cursor: pointer;
}


.bootstrap-datetimepicker-widget td a, .bootstrap-datetimepicker-widget th a
{
    color:black;
}