body.no-bg {
    background-color: inherit;
}

.modal-history-body {
    min-width: 80%;
    min-height: 500px;
    overflow: auto;
}

tr.clickable-row {
    cursor: pointer;
}

tr.clickable-row.selected > td {
    background-color: #cfffd0;
}

tr.selected > td {
    background-color: #dcecdc;
}

.table-striped > tbody > tr.clickable-row:hover {
    background-color: #f0f0f0;
}

.upload-drop-zone {
    border: dashed #ccc;
    text-align: center;
    display: table;
    height: 200px;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
}

.upload-drop-zone > div {
    display: table-cell;
    vertical-align: middle;
}

.upload-drop-zone div.info {
    padding: 10px;
}

.upload-drop-zone span.glyphicon-cloud-upload {
    font-size: xx-large;
}

.upload-drop-zone:hover,
.upload-drop-zone.drop {
    color: #23527c;
    border-color: #23527c;
}

.panel_toolbox {
    min-width: 0;
}

td img.avatar {
    width: 50px;
    background-color: white;
    height: inherit;
}

.minimize-width {
    width: 1%;
}

.dataTables_length,
.dataTables_filter {
    width: inherit;
}

div.dataTables_wrapper div.dataTables_processing {
    height: 50px;
    box-shadow: 1px 1px 3px #646464;
    background: white;
}

/* customer address input grid */
div.form-group.address div.col-sm-6 {
    padding: 0;
}

div.form-group.address div.col-sm-6 div.input-group {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    div.form-group.address div.col-sm-6:nth-child(1),
    div.form-group.address div.col-sm-6:nth-child(3) {
        padding-right: 10px;
    }
}

/* adapt gentelella to poolcity's corporate design */
div.sidebar-footer a {
    width: 50%;
}

.nav.side-menu > li > a:hover, .nav > li > a:focus {
    background-color: rgba(255, 255, 255, .05);
}

div.sidebar-footer a:focus,
div.sidebar-footer a:hover {
    color: #ccc;
    background-color: rgba(255, 255, 255, .05);
}

.nav.child_menu > li > a {
    cursor: pointer;
}

#sidebar-menu ul.side-menu li:not(.active) a span.fa.fa-chevron-up,
#sidebar-menu ul.side-menu li.active a span.fa.fa-chevron-down {
    display: none;
}

div.navbar.nav_title img {
    display: block;
    margin: 10px auto 0;
}

.spinner {
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #73879C;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.btn .spinner > div {
    width: 10px;
    height: 10px;
    background-color: white;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.alert-neutral {
    border-color: #ccc;
    padding: 10px;
    margin-bottom: -1px;
}

.alert.alert-neutral.alert-dismissible button.close {
    opacity: .5;
    right: inherit;
}

.form_wizard .stepContainer {
    height: auto !important;
    overflow-x: inherit;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-clear {
    clear: both;
}

.dataTables_paginate a {
    cursor: pointer;
}

.table {
    background-color: white;
}

div.dataTables_wrapper div.dataTables_filter label {
    margin-left: 20px;
}

.file-upload {
    background-color: #f9f9f9;
    display: table;
    width: 100%;
    padding: 5px;
}

.file-upload div.info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}

.file-upload div.buttons {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

#image_preview img {
    width: 100%
}

html {
    background-color: #fff;
}

.accordion .panel:hover {
    background-color: inherit;
}

textarea.form-control:focus,
select.form-control:focus,
input.form-control:focus {
    border-color: #26b99a;
}

.accordion .panel {
    border-bottom: none;
}

.panel {
    box-shadow: none;
}

.switchery {
    margin-right: 5px;
}

.width-auto {
    width: auto;
}

#top_buttons {
    position: relative;
    z-index: 2;
}

table.table td.actions {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    width: 1%;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

.nav.child_menu li:active {
    background-color: rgba(255, 255, 255, .1);
}

.actionBar {
    padding: 15px 0 0 0;
}

img.with-frame {
    border-radius: 2px;
    padding: 2px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
}

div.profile_pic img {
    min-height: 56px;
}

ul.nav.side-menu > li.active,
ul.nav.side-menu > li.current-page {
    border-right-color: #f68725;
}