﻿html, body {
    font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.adminImage {
    height: 500px;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    margin: 0;
}

.left-sidebar {
    width: 215px;
}

.mid-content {
    margin-left: 215px;
}

@media(max-width: 1200px) {
    .mid-content {
        margin-left: 0;
    }
}

#imgInProgress {
    display: none;
    margin: 10px 0 0 60px !important;
    border: 0 !important;
    opacity: 1 !important;
    width: 60px !important;
    height: 60px !important;
    background: url("/images/loading40.png") no-repeat scroll center center transparent !important;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 100px;
    left: 400px;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.tablelist {
    font-weight: normal;
    font-size: 14px;
    margin: 10px 0;
}
.menu-head-list img {
    padding-right: 8px;
    width: 30px;
}
.tableCommandImg {
    height: 16px;
    cursor: pointer;
}
.access-img, .no-access-img, .date-access-img {
    height: 16px;
    width: 16px;
    border-radius: 8px;
    margin-top: 5px;
}
.access-img {
    background-color: #02B224;
}
.no-access-img {
    background-color: #cccccc;
}
.date-access-img {
    background-color: #ff8300;
}
.access-img img, .no-access-img img, .inactive-img img, .date-access-img img {
    height: 12px;
    width: 12px;
    padding: 1px;
    margin: 0 0 8px 2px;
}
.inactive-img {
    background-color: #cccccc;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    margin: auto;
}
table.dataTable {
    margin: 0 !important;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 6px !important;
}
fieldset {
    border: 2px groove threedface;
    padding: 4px;
}

legend {
    padding: 0 4px;
    font-size: 16px;
}
.clear-both {
    clear: both;
}
.dataTables_filter {
    float: left !important;
    padding: 0 8px 0 8px;
}
#divMain {
    padding: 0 10px 0 10px;
}

@@media(max-width: 1200px) {
    #divMain {
        left: 0;
    }
}
.schemaLayout {
    background-color: #e4e4e4;
    margin: 10px;
}

    .schemaLayout tr {
        height: 26px;
    }

    .schemaLayout td:first-child {
        padding-left: 10px;
    }

    .schemaLayout td:nth-child(2) {
        padding-left: 10px;
    }

    .schemaLayout td:last-child {
        padding-right: 10px;
    }

    .schemaLayout th:first-child {
        padding-left: 10px;
    }

    .schemaLayout th:nth-child(2) {
        padding-left: 10px;
    }

    .schemaLayout input {
    }

    .schemaLayout .deletebutton {
        padding: 8px;
    }

.customer-responsible-image {
    float: left;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
    top: -10px;
    margin-right: 4px;
}
.mud-button {
    text-transform: none;
    padding: 0;
    min-width: 30px;
}
.mud-icon-button {
    padding: 0;
}
.previewpane .mud-icon-button {
    padding: 11px;
}
.mud-list-item-clickable {
    background-color: #eeeeee;
}
.mud-list-item-text {
    max-height: 18px;
}
.mud-popover {
    z-index: 100;
    background-color: azure;
}
.tablelist .mud-table-cell, .tablelist .mud-table-cell a, .tablelist .mud-table-cell input, #divProduct .mud-table-cell, #divGroup .mud-table-cell, #divFiles .mud-table-cell, #divAccessUsers .mud-table-cell {
    padding: 0 3px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    white-space: nowrap;
    font-size: 12px;
    min-height: 22px;
}
.mud-table-cell .mud-checkbox {
    margin: 0;
}
.user-setting-btn {
    padding: 4px 13px;
    margin: 10px 0;
}
.user-leftbar {
    width: 166px;
}
.user-rightbar {
    max-width: 835px;
}
.user-leftbar .mud-button-label {
    justify-content: flex-start;
}
.mud-table-row:nth-child(odd) {
    background-color: #ffffff;
}
.mud-table-row:nth-child(even) {
    background-color: #f0f0f0;
}
.mud-table-row.selected, .mud-table-row .selected {
    background-color: #ffad84;
}
.mud-input {
    background-color: #ffffff;
}
.schemaLayout .mud-input-text {
    margin-top: 0 !important;
    width: 300px;
}
.mud-input>input.mud-input-root {
    padding: 1px 3px;
}
.hidden {
    display: none;
}
.shown-block {
    display: block;
}
.progressvisible {
    display: inline-flex;
    margin-top: 11px;
}
.progressinvisible {
    display: none;
    margin-top: 11px;
}
.progresscircle {
    margin: 10px 10px 0 0;
}
.opacity3 {
    opacity: 0.3;
}
.shrinkMudListPadding .mud-list-item {
    padding-top: 1px;
    padding-bottom: 0;
}
#tblSchemaLayout td {
    padding: 3px 20px 3px 3px;
}
#tblAgreementPreview td {
    padding: 3px;
}
.reportdesigner .mud-list-item {
    padding-top: 0;
    padding-bottom: 0;
}
.reportdesigner .mud-treeview-item {
    min-height: 0;
}
.reportdesigner .mud-treeview-item-content {
    padding: 0 8px;
}
.reportdesigner .mud-treeview-item-arrow {
    min-height: 8px;
}
.reportdesigner .mud-treeview-item .mud-icon-button {
    padding: 0 4px;
}
.reportdesigner .mud-expand-panel-header {
    padding: 0 24px;
    min-height: 38px;
}
.selectedproduct {
    padding: 8px 0;
    float: left;
}
.videosection {
    margin-top: 15px;
    position: relative;
    padding-top: 56.25%;
}

.full-image-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.reportdesignerdetails {
    margin: 20px 0;
}
    .reportdesignerdetails .savebutton {
        float: right;
        margin: 20px ;
    }
.languageselector {
    width: 200px;
    float: left;
    padding: 10px;
}
.invoicedata {
    background-color: #E0DCAC;
}
.postaldata {
    background-color: #E5FFE2;
}
.visitdata {
    background-color: #E6D6FF;
}
.bignote textarea {
    width: 400px !important;
    height: 400px !important;
}
.hidablecontent {
    border: 1px solid rgba(195,33,84,0.32);
    background-color: rgba(195,33,84,0.01);
    padding: 20px;
}
.hidablecontent .messagecontent a {
    color: #0071c1;
}

.invertcolor {
    filter: invert(1);
}
