﻿
/* CSS Document */

/*데이타 테이블 정의*/
.tableTypeC {width:100%;}
.tableTypeC tr th { border-bottom:#ddd 1px solid; border-left:#ddd 1px solid; padding:5px 5px 6px 5px; background:#ececec; vertical-align:middle; color:#222; line-height:18px;}
.tableTypeC tr td { border-bottom:#ddd 1px solid; border-left:#ddd 1px solid; padding:5px 5px 6px 5px; color:#444; line-height:18px;}
.tableTypeC tr.Sel td {background:#e9f7ff;}
.tableTypeC tr:hover {background:#f5f5f5;}
.tableTypeC tr th:first-child, .tableTypeC tr td:first-child {border-left:none;}
.tableTypeC td a {color:#000; text-decoration:underline;}
.tableTypeC td td {border:none;}
.tableTypeC td td img {vertical-align:middle;}


.tableTypeD {width:100%; border-top:#555 2px solid; border-collapse:separate;border-spacing:0px;}
.tableTypeD tr th { border-bottom:#ddd 1px solid; border-left:#ddd 1px solid; padding:5px 10px 6px 15px; background:#ececec; vertical-align:middle; color:#222; line-height:18px; text-align:left;}
.tableTypeD tr th.sth {border-left:#ddd 1px solid !important; background:#f5f5f5;}
.tableTypeD tr td { border-bottom:#ddd 1px solid; border-left:#ddd 1px solid; padding:5px 10px 6px 10px; color:#444; line-height:18px;}
.tableTypeD tr th span {color:#F00; position:relative; width:5px;}
.tableTypeD tr th:first-child {border-left:none;}
.tableTypeD td a {color:#000}
.tableTypeD td label{margin-right:10px;}
.tableTypeD td td img {vertical-align:middle;}
.tableTypeD td p {margin-bottom:5px;}
.tableTypeD td th { text-align:center; padding:5px 0 6px 0;}
.tableTypeD td td.st {border-bottom:#ddd 1px solid; border-left:#ddd 1px solid; padding:3px 10px 4px 10px; background:#ececec; vertical-align:middle; color:#222; line-height:18px; text-align:center;}

.jqx-calendar-cell-specialDate-1PanelReviewDate {
    color:red;
    background-color: #a2c3ff;
    border: 1px solid #a2c3ff;
    margin: 0 0 0 0;
    cursor: pointer;   
}
.jqx-calendar-cell-specialDate-2PanelReviewDate {
    color:red;
    background-color: #d6e7bc;
    border: 1px solid #d6e7bc;
    margin: 0 0 0 0;
    cursor: pointer;
}
/*3,4 위원회 추가 2015.08.13 민수진*/
.jqx-calendar-cell-specialDate-3PanelReviewDate {
    color:red;
    background-color: #abdfe7;
    border: 1px solid #abdfe7;
    margin: 0 0 0 0;
    cursor: pointer;
}
.jqx-calendar-cell-specialDate-4PanelReviewDate {
    color:red;
    background-color: #ffc39b;
    border: 1px solid #ffc39b;
    margin: 0 0 0 0;
    cursor: pointer;
}
 .M_left ul.count li span {display:inline-block; font-size:18px; color:#F00; float:right; font-weight:bold; line-height:32px; }



 /* 버튼 스타일 개발자 정의*/
.BtnActive { cursor:pointer; height:21px; padding:1px 15px 0 9px; display:inline-block; text-decoration:none !important; border:0; font-size:12px; white-space:nowrap; background:url(../../Images/Btn/btnTypeAEnd_over.gif) no-repeat right top; overflow:visible; color:#ffffff !important;}
.BtnDisabled { height:22px; padding:2px 15px 0 9px; display:inline-block; text-decoration:none !important; border:0; font-size:12px; white-space:nowrap; background:url(../../Images/Btn/btnTypeAEnd_dis.gif) no-repeat right top; overflow:visible; color:#ffffff !important;}
.BtnGray { cursor:pointer; height:22px; padding:0 9px 0 15px; display:inline-block; text-decoration:none !important; border:0; font-size:11px; white-space:nowrap; background:url(../../Images/Btn/btnTypeBFirst_over.gif) no-repeat left top; overflow:visible; color:#ffffff !important;}

.ButtonGroup { padding:4px 16px; }


.modal-open {
  overflow: hidden; 
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 9999;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
  margin-left: 98%;
  font-size: 20px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 900px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.form-control {
  /*display: block;*/
  height: 20px;
  /*padding: 0px 1px;*/
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
