﻿﻿.ivs-button {
    padding: 8px 18px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    display: inline-block;
    margin-right: 5px;
}

#dgcProductionOrder {
    margin-top: 25px !important;
}

.search-table {
    border: none;
    display: table;
}

    .search-table > td {
        border: none;
        padding: 5px;
    }

.breadcrumb-item {
    display: inline-block;
    max-width: 100px;
    margin-right: 5px;
    background-color: #f5f5f5;
}

.tab-pane {
}

.tab-content {
    height: auto !important;
}

ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

.panel-default > .panel-heading {
    min-height: 30px;
}

label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    cursor: default;
    font-weight: normal !important;
}

div[dx-select-box], div[dx-date-box], div[dx-text-box], div[dx-text-area] {
    background: #fff;
    border: 2px solid #00ffff;
    border-radius: 4px;
}

div[dx-check-box] {
    background: #fff;
    border-radius: 4px;
    max-width: 30px;
    width: 30px;
    border: 2px solid #00ffff;
}

    div[dx-check-box].dx-checkbox {
        border: 0px solid #00ffff;
    }

div[dx-radio-group] {
    background: #fff;
    border-radius: 4px;
    border: 2px solid #00ffff;
}

.dx-radiogroup {
    border: none !important;
}

ul.nav {
    height: 30px;
}

body {
    font-family: Arial;
}

.col-label {
    padding-left: 10px !important;
}

    .col-label.l-required label {
        color: red !important;
    }

.col-value {
}

.panel-body {
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.last-col {
}

.dx-checkbox-text {
    display: inline-block;
    width: auto;
}

.dx-checkbox-container {
    overflow: no-content;
    width: auto;
}

.split-container td {
    vertical-align: top;
}

.split-container tr {
    vertical-align: top;
}

.split-container {
    height: 100%;
}

.split-panel {
    vertical-align: top !important;
}

.MdiForm {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

body > div:first-child {
    display: none !important;
}

.dx-overlay-wrapper {
    /* display:normal !important; */
}

#tabPanel .dx-icon-close {
    position: absolute;
    right: 5px !important;
    top: 5px;
    color: #000 !important;
    opacity: 1;
    font-family: Arial;
    background-color: transparent !important;
}

#tabPanel .dx-tab {
    position: relative;
}

    #tabPanel .dx-tab a {
        opacity: 1 !important;
        background-color: transparent !important;
    }

#tabPanel .dx-icon-close::before {
    content: ""
}

#tabPanel .dx-tab .dx-icon-close {
    top: -995px;
}

#tabPanel .dx-tab-selected .dx-icon-close {
    top: 5px !important;
}

.search-table > tbody > tr > td {
    padding: 4px 0px 4px 0px !important;
}

.l-required {
    color: red
}
.p-1{
    padding: 1px
}
.w-fit{
    width : fit-content
}
.d-hidden{
    display: none
}
#ASPxSplitter1_plhDetail_splitContainerControl1_tabControl_gvReports_DXHeaderTable{
    width: 100% !important;
}
#ASPxSplitter1_plhDetail_splitContainerControl1_tabControl_gvReports {
    width: 100% !important;
}

.dxgvHeader_IvsYouthful td {
    text-align: left;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*#ASPxSplitter1_plhDetail_dgvTrainingResultList_DXHeaderTable {
    width: auto !important
}*/
/*#ASPxSplitter1_plhDetail_dgvTrainingResultList_DXMainTable{
    width: auto !important
}*/

/*#ASPxSplitter1_plhDetail_dgvEmployeeList_DXHeaderTable {
    width: auto !important
}*/
/*#ASPxSplitter1_plhDetail_dgvEmployeeList_DXMainTable {
    width: auto !important
}*/
#popFormDetail_ASPxSplitter1_0_CC {
    height: 350px !important;
}
.dxeDisabled_IvsYouthful :disabled {
    background-color: #dedede !important;
    pointer-events: none;
}

.dxeDisabled_IvsYouthful .dxeButtonEditButton_IvsYouthful {
    display: none;
}

.dxeDisabled_IvsYouthful {
    background-color: #dedede !important;
    border-radius: 5px !important;
    padding: 1px;
}

    .dxeDisabled_IvsYouthful > td {
        background-color: #dedede !important;
        border-radius: 5px !important;
    }

.dxeEditArea_IvsYouthful {
    border: 1px solid #e5eecf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.dxeDisabled_IvsYouthful {
    color: #000 !important;
}

.dxeEditArea_IvsYouthful.dxeDisabled_IvsYouthful {
    color: #000 !important;
}

.required {
    color: red !important;
}

.error-box {
    display: none;
}