﻿html {
    font-size: 14px !important;
}

body {
    font-family: 'Segoe UI Regular' !important;
}

.btn i {
    margin-right: 5px;
}

.bold {
    font-weight: bold !important;
}

.btn-sm {
    padding-bottom: 6px !important;
    padding-top: 6px !important;
}

.modal-header {
    background-color: #efefef !important;
}

.ys-loading
{
    position: fixed;
    background-color: white;
    opacity: 0.8;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

.frameS
{
    width: 100%;
    height: 500px;
}

#DivS .modal-dialog {
    max-width: 1000px !important;
}

#DivS .modal-body {
    padding: 0px !important;
}

.simplemodal-container iframe
{
    min-width: 460px;
    min-height: 250px;
}

h2 {
    font-size: 1.4em !important;
    font-weight: bold;
}

table td, table th
{
    font-size: 13px !important;
    height: 22px;
}

.bd-navbar .navbar-nav {
    flex-direction: row !important;
}

.LnkSearch {
    margin-left: 8px;
    white-space: nowrap !important;
}

.btn.btn-remover {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.ystab .nav-link
{
    display: flex;
    align-items: center !important;
}
    .ystab .nav-link img {
        margin-right: 8px;
    }
.carousel-control-prev, .carousel-control-next
{
    color: #000000 !important;
    font-size: 32px;
}

input[t='YsDateBox'] {
    background-color: white;
}

    input[t='YsDateBox'][disabled] {
        background-color: #efefef !important;
    }

.InvalidField
{
    border-color: red !important;
}

body, .table {
    color: #272727 !important;
}
