﻿.custom-app-icon, .custom-app-image, .custom-app-menu-logo, .custom-app-sideMenu-icon {
    padding: 0.3%;
    border: 2px solid var(--grey-250);
    width: 12rem;
    height: 12rem;
}

/*#custom-app-property-pg.fade.modal-right .modal-dialog {
    right: -500px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
*/
/*#custom-app-property-pg.show.modal-right .modal-dialog {
    right: 0;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    width: 100vw;*/
    /*height: 90vh;*/
    /*max-width: none;
    bottom: 0;
    position: fixed;
    margin: 0;
}*/


/*#custom-app-property-pg .modal-body {
    position: relative;
    overflow-y: scroll;
}
*/
.datasource-grid-custom-action-panel .dropdown-item {
    line-height: 1.5385;
}

.datasource-grid-custom-action-panel .fa {
    font-size: 1.35em;
    vertical-align: middle;
}

.datasource-grid-custom-action-panel .left-margin {
    padding-left: 1em;
}

.datasource-grid-custom-action-panel .btn-icon {
    padding-left: 1em;
    padding-right: 1em;
}

.datasource-grid-custom-action-panel .header-title-bar-border {
    border-bottom: 1px solid #e8eaeb;
}