/* here you can put your own css to customize and override the theme */

.image-popup img {
    border: 0px;
    cursor: zoom-in;
    margin: 0px;
    padding: 0px;
}

.hotel-panel .image-popup img {
    width: 100%;
}

.thumbnail {
    margin-bottom: 0;
}

.thumbnail {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .thumbnail {
        margin-bottom: 15px;
    }
}

.image-container {
    float: left;
    margin: 4px;
    padding: 0px;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    background-image: url(../img/spinner.images.gif);
}

.sub-menu h3 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 6px;
    color: #ffffff;
    padding-left:15px;
    font-weight:bold !important;
}

.sub-menu {
    padding-left: 15px;
    padding-right: 15px;
}

.sub-menu .mega-menu-submenu {
    list-style: none;
    margin: 8px 15px 20px 15px;
}

.sub-menu .mega-menu-submenu li {
    background: none;
    margin: 0px;
    padding: 0px;
    margin-top: 1px !important;
}

.sub-menu .mega-menu-submenu a {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px;
    padding-left: 30px !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    background: none;
    color: #c3e4f7;
}

.page-sidebar ul {
    list-style: none;
}

.button-row {
    background: #ffffff;
}

.bottom-15 {
    margin-bottom: 15px !important;
}

.upload-container {
    padding-left: 15px;
    padding-right: 15px;
}

    .upload-container .well {
        padding-bottom: 15px;
    }

.table > tbody > tr > td {
    vertical-align: middle;
}

ul.page-sidebar-menu li > ul.sub-menu > li > a {
    color: #eee;
}

ul.page-sidebar-menu > li > a .arrow:before,
ul.page-sidebar-menu > li > a .arrow.open:before {
    color: #eee !important;
}
ul.page-sidebar-menu > li > a > .arrow.open:before {
    color: #eee !important;
}
.page-content .page-breadcrumb.breadcrumb {
    margin-top: 0px;
    margin-bottom: 15px;
    border: 0px !important;
    background-color: #77777717;
}