/* 아래의 내용은 모두 오버라이드를 위한 것임*/
html, body{color:black !important;}
body{
	font-size: 12px !important;
	line-height:1;
}
body > .wrapper > .row{background: linear-gradient(135deg,#04141d 0,#2D3591 100%); background-color: #222d32;}
body > .wrapper > .loading-bg.row, body > .wrapper > .row > .loading-bg.col-md-10.nopadding{
    background: #F6F6F6 !important;
}
table.table{min-width:1300px;}
.datepicker table, table.nonstatic {min-width:initial;}
.datepicker{border-radius:0 !important;}
.cursor-pointer{cursor:pointer;}
.modal {
	text-align: center;
	padding: 0!important;
}
.modal.fade{
    -webkit-transition: opacity 0.5s linear, none;
    -moz-transition: opacity 0.5s linear, none;
    -ms-transition: opacity 0.5s linear, none;
    -o-transition: opacity 0.5s linear, none;
    transition: opacity 0.5s linear, none;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	min-width: 60%;
	max-width: 1100px !important;
	max-height: 95%;
	overflow-y: auto !important;
	box-shadow: 0 3px 28px rgba(0,0,0,0.25), 0 3px 10px rgba(0,0,0,0.22);
}

.table>tbody>tr>td { vertical-align:middle}
.table>thead>tr>th { vertical-align:middle; }

.panel-title {
    font-weight: bold;
    font-size: 1.416em;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.skin-blue .sidebar-menu>li.header {
    color: #FFFFFF;
    background: #1a2226;
    font-weight: bold;
    font-size: 12px;
}

div.col-md-2.nopadding{min-width:223px;height: calc(100vh - 93px) !important; overflow-y: auto;}
div.col-md-10.nopadding{max-width: calc(100vw - 210px);height: calc(100vh - 93px) !important;overflow-y: auto;}

@media (max-width: 1050px) {
	.left-side-sub{display:none;}
	div.col-md-10.nopadding{width: initial !important;}
	div.col-md-10.nopadding{max-width: initial !important;}
	section.content-header, section.content{padding-left:30px;}
}

@media (max-width: 767px) {
    .dataTables_wrapper select, .dataTables_wrapper input[type=text], .dataTables_wrapper button{
        margin-bottom:5px;
    } 
}

.nav-stacked > li > a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: white;
	cursor:pointer;
}

.nav-stacked > li.active{
	color: #444;
	background: #f7f7f7;
}
.nav-stacked > li.active{
	transition: background, 0.5s, ease-in;
}
header.main-header{z-index:100; box-shadow: 0 5px 5px rgba(0,0,0,0.16)}

/* DataTables Override */
table.dataTable thead th:not(:last-child){
	border-right: 2px solid #f4f4f4;
}
table.dataTable{
	width:100% !important;
}
table.dataTable tbody tr:hover{
    background-color: whitesmoke !important;
}
table.dataTable tbody td:hover{
	color:blue;
    font-weight:bold !important;
	text-decoration:none !important;
}
table.dataTable td.group{
	background-color: whitesmoke !important;
	font-weight:bold !important;
	font-size:1.1em;
}
table.dataTable td.expanded-group{
	background-color: whitesmoke !important;
	font-weight:bold !important;
	font-size:1.1em;
}



/* AdminLTE Override */
.content{ padding-right: 30px;}
.btn{border-radius:0 !important;}
.navbar-nav>.messages-menu-noimg>.dropdown-menu>li .menu>li>a>h4{margin: 0 !important;}
.navbar-nav>.messages-menu-noimg>.dropdown-menu>li .menu>li>a>p{margin: 10px 0 0 5px !important;}
.navbar-nav>.messages-menu-close>.dropdown-menu>li .menu>li>a>h4{margin: 0 45px 0 0 !important;}
.navbar-nav>.messages-menu-close>.dropdown-menu>li .menu>li>a>p{margin: 10px 45px 0 0 !important;}
.control-sidebar{z-index:99 !important;}
.control-sidebar-bg{z-index:98 !important;}
.control-sidebar-bg, .control-sidebar{width:400px !important;}
.control-sidebar.control-sidebar-open, .control-sidebar.control-sidebar-open+.control-sidebar-bg{display:block !important;}
.modal .panel-body{color: black;}

/* slickgrid Override */
[class^="slickgrid_"],
[class^="slickgrid_"] div {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}


/* jQuery UI */
.ui-dialog{z-index: 1061;box-shadow: 0 3px 28px rgba(0,0,0,0.25), 0 3px 10px rgba(0,0,0,0.22);}
.ui-widget-overlay{z-index: 1060;}
.ui-dialog .ui-dialog-titlebar-close:after{
	color:black !important;
	content:'X';
}
.ui-dialog .ui-widget-header{
	color:white;
	background: #2D3591;
}
.ui-dialog-titlebar-maximize, .ui-dialog-titlebar-minimize, .ui-dialog-titlebar-collapse, .ui-dialog-titlebar-restore{
    height: 20px !important;
}
.ui-dialog-titlebar-maximize span, .ui-dialog-titlebar-minimize span, .ui-dialog-titlebar-collapse span, .ui-dialog-titlebar-restore span{
	margin:-6px !important;
}

/*휴일 표시*/
/*일요일 표시*/
.datepicker-days thead tr:last-child th:first-child{color:red;}
.datepicker-days tbody tr td:first-child, .datepicker-days tbody tr td.holiday {color:red;}
.datepicker-days tbody tr td.disabled:first-child, .datepicker-days tbody tr td.disabled.holiday{color:#FFA6A6;}
/*토요일 표시*/
.datepicker-days thead tr:last-child th:last-child{color:blue;}
.datepicker-days tbody tr td:last-child{color:blue;}
.datepicker-days tbody tr td.disabled:last-child{color:#84C1FF;}
/*disabled된 값이 선택된 경우 배경색상 변경*/
.datepicker-days tbody tr td.active.disabled{background:#86B4DD !important;}
/*disabled된 값 커서 변경*/
.datepicker-days tbody tr td.disabled:hover{cursor:no-drop;}

/* bootstrap */
.bootstrap-datetimepicker-widget{position:absolute !important;z-index:1000 !important;}


/* 추가내용 시작 */
/*기본 select인 경우 사용*/
.form-control-custom {
  border-radius: 0;
  box-shadow: none;
  border:1px solid #CCC;
  outline:none;
  color:black;
  transition: border-color 0.3s linear;
}
.form-control-custom:focus {
  border-color: #2D3591;
  box-shadow: none;
  transition: border-color 0.3s linear;
}
.form-control-custom::-moz-placeholder,
.form-control-custom:-ms-input-placeholder,
.form-control-custom::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-control-custom:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*
span.input-header{
	font-size:12px;
	min-width: 95px;
	text-align:left;
	color:black !important;
	background:#E9F0F5 !important;
}
span.input-header-fit{
	font-size:12px;
	text-align:left;
	color:black !important;
	background:#E9F0F5 !important;
}*/
span.input-header-req{
	font-size:12px;
	min-width: 95px;
	text-align:left;
	background:#2D3591 !important;
	color:white;
}

/* 메인 프레임 */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.col-md-2.nopadding{width:10.66666667% !important;}
.col-md-10.nopadding{width:89.33333333% !important;}


.pr30{
	padding-right:30px !important;
}
label.linked{
	text-decoration:underline;
}
label.linked:hover{
	color:red;
	cursor:pointer;
}
.ellipsis { width:200px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.main-header .navbar-nav > li > .dropdown-menu {
	border-radius:0;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
/* 추가내용 끝 */


/*스마트 전용 시작*/
span.input-header, span.input-header-req{padding:3px 5px;}
.btn{ font-size:12px !important;box-shadow: 0 1px 2px rgba(0,0,0,0.25);}
.btn:focus{ box-shadow: 0 2px 10px rgba(0,0,0,0.25) !important; transition:box-shadow, 0.5s, linear; }
.form-group{margin-bottom:-1px !important;}
.form-control{font-size:12px !important;}
.form-control:not(textarea){/*height:35px !important;*/}
.form-control:focus{z-index:1152;/*margin-bottom:1px !important;*/}
.form-control-feedback{/*z-index:1152;*/}
select.form-control.btn{height:29px;}
/*로그인, 회원가입폼 예외*/
.login-page .form-group{
	margin-bottom:15px !important;
}
.login-box .form-group{
	margin-bottom:15px !important;
}
span.input-header{
	font-size:12px;
	min-width: 95px;
	text-align:left;
	background:white !important;
}
.datepicker {padding-left:15px !important}

table.dataTable thead .sorting:after {
	opacity: 0.2;
	content: ""; /* sort */
}

.modal-backdrop { z-index:99}
/*스마트 전용 끝*/



/* 체크,라디오 */

.mt-checkbox.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-checkbox-outline>input:checked~span, .mt-checkbox.mt-checkbox-outline>input:focus~span, .mt-checkbox.mt-checkbox-outline>span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-radio-outline>input:checked~span, .mt-checkbox.mt-radio-outline>input:focus~span, .mt-checkbox.mt-radio-outline>span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-radio.mt-checkbox-outline>input:checked~span, .mt-radio.mt-checkbox-outline>input:focus~span, .mt-radio.mt-checkbox-outline>span, .mt-radio.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-radio-outline:hover>input:not([disabled])~span, .mt-radio.mt-radio-outline>input:checked~span, .mt-radio.mt-radio-outline>input:focus~span, .mt-radio.mt-radio-outline>span {
    border: 1px solid #d9d9d9;
    background: 0 0;
}
.mt-checkbox:hover>input:not([disabled])~span, .mt-checkbox>input:focus~span, .mt-radio:hover>input:not([disabled])~span, .mt-radio>input:focus~span {
    background: #d9d9d9;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mt-checkbox>span, .mt-radio>span {
    border: 1px solid transparent;
    position: absolute;
    top: 1px;
    left: 0;
    height: 19px;
    width: 19px;
    background: #E6E6E6;
}

.mt-checkbox>input, .mt-radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/*테이블 안에서 디자인 깨짐*/
td .mt-checkbox-out{
	padding-top: 2px !important;
}


.mt-checkbox, .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 23px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 12px;
	padding-top: 2px;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.mt-checkbox-out{
	padding-top: 5px !important;
}

.mt-checkbox>span:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #2D3591;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.mt-checkbox>span:after, .mt-radio>span:after {
    content: '';
    position: absolute;
    display: none;
}
.mt-checkbox>input:disabled~span:after, .mt-radio>input:disabled~span:after {
	left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid gray;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.input-icon>i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox>input:checked~span:after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio>input:checked~span:after {
    display: block;
}

/* 체크,라디오 끝 */




/* 데이터테이블 */

.table > thead > tr > th, .table > tbody > tr > td{
    border: 1px solid #e7ecf1;
	padding-top:6px;
	padding-bottom:6px;
}

.dataTables_scrollHeadInner colgroup {
    border-top: 1px solid #e7ecf1;
}

.table > thead:first-child > tr:first-child > th {
    border-top: 1px solid #e7ecf1;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

div.dataTables_scrollBody table {
    margin-bottom: 20px !important;
}

/* 데이터테이블 끝 */

#category-search-modal {
    z-index: 1062 !important;
}

/* fullcalendar 시작*/
/* fullcalendar 끝*/

