﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    font-size: 12px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}

.row {
    margin: 15px;
}

.jtable-column-header-text {
    font-size: 20px;
}

.buttonViewInGrid {
    background-image: url(../Images/View-icon-image.ico);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* put the height and width of your image here */
    width: 40px;
    height: 40px;
    border: none;
}
.buttonViewInGrid span {
        display: none;
    }
.buttonEditInGrid {
    background-image: url(../Images/edit-icon-image.ico);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* put the height and width of your image here */
    width: 40px;
    height: 40px;
    border: none;
}
.buttonEditInGrid span {
        display: none;
    }

.buttonCopyInGrid {
    background-image: url(../Images/edit-icon-image.ico);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* put the height and width of your image here */
    width: 40px;
    height: 40px;
    border: none;
}

    .buttonCopyInGrid span {
        display: none;
    }
.buttonDeleteInGrid {
    background-image: url(../Images/delete-icon-image.ico);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* put the height and width of your image here */
    width: 40px;
    height: 40px;
    border: none;
}
.buttonDeleteInGrid span {
        display: none;
    }
.buttonAddInGrid {
    width: 120px;
    height: 40px;
    border: none;
}
.buttonTextsInGrid {
    background-image: url(../Images/Texts-icon-image.ico);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* put the height and width of your image here */
    width: 40px;
    height: 40px;
    border: none;
}
.buttonTextsInGrid span {
        display: none;
    }
.modal {
    padding: 0 !important;
}

.modal .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
}

.modal .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
}

.modal .modal-body {
        overflow-y: auto;
}
.CustomDatePickerAppear {
    direction: ltr;
    text-align: right;
    width: 180px;
}
.gj-datepicker {
    direction: ltr;
}
.modal-header {
    height: 40px;
    padding: 5px;
}
/*-------------------------------------------------------------*/
.sub-title {
    margin-bottom: 30px;
}