.table-delete-btn {
    background: none;
    border: 0;
    width: 100%;
    text-align: left;
    padding-left: 24px;
    color: #666;
}

.table-delete-btn:hover {
    background: none;
    border: none;
    color: #000;
}

.expense-table-input {
  border: none;
}
.table-expenses-subcat td {
  padding: 0 !important;
}

/* Dropdown Button */
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    padding: 10px 5px;
    background-color: #FFF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.assign_task_form_input {
    margin-bottom: 8px;
    width: 100%;
}

.chat-users, .chat-statistic {
    margin-left: 0;
}
.chat-users {
    height: 490px;
}
.btn-send-message {
    width: 100%;
    height: 90px;
    border: 0;
    background: #4cb494;
    color: #FFF;
}
.message-input:focus {
    border-color: #cccccc;
}
.chat-user.active {
    background: #4cb494;
    color: #FFF;
}
chat-user.active small {
    color: #FFF;
}
.group_chat_heading {
    text-align: center;
    padding: 12px 0;
    background: #d8d8d8;
}

#right-sidebar {
    width: 600px !important;
    right: -600px;
}

.convert_english_nepali {
    margin-top: 20px;
}

.report_submitted_by {
    background: #ddd;
    padding: 10px;
}

.note-editor.note-frame {
    border: 1px solid #e0e0e0 !important;
}

.dropdown-alerts {
    width: 450px !important;
}

#map_canvas {
    width: 90%;
    height: 300px;
    float: left;
}

#map_functions {
    width: 10%;
    height: 300px;
    background: #e5e6e7;
    float: right;
}

.notification-dropdown {
    max-height: 400px;
    overflow-y: scroll;
}

.map_function_btn {
    width: 100%;
    font-size: 12px;
    padding: 10px;
    background: #21b394a6;
    border: 1px solid #e5e6e7;
    color: #FFF;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border: 1px solid #e5e6e7 !important;
}

.select2-container--default .select2-selection--single {
    height: 34px !important;
}

.reports_main_buttons {
    float: left;
    margin-right: 10px;
}

.task_details {
    background: #f5f5f6;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.event-forms-causes span {
    width: 100%;
    padding: 2px 0;
}

.event-forms-causes span i {
    margin-right: 5px;
}

.reports_locations {
    padding: 2px 0;
    margin-bottom: 20px;
}

.reports_locations i {
    margin-right: 5px;
    margin-left: 3px;
}

.event-forms-causes {
    margin-top: 20px;
}

.event-forms-causes-span {
    margin-right: 10px;
}

.note-editor.note-frame.fullscreen {
   z-index: 99999;
}

.location_error label.error {
    margin: 0;
}

.search-location-results-wrapper {
    z-index: 999;
    background: white;
    width: 100%;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 15px;
    max-height: 300px;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

.location-result {
    cursor: pointer;
}