﻿#mainDiv {
    /*width: auto !important;*/
    /*margin: 0% 7%;*/
}

/* Top Panel Div & Footer*/
.topPanelDiv {
    padding: 0% 7%;
}

#Footer {
    display: flex;
    overflow: auto;
}

/* Search Page*/
.canvas-banner-logo {
    width: auto !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    min-width: 360px;
    background-size: contain !important;
}

#SearchUserControl {
    text-align: left;
    overflow: hidden;
}


.forcedFontSize {
    font-size: 13px !important;
}

legend {
    float: none;
    width: auto; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}

.dataTables_wrapper {
    overflow: auto;
}

.ui-tabs .ui-tabs-nav li {
    font-size: 14px;
}

.fullWidthTable {
    width: 100% !important;
}

.dt-container {
    /*overflow: auto;*/
}

.divClassAdministrationTabs {
    font-size: 14px;
}

.loggerSelectInput {
    max-width: 200px;
}

.navLinkMenu {
    font-size: 14px;
}



#MainContentCenter {
    font-size: 13px;
}


.customizeBootstrapNavBar {
    border: none;
    padding-bottom: 0px;
    z-index: 1;
}

#divAssetGridList > .dt-container, .dataTables_wrapper {
    overflow: inherit;
}

.searchtier_sidebar {
    width: 270px;
    padding: 0px;
    display: table-cell;
    vertical-align: top;
}

@media only screen and (max-width: 750px) {
    #searchSideBar {
        display: none;
    }

    .search-item-view-main {
        margin-left: 0px;
    }

    #mainDiv {
        margin: 0px;
    }

    .topPanelDiv {
        padding: 0px;
    }

    .searchFilterText {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 600px) {
    #HeaderPanel {
        display: none;
    }
}

.buttonDesign, .ui-dialog-buttonset > button {
    background-color: #FCFCFD;
    border-radius: 4px;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 0px 6px -3px,#D6D6E7 0 -3px 0 inset;
    transition: box-shadow .15s,transform .15s;
    font-size: 16px;
    border: 0px;
    padding: 5px 10px;
}

    .buttonDesign, .ui-dialog-buttonset > button.disabled {
        background-color: #FCFCFD;
        color: inherit;
        opacity: 0.5;
        pointer-events: none;
    }

    .buttonDesign, .ui-dialog-buttonset > button:hover {
        box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 0px 6px -3px, #D6D6E7 0 -3px 0 inset;
        transform: translateY(-2px);
    }

.ui-widget.ui-widget-content {
    border-radius: 10px;
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
}

.dataTables_length > label > select {
    height: 30px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 5px;
}


.dataTables_filter > label > input {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 30px;
}

.attrAttachmentLinks {
    margin-right: 5px;
    text-decoration: none;
    color: blue !important;
    display: block;
    margin-left: 20px;
}

    .attrAttachmentLinks:hover {
        text-decoration: underline;
    }

.attrAttachmentThumbnail {
    height: 17px;
    width: 20px;
    border-radius: 2px;
}
