body {
    background: #f1f1f1;
}
  
th {
    font-weight: normal;
}

/*2017.11.27 김영탁 추가*/
.bb1 {
	border-bottom: 1px solid #e4e3e4;
}
.p5555 {
	padding:5px 5px 5px 5px;
}
.row-title {
	font-size:15px;
	font-weight:bold;
	color:#C0504D;
	padding-bottom: 3px
}

.txt-right {
	text-align:right;
}
.w100p {
	width:100%;
}
.fwb {
	font-weight:bold;
}
.fs20 {
	font-size:20px;
}
.pt20pb20 {
	padding-top:15px;padding-bottom:15px;
}
.oxh {
	overflow-x:hidden;
}
.p00150 {
	padding:0px 0px 15px 0px;
}
.p1515015 {
	padding:15px 15px 0px 15px;
}
.ti5 {
	text-indent:5px
}
.p0505 {
	padding:0px 5px 0px 5px;
}
.p015015 {
	padding:0px 15px 0px 15px
}

.panel-heading-uint {
    float: right;
    font-size: 11px;
    color: #404044;
}

/* Bootstrap Re-define */
.panel {
    margin-bottom: 10px;
    border-color: #337ab7;
}

.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    background-repeat: repeat-x;
    padding: 10px 15px;
    border-bottom: 1px solid #908c89;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: bold;
}

.panel table > thead > tr {
    color: #fff;
    background-color: #337ab7;
}

.panel-jhs {
    border-color: #f25f37;
}

.panel > .table > tbody > tr > td:first-child {
    /*padding-top: 13px;*/
}

