﻿@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../Fonts/glyphicons-halflings-regular.eot');
    src: url('../Fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/glyphicons-halflings-regular.woff') format('woff'), url('../Fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../Fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

body {
    --bs-body-font-size: 14px;
    --bs-body-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.master-page button.ui-dialog-titlebar-close::before,
.dashboard button.ui-dialog-titlebar-close::before,
.user-mapping button.ui-dialog-titlebar-close::before {
    content: "\f00d";
}

.master-page button.ui-dialog-titlebar-close,
.dashboard button.ui-dialog-titlebar-close,
.user-mapping button.ui-dialog-titlebar-close {
    font: normal normal normal 14px/1 FontAwesome;
    background: transparent;
    border: none;
}

.master-page button.ui-dialog-titlebar-close:hover,
.dashboard button.ui-dialog-titlebar-close:hover,
.user-mapping button.ui-dialog-titlebar-close:hover {
    background: #aaa;
    border-radius: 5px;
}

.h4, h4 {
    font-size: 18px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-dashboard::before {
    content: "\e141";
}

.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.ui-dialog .ui-dialog-titlebar {
    background: #035dbd;
}

.ui-widget-content {
    background-color: #e8edf0;
    border-color: #aaaaaa;
}

.ui-widget-header {
    color: #dfdfdf;
}

.ui-dialog-buttonset button, .ui-dialog-buttonset button:hover, .ui-dialog-buttonset button:focus {
    color: #ffffff;
    background-color: #007cb3;
    border: none;
    padding: 0.2em 0.5em;
}

.ui-widget {
    font-size: 0.9em;
}

.master-page .ui-widget-header, .dashboard .ui-widget-header {
    color: #dfdfdf;
    background-color: #007cb3 !important;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.btn {
    --bs-btn-font-size : 14px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.form-control:focus {
    box-shadow: 0 0 0 0.05rem rgba(13,110,253,.25);
}

.form-select, .form-control{
    font-size:14px;
}

.custom-modal-Overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100vw;
    height: 100vh;
    background: #E6E6E6;
    opacity: 0.5;
}

.custom-modal-dialog-centered {
    display: flex !important;
    align-self: center;
    margin: 0 auto;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #bbb;
    background-color: #FFFFFF;
    border: 0px solid #444;
    padding: 12px;
    moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 9px 9px 9px #000;
    z-index: 100001 !important;
}

.custom-modal-dialog-centered::after {
    position: absolute;
    border: 1px solid;
    content: "";
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    top: 12px;
}

.additionalFilterPanel {
    z-index: 101
}