/**
 * ai-modal
 * @author 최주섭
 * @since  2019
 * @version 1.0
 * @see
 * Copyright (C)  All right reserved.
*/

/*----------------------------공통 modal 스타일 - ai-modal 최상위에 추가시 적용----------------------------*/
.ai-modal .modal-content {background: transparent;}
.modal-body {background:#fff;}
.modal-body-request {max-height: 200px;overflow-y: auto;}

.ai-modal .modal-content .modal-header {
    background: #1d8bdf;
    color: #fff;
	padding: 13px 13px 10px 20px;
	font-size: 18px;
	border-radius: 8px 8px 0 0;
}

.ai-modal .modal-content .modal-title {
	font-family: 'Nanum Gothic Bold';
    font-size: 17px;
}

.ai-modal .modal-content .modal-header .close {
    margin-top: -2px;
    background: #84bae5;
    border-radius: 4px;
    width: 27px;
    height: 27px;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    font-size: 20px;
    padding: 5px;
}
.ai-modal .modal-content .modal-header .close:hover {
    background: #fff;
    color: #84bae5;
    opacity: 1;
}

.modal-header .close {
    margin-top: -2px;
    background: #84bae5;
    border-radius: 4px;
    width: 27px;
    height: 27px;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    font-size: 20px;
    padding: 5px;
}
.modal-header .close:hover {
    background: #fff;
    color: #84bae5;
    opacity: 1;
}

.ai-modal .modal-content .list-group {
	display: table;
    width: 100%;
    border-top: 2px solid #0160ab;
}

.ai-modal .modal-content .list-group-item {
	display: table;
	padding: 0;
    width: 100%;
    border: 0;
    margin-bottom: 0;
}

.ai-modal .modal-content .list-group-item b {
	display: table-cell;
	font-family: 'Nanum Gothic Bold';
    width: 25%;
    font-size: 13px;
    background: #ecf1f5;
    text-align: center;
    color: #111;
    padding: 5px 10px;
    border-right: 1px solid #d0dce7;
    border-bottom: 1px solid #ccc;
    vertical-align:middle;
    word-break:keep-all;
}

.ai-modal .modal-content .list-group-item span {
	display: table-cell;
    width: 75%;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    vertical-align:middle;
    word-break:keep-all;
}

.ai-modal .modal-content .list-group input[type="text"], 
.ai-modal .modal-content .list-group input[type="password"] {
	width: 100%; 
    height: 30px;
}
.ai-modal .modal-content .list-group select {
	width: 100%;
	height: 28px;
}

.ai-modal .modal-content .modal-footer {
    background: #efefef;
    border-top: 1px solid #ccc;
	border-radius: 0 0 8px 8px;
}

.ai-modal .modal-content .btn-info {
    color: #fff;
    background-color: #1c4e9f;
    border-color: #163c7b;
}

.ai-modal .modal-content .btn-info:hover {
    color: #fff;
    background-color: #163c7b;
    border-color:#163c7b;
}

.ai-modal .modal-content .btn-default {
	color: #222;
    background: linear-gradient(to bottom,#fff 75%,#ddd);
    border-color: #999;
}

.ai-modal .modal-content .btn-default:hover {
	color: #222;
    background: linear-gradient(to bottom,#fff 75%,#bbb);
    border-color:#333;
}

.ai-modal .modal-content .guide-title {
    font-size: 13px;
    padding: 8px 10px;
    display: block;
    font-family: nanum gothic bold;
    margin-bottom: 10px;
}

/*----------modal 내 컬럼 2개일경우 ----------*/
.ai-modal-col-2 .list-group {
    display: block;
}
.ai-modal-col-2 .list-group-item {
    display: table;
    width: 100%;
    padding: 0;
    border:none;
    margin-bottom: 0;
}
.ai-modal-col-2 .list-group-item b {
	width: 25%;
	border-bottom: 1px solid #ccc;
}
.ai-modal-col-2 .list-group-item span {
	border-bottom: 1px solid #ccc;
}

.ai-modal-col-2 .list-group-item-col-2 {
    display: table;
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 0;
    border: 10px;
}
.ai-modal-col-2 .list-group-item-col-2 b {
	display: table-cell;
    font-family: 'Nanum Gothic Bold';
    width: 25%;
    font-size: 13px;
    background: #ecf1f5;
    text-align: center;
    color: #111;
    padding: 5px 10px;
    vertical-align: middle;
    word-break: keep-all;
	border-right: 1px solid #d0dce7;
    border-bottom: 1px solid #ccc;
}
.ai-modal-col-2 .list-group-item-col-2 span {
	display: table-cell;
	border-bottom: 1px solid #ccc;
    width: 25%;
    padding: 5px 10px;
    vertical-align: middle;
    word-break: keep-all;
} 

/*----------알람모달----------*/
.ai-modal-alaram .modal-content {border-radius: 10px;}
.ai-modal-alaram .modal-header {border-radius: 8px 8px 0 0;}
.ai-modal-alaram .modal-footer {border-radius: 0 0 8px 8px;}

.ai-modal-alaram .modal-body {padding:0;}
.ai-modal-alaram .control-sidebar-menu {margin:0;}
.ai-modal-alaram .control-sidebar-menu li {border-bottom:1px solid #ddd;position:relative;}

.ai-modal-alaram .control-sidebar-menu .menu-icon-wrap {float: left;width: 50px;height: 50px;line-height: 52px;border-radius: 50%;text-align: center;background: #fff;border: 1px solid #dfdfdf;}
.ai-modal-alaram .control-sidebar-menu .menu-icon {float: none;width: 40px;height: 40px;line-height: 40px;border-radius: 50%;text-align: center;font-size: 15px;}

.ai-modal-alaram .control-sidebar-menu .menu-info {margin-left: 60px;margin-top: 5px;}
.ai-modal-alaram .control-sidebar-menu .menu-info>.control-sidebar-subheading {color: #0074cd;font-size: 16px;font-family: nanum barun gothic bold;margin-bottom: 4px;}
.ai-modal-alaram .control-sidebar-menu .menu-info>p {font-size:13px;color: #111;}
.ai-modal-alaram .control-sidebar-menu .menu-info>p>span {font-size:12px;color:#777;}
.ai-modal-alaram .control-sidebar-menu>li>a:hover {background:#e6f4ff;}
.ai-modal-alaram .control-sidebar-menu>li>a.alarm-list-delete {
	display:inline-block;
	position:absolute;
	padding:0;
	top:15px;
	right:15px;
	background:#f2f2f2;
	border:1px solid #ccc;
	width:21px;
	height:21px;
	line-height:21px;
	text-align:center;
	color:#444;
	font-size:13px;
	z-index:1;
}


/*----------전체화면----------*/
.ai-modal-dialog-full {
  position: fixed;
  margin: 30px auto auto 30px;
  width: 95%;
  height: 95%;
  padding: 0;
}
.ai-modal-dialog-full .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #3c7dcf;
  border-radius: 0;
  box-shadow: none;
}
.ai-modal-dialog-full .modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
}

.ai-modal-dialog-full .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #f1f3f5;
}