.panel-jhs > .panel-heading {
    color: #fff;
    background-color: #f25f37;
    border-color: #f25f37;
    background-image: linear-gradient(to bottom, #f25f37 0, #ed5224 100%);
}

.collapse-jhs {
    overflow: hidden;
    border-collapse: collapse;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
}

.req-jhs {
    background-color: #f2dede !important;
    border-color: #F7C4C4;
}

.summary-jhs {
    background-color: #d9edf7;
}

.summary-jhs > td {
    font-weight: bold;
}

.container {
    padding-right: 5px;
    padding-left: 5px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 5px  5px  5px  5px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.row.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}

/* jQuery Date Picker Re-define */
.form-control {
    height: 22px;
    padding: 0 6px;
}

.btn-sm {
    padding: 1px 6px;
}

/*--- modal ---*/
.modal-body form div .col-xs-1:first-child,
.modal-body form div .col-xs-2:first-child,
.modal-body form div .col-xs-3:first-child,
.modal-body form div .col-xs-4:first-child,
.modal-body form div .col-xs-5:first-child,
.modal-body form div .col-xs-6:first-child,
.modal-body form div .col-xs-7:first-child,
.modal-body form div .col-xs-8:first-child,
.modal-body form div .col-xs-9:first-child,
.modal-body form div .col-xs-10:first-child,
.modal-body form div .col-xs-11:first-child,
.modal-body form div .col-xs-12:first-child {
    padding-right: 5px;
}

.modal-body form div .col-xs-1:not(:first-child):not(:last-child),
.modal-body form div .col-xs-2:not(:first-child):not(:last-child),
.modal-body form div .col-xs-3:not(:first-child):not(:last-child),
.modal-body form div .col-xs-4:not(:first-child):not(:last-child),
.modal-body form div .col-xs-5:not(:first-child):not(:last-child),
.modal-body form div .col-xs-6:not(:first-child):not(:last-child),
.modal-body form div .col-xs-7:not(:first-child):not(:last-child),
.modal-body form div .col-xs-8:not(:first-child):not(:last-child),
.modal-body form div .col-xs-9:not(:first-child):not(:last-child),
.modal-body form div .col-xs-10:not(:first-child):not(:last-child),
.modal-body form div .col-xs-11:not(:first-child):not(:last-child),
.modal-body form div .col-xs-12:not(:first-child):not(:last-child) {
    padding-left: 5px;
    padding-right: 5px;
}

.modal-body form div .col-xs-1:last-child,
.modal-body form div .col-xs-2:last-child,
.modal-body form div .col-xs-3:last-child,
.modal-body form div .col-xs-4:last-child,
.modal-body form div .col-xs-5:last-child,
.modal-body form div .col-xs-6:last-child,
.modal-body form div .col-xs-7:last-child,
.modal-body form div .col-xs-8:last-child,
.modal-body form div .col-xs-9:last-child,
.modal-body form div .col-xs-10:last-child,
.modal-body form div .col-xs-11:last-child,
.modal-body form div .col-xs-12:last-child {
    padding-left: 5px;
}

.modal .btn-success {
    background-image: -webkit-linear-gradient(top, #89b4db 0%, #659fd2 100%);
    background-image: -o-linear-gradient(top, #89b4db 0%, #659fd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#89b4db), to(#659fd2));
    background-image: linear-gradient(to bottom, #89b4db 0%, #659fd2 100%);
    background-color: #89b4db;
    border-color: #3274b0;
    background-repeat: initial;
}

.modal .btn-default {
    background-image: -webkit-linear-gradient(top, #f77e19 0%, #cd6d19 100%);
    background-image: -o-linear-gradient(top, #f77e19 0%, #cd6d19 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f77e19), to(#cd6d19));
    background-image: linear-gradient(to bottom, #f77e19 0%, #cd6d19 100%);
    background-color: #f77e19;
    border-color: #a75a19;
    background-repeat: initial;
    color: #fff;
    text-shadow: none;
}
/*--- modal //---*/

/*--- navbar ---*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #013C9C;
    border-color: #0c497b;
    border-bottom-color: transparent;
}

.nav-tabs>li>a {
    color: #000;
    background-color: #fafafa;
    border: 1px solid #a8a8a8;
    border-bottom-color: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar {
    min-height: 40px;
}

.navbar-fixed-top {
    background-color: #e86e32;
    border-bottom: 1px solid #484848;
    padding: 15px 0;
    color: #fff;
}
/*--- navbar //---*/

/*--- panel ---*/
.panel {
    border-color: #a09c99;
}

.panel-heading {
    background-color: #d9f7e8;
    background-image: linear-gradient(to bottom, #d9f7e8 0, #c5ebd7 100%);
    color: #3a3c39;
}

.panel table > thead > tr {
    color: #000;
    background-color: #fffbdb;
}
/*--- pane //---*/

.tab-pane .table {
    margin-bottom: 0px;
}

.input-group .btn-success {
    background-image: -webkit-linear-gradient(top, #89b4db 0%, #659fd2 100%);
    background-image: -o-linear-gradient(top, #89b4db 0%, #659fd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#89b4db), to(#659fd2));
    background-image: linear-gradient(to bottom, #89b4db 0%, #659fd2 100%);
    background-color: #89b4db;
    border-color: #3274b0;
}
.input-group .btn-success:hover {
    background-image: -webkit-linear-gradient(top, #89b4db 0%, #659fd2 100%);
    background-image: -o-linear-gradient(top, #89b4db 0%, #659fd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#89b4db), to(#659fd2));
    background-image: linear-gradient(to bottom, #89b4db 0%, #659fd2 100%);
    background-color: #89b4db;
    border-color: #3274b0;
}

.input-group .btn-info {
    background-image: -webkit-linear-gradient(top, #8ecead 0%, #6bc095 100%);
    background-image: -o-linear-gradient(top, #8ecead 0%, #6bc095 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8ecead), to(#6bc095));
    background-image: linear-gradient(to bottom, #8ecead 0%, #6bc095 100%);
    background-color: #8ecead;
    border-color: #319461;
}

.input-group .btn-info:hover {
    background-image: -webkit-linear-gradient(top, #8ecead 0%, #6bc095 100%);
    background-image: -o-linear-gradient(top, #8ecead 0%, #6bc095 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8ecead), to(#6bc095));
    background-image: linear-gradient(to bottom, #8ecead 0%, #6bc095 100%);
    background-color: #8ecead;
    border-color: #319461;
}

nav>div>.btn-primary {
    background-image: -webkit-linear-gradient(top, #f77e19 0%, #cd6d19 100%);
    background-image: -o-linear-gradient(top, #f77e19 0%, #cd6d19 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f77e19), to(#cd6d19));
    background-image: linear-gradient(to bottom, #f77e19 0%, #cd6d19 100%);
    background-color: #f77e19;
    border-color: #a75a19;
    background-repeat: initial;
}

nav>div>.btn-primary:hover {
    background-image: -webkit-linear-gradient(top, #f77e19 0%, #cd6d19 100%);
    background-image: -o-linear-gradient(top, #f77e19 0%, #cd6d19 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f77e19), to(#cd6d19));
    background-image: linear-gradient(to bottom, #f77e19 0%, #cd6d19 100%);
    background-color: #f77e19;
    border-color: #a75a19;
}

/*--- Kendo Bootstrap Redefine ---*/
.k-widget {
    border-style: none;
    border-width: 0;
}

/*--- form-control ---*/
.form-control {
    background-color: #fafafa;
    border-color: #d2d2d2;
    border-radius: 2px;
}

.k-grid-header th.k-header {
    text-align: center;
}
.k-header {
    background-color: #fffbdb;
}

.k-input {
    background-color: #fafafa;
    border-color: #d2d2d2;
    border-radius: 2px;
    padding: 0px;
    color: #555;
}
.k-numerictextbox {
    width: 100%;
}
.k-numeric-wrap {
    border-radius: 2px;
}
.k-numeric-wrap .k-input {
    padding: 0px;
    height: 22px;
    line-height: normal;
    text-indent: 0.3em;
    text-align: right;
    /*direction: rtl;*/
}
.k-numeric-wrap.k-state-default {
    background-color: #fafafa;
}
.k-numeric-wrap.k-expand-padding {
    padding-right: 5px;
}
.k-numeric-wrap.k-expand-padding .k-input {
    border-radius: 2px;
}
.k-numeric-wrap:before, .k-picker-wrap:before {
    height: inherit;
}
.k-grid-footer-wrap, .k-grid-header-wrap {
    border-width: 0;
}
.k-alt {
    background-color: #fff;
}
.k-grid tr:hover {
    background-color: inherit;
}
/*--- fonm-control //---*/
/*2017.12.05 김영탁 추가*/
.pt5 {
	padding-top: 5px;
}
.p5000 {
	padding: 5px 0px 0px 0px;
}
.p5558 {
	padding:5px 5px 5px 8px;
}
