﻿/* * { */
    /* color: rgb(51,51,51); */
/* } */

body {
    font-size: 0.95rem;
    font-family: "Century Gothic", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
} 

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: maroon;
} 

.page-header { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.90rem;
    font-weight: 600;
	padding: 0.60rem 1.25rem 0.40rem 0;    
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 0.5rem;
}

.nhn-btn, .nhn-btn .dxbButton {
    min-width: 100px;
}

.nhn-inpt input[type="text"],
.nhn-inpt input[type="password"],
.nhn-inpt textarea {
    font-family: "Century Gothic", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.85rem !important;
}

.nhn-inpt input[type="text"],
.nhn-inpt input[type="password"] {
    height: 20px !important;
}

.nhn-table td {
    padding-bottom: 4px;
}


div.grid-editform {
    padding: 5px 5px 5px 15px;  
}

    table.grid-editform > tbody > tr > td {
        padding-bottom: 4px;
        padding-right: 10px;
    }


table.label-r > tbody > tr > td:first-child {
    text-align: right;
    padding-right: 10px;
}

/*User Controls*/
.ucPgMsg {
    font-size: 0.87rem;
}

    .ucPgMsg .dxbButton {
        min-width: 100px;
    }

    .ucPgMsg .msg-container {
        position: fixed;
        top: 30px;
    }

        .ucPgMsg .msg-container .msg {
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
            position: fixed;
            width: 400px;
            left: 35%;
            border: 2px solid #888;
        }

            .ucPgMsg .msg-container .msg .msg-header {
                width: 100%;
                height: 30px;
                background-color: lightgray;
                border-bottom: 1px solid #888;
            }

            .ucPgMsg .msg-container .msg .msg-content {
                padding: 20px;
            }
			
			
.alert-danger-nhn {
    color: #721c24;
    background-color: #f8d7da;
}

.alert-success-nhn {
    color: #155724;
    background-color: #d4edda;
}


/* devexpress */
.dxgvControl, 
.dxgvDisabled,
.dxgvEditForm,
.dxeListBoxItem,
.dxbButton {
    font-family: 'Century Gothic', Arial, sans-serif;
}

.dxgvEditForm {
    background-color: #BFD2B9;
}

    .nhn-btn-lg .dxbButton {
        font-size: 0.95rem !important;
        min-width: 100px;
        min-height: 35px;
        border-radius: 3px;
    }

.nhn-btn-md .dxbButton {
    font-size: 0.85rem !important;
    min-width: 100px;
    min-height: 25px;
    border-radius: 3px;
}

.dxgvHeader td {
    padding: 7px 0px 7px 1px !important;
}

td.dxgv {
    padding: 10px 6px 10px 6px !important;
}

.dxgvFilterRow td.dxgv {
    padding: 2px !important;
}

.dxgvTable {
    font-size: 0.80rem !important;
}

.dxgvPagerBottomPanel {
    padding: 10px 0px 3px 0px !important;
    background-color: gainsboro;
    text-transform: uppercase;
}

.dxpLite {
    font-size: 14px !important;
}

/*.rCol .dxeBase {
    font-size: 14px;
}*/

.dxgvCommandColumn a {
    display: block;
}


td.dxgv ol, td.dxgv ul {
    margin: 0px 0px 0px 7px;
    padding-left: 10px;
}

    td.dxgv ol li, td.dxgv ul li {
        padding-left: 5px;
    }
	
.dxeBase {
	font-family: 'Century Gothic', Arial, sans-serif;
}

/* calendar */
.dxeCalendar {
    min-width: 325px;
}

.dxeCalendarHeader,
.dxMonthGrid,
.dxeCalendarDay,
.dxeCalendarWeekNumber {
    font-family: 'Courier New', monospace, Arial, sans-serif;
}

.dxeCalendarHeader {
    padding: 10px;
    font-size: 1.05rem;
    background-color: #28a745;
}

    .dxeCalendarHeader .dxe span {
        color: white;
        font-weight: 900;
    }

.dxeCalendarFooter,
.grid-editform td .dxeCalendarFooter {
    padding: 20px 0px;
}

.dxeCalendarButton {
    min-width: 100px;
    height: 30px;
}

.dxeCalendarDay {
    text-align: right;
    padding: 10px 0px 0px 0px;
    font-size: 0.90rem;
}


.dxeCalendarDayHeader {
    padding: 5px 0px 5px 10px;
}

.dxeCalendarWeekNumber {
    padding: 8px 0px 0px 0px;
}

/* pager - start */

.dxp-summary,
.dxp-disabledButton,
.dxp-current,
.dxgvPagerBottomPanel a {
    padding: 10px 15px !important;
}

.dxp-current {
    color: #990012 !important;
}

.dxgvPagerBottomPanel a.dxp-num {
    display: block;
    border: 1px solid #ABB2B9;
    text-decoration: none;
    color: #394EA2 !important;
}

.dxgvPagerBottomPanel a:hover, .dxgvPagerBottomPanel a:active {
    color: white !important;
    background-color: #990012;
}