﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

/*body {
  margin-bottom: 60px;
}*/
.ui-widget-header {
    background: #555b63 !important;
    color: white !important;
}
.ui-dialog-titlebar-max {
    background: transparent !important;
    border: none !important;
    color: white !important;
}
.ui-dialog-titlebar-close {
    background: transparent !important;
    border: none !important;
    color: white !important;
}

.ui-dialog{
    z-index:9999!important;
}

.ui-datepicker{
    z-index:9999!important;
}

.spnDate {
    display: block;
    white-space: nowrap;
}

.ui-dialog-title {
    width:unset!important;
}
.restoreWindow, .ui-dialog-titlebar-max {
    float: right !important;
    margin-right: 10px !important;
}

.ui-dialog-titlebar-close:after {
    content: '✖';
    position: absolute;
    right: 4px;
}

.form-group{
    margin-bottom:1em;
}

.card-outline-primary {
    border-top: 2px solid #007bff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.bg-gray, td.bg-gray {
    background-color: #555b63 !important;
    color: #fff;
}

.table-striped-warning tr:nth-child(even) {
    background-color: #fef2cf8c;
}

.table-striped-primary tr:nth-child(even) {
    background-color: #364bad9e;
    color:#fff;
}

.input-group-text {
    padding: .45rem 0.9rem;
}
.cus-button-b {
    margin-left: 9px !important;
}
.keys
{
    width: 190px;
}
.cus-galler-1 img {
   
    border-radius: 32px;
}
.cus-galler-1 li
{
    list-style-type: none;
}
.cus-button-area {
    display: flex;
    align-items: baseline;
}
.cus-button-area button{
        margin-left: 4px;
}

.cus-galler-1
{
    padding-left: 5px!important;
}