﻿/* last modifyed : 20190829.01 */	

button:focus {outline:0;} 

.fixed-sidebar-left{
	font-weight: bold;
}
label{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}

label.red {
	color : #ff7e7e;
}

 .beo-form-control { 
    display: block; 
    width: 100%; 
    height: 30px; 
    padding: 3px 7px; 
    font-size: 13px; 
    line-height: 1.428571429; 
    color: #747474; 
    vertical-align: middle; 
    background-color: #fff; 
    background-image: none; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); 
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); 
    -webkit-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; 
}

input.beo-form-control:focus { outline:2px solid #a6c8ff;  }


@media screen and (max-width : 319px) {
	.beo-form-control { 
		padding: 3px 5px; 
	}
}

.input-group .beo-form-control {
	border-radius: 4px 0 0 4px;
} 

textarea.beo-form-control {
    height: auto;
}

.beo-form-control:disabled ,
input[readonly] ,
input[readonly='readonly'] ,
textarea[readonly] ,
textarea[readonly='readonly']
{
    background-color: #eee; 
}

.beo-form-control::placeholder {color: #000; opacity: 0.3;}

/**********************button***********************/
/*default-button*/
.beo-button
{
    height: 30px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    color:#fff;
    border:none;
    vertical-align: middle;
    line-height: 30px;
}
.input-group .beo-button {
	border-radius: 0 4px 4px 0;
} 

/*button-size*/
.beo-button.b-small
{
    width: 60px;    
}

.beo-button.b-middle
{
    width: 90px;    
}

.beo-button.b-large
{
    width: 130px;    
}

.beo-button.b-free
{
    padding:0 20px;
}

.beo-button.b-full
{
    width:100%;
}

.beo-button.b-save
{
    background-color:#236ab9;
}
.beo-button.b-search
{
    background-color:#0a396e;
}

.beo-button.b-change
{
    background-color:#f7a93f;
}

.beo-button.b-delete
{
    background-color:#C64539;
}

.beo-button.b-new
{
   background-color:#236ab9;
}

.beo-button.b-cancle
{
    background-color:#909ca4;
}

.beo-button.b-calendar {
   background-color:#666;
}

.beo-button.b-calendar.b-free
{
    padding:0 20px;
}

.aui-grid .beo-button{
    height: 23px;
    line-height: 25px;
}

/*@media screen and (min-width : 768px) and (max-width : 1500px) {*/
.beo-container > nav:not([popup-count="0"]) .beo-button.b-free {    padding:0 10px !important; }
/*}*/

@media(max-width: 450px) { 
	.beo-button.b-free 	{ 	 padding:0 10px !important; } 
}
/*
	조직도 css
*/
.beo-organization-chart {
    border-radius: 4px;
	border : 1px solid #ccc; 
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position : relative;
}

.beo-button.b-organ {
	position : absolute;
	top : 5px;
	background-color:initial;
	padding: 0;
	cursor: pointer;
	height : 28px;			/* beo-form-control, beo-button height 변경시 여기도 변경해줘야함 -2px; */
}
.beo-button.b-organ i {
	color:#236ab9;
	font-size : 20px;
}
.beo-organization-chart .beo-searchTree {
	padding-left: 43px;	
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	direction: rtl;*/
	cursor: pointer; 
	text-align: left;
	border: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0;
    transition: initial;
	background-color: #fff;
	height : 28px;		/* beo-form-control, beo-button height 변경시 여기도 변경해줘야함 -2px; */
}


/* 
    checkbox button ���� 
    
    <div class="col-xs-10">
        <label class="beo-checkbox">오른쪽 라벨
          <input type="checkbox">
          <span class="beo-checkbox-checkmark"></span>
        </label>
    </div>
*/
.beo-checkbox {
    display: block;
    position: relative;
    margin-bottom: 0px;
	padding: 0px 0px 0px 26px ;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	height : 25px;
	margin-top : 5px;
	line-height: 1.4em;
}

.beo-checkbox:focus-within{}


/* Hide the browser's default checkbox */
.beo-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.beo-checkbox input.point-focus:focus +  span {
	border-style: solid;
    animation: 1s animateBorderOne ease infinite;
}

/* Create a custom checkbox */
.beo-checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    height: 19px;
    width: 19px;
    border: 1px solid #dcdcdc;
    background: #fff;
    padding:5px 5px 5px ;
}

/* On mouse-over, add a grey background color */
.beo-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.beo-checkbox input:checked ~ .beo-checkbox-checkmark {
   background-color:#236ab9;
    height: 19px;
    width: 19px;
    border: 2px solid #236ab9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.beo-checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.beo-checkbox input:checked ~ .beo-checkbox-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.beo-checkbox .beo-checkbox-checkmark:after 
{
    left:5px;
    top: 1px;
    width:4px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    padding:2px;
}
/* checkbox button ���� */


/* 
	radio button 예제
	
	<div class="col-xs-10">
		<label class="beo-radio">
		  <input type="radio" name="radio">
		  첫번째
		  <span class="beo-radio-checkmark"></span>
		</label>
		<label class="beo-radio">
		  <input type="radio" name="radio">
		  두번째
		  <span class="beo-radio-checkmark"></span>
		</label>
		<label class="beo-radio">
		  <input type="radio" name="radio">
		  세번째
		  <span class="beo-radio-checkmark"></span>
		</label>
	</div>
*/


.beo-radio {
    display: block;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    margin-right: 10px;
    height: 30px;
	margin-bottom : 0px;
	line-height: 2em;
}

.beo-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.beo-radio input.point-focus:focus + span {
	border-style: solid;
    animation: 1s animateBorderOne ease infinite;
}

/* Create a custom radio button */
.beo-radio-checkmark {
    position: absolute;
    top: 5px;
    left: 0.2em;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.beo-radio:hover input ~ .beo-radio-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.beo-radio input:checked ~ .beo-radio-checkmark {
    background-color: #fff;
	border:2px solid #2e93bd;
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.beo-radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.beo-radio input:checked ~ .beo-radio-checkmark:after {
    display: block;

}

/* Style the indicator (dot/circle) */
.beo-radio .beo-radio-checkmark:after {
    top: 0.2em;
    left: 0.2em;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background:#2e93bd;
}

/* radio button Á¾·á */
.inputlabel {position: relative;}

input:disabled {background-color: #eee;}

.beo-no-margin {
	margin: 0px !important;
}
.beo-no-padding {
	padding: 0px !important;
}
.beo-no-label {
	margin-top: 21px !important;
}

.beo-align-right {text-align: right;}
.beo-align-left {text-align: left;}
.beo-align-center {text-align: center;}

.aui-left{	text-align: left; }
.aui-center{	text-align: center;}
.aui-right{	text-align: right;}

.beo-excel-box {position: relative; }
.beo-excel-box label { display: inline-block; padding: 6px 20px; margin-bottom : 0px; color: #fff; font-size: inherit; line-height: normal; vertical-align: middle; background-color: #44afff; cursor: pointer; border: 1px solid #ebebeb; border-bottom-color: #e2e2e2; border-radius: 4px; }
.beo-excel-box input[type="file"] { /* ?��?�� ?��?�� ?��기기 */ position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }

/* ?��미�? ?��로드  */
.beo-file-box {position: relative; }
.beo-file-box label { display: inline-block; padding: 5px 20px; margin-bottom : 0px; color: #fff; font-size: inherit; line-height: normal; vertical-align: middle; background-color: #44afff; cursor: pointer; border: 1px solid #ebebeb; border-bottom-color: #e2e2e2; border-radius: .4em; } 
.beo-file-box input[type="file"] { /* ?��?�� ?��?�� ?��기기 */ position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.beo-file-box ul li {cursor:pointer; color: #58a3c1; padding: 4px 0px;}
.beo-file-box ul li span{margin-left: 5px;}
.beo-file-box ul li i:last-child{ margin-left : 10px; color : red;} 

.beo-file-box.image {position: relative;  }
.beo-file-box.image img { height: 28px;  width: auto;  padding-bottom: 1px; display:none;border: 1px solid red;}
.beo-file-box.image img:hover {position:absolute;  transform: scale(10,10); z-index: 999; border: 0;} 

/* ?��?��번호 �??�� beo.jquery.fn.extend.js ==> $.fn.beoAddressCreate */
.beo-zipcode-address i.fa-search{position: absolute; top: 38px; right: 12px; cursor: pointer;}
.beo-zipcode-address .address2{margin-top : 5px;}

.beo-dialog-row-top {
	border-top: solid 1px #e3e3e3;
}
.beo-dialog-row-bottom {
	border-bottom: solid 1px #e3e3e3;
}

.btn-text {
	padding-left: 3px;
}
.beo-button.b-report-up
{
   background-color:#eea236 
}
.beo-button.b-report-return
{
   background-color:#e11d8e
} 
.beo-button.b-report-reject
{
   background-color:#f33923
}
.beo-button.b-report-approval
{
   background-color:#8bc34a
}
.beo-button.b-report-choice
{
   background-color:#236ab9
}


.essential_check{
	color: #e8340e;
    padding-right: 5px;
}

.report_tip {
	text-align: left;
	font-size: 12px; 
    padding-left: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #386fd6;
}

@media(max-width: 359px) {
	.datepicker {
		left : 15px !important;
	}
}

.btn-icon-anim {
    border-radius: 4px;
    width: 50px !important;
    height: 30px !important; 
}

.panel-padding {
    padding-left: 5px;
    padding-right: 5px;
} 

.panel-detail-padding {
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 5px;
    padding: 5px; 
}  

.beo-container > nav:not([popup-count="0"]) .panel-detail-padding {
    margin: 5px 0;
}

@media(max-width: 399px) { 
	.panel-detail-padding 	{ 	 margin: 5px 0; }
}

/*
<label class="beo-switch">
  <input type="checkbox">
  <span class="slider round"></span>
</label>
*/
.beo-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin-bottom : initial;
}

.beo-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.beo-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.beo-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.beo-switch input:checked + .slider {
  background-color: #2196F3;
}

.beo-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.beo-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.beo-switch .slider.round {
  border-radius: 34px;
}

.beo-switch .slider.round:before {
  border-radius: 50%;
}


/*
<div class="beo-onoffswitch">
	<input type="checkbox" id="dn" class="dn">
	<label for="dn" class="beo-onoffswitch-label toggle"><span class="beo-onoffswitch-handler"></span></label>
</div>
*/


.beo-onoffswitch input{
	position: absolute;
	left: -99em;
}
.beo-onoffswitch-label{
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 100px;
	height: 30px;
	background: #cccccc;
	border-radius: 5px;
	-webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.beo-onoffswitch-label:before, .beo-onoffswitch-label:after{
	position: absolute;
	line-height: 30px;
	font-size: 14px;
	z-index: 2;
	-webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.beo-onoffswitch-label:before{
	content: "OFF";
	left: 13px;
	color: #cccccc;
}
.beo-onoffswitch-label:after{
	content: "ON";
	right: 13px;
	color: #fff;
}
.beo-onoffswitch-handler{
	display: inline-block;
	position: relative;
	z-index: 1;
	background: #fff;
	width: 45px;
	height: 24px;
	border-radius: 3px;
	top: 3px;
	left: 3px;
	-webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.beo-onoffswitch input:checked + .beo-onoffswitch-label{
	background: #66b317;
}
.beo-onoffswitch input:checked + .beo-onoffswitch-label:before{
	color: #fff;
}
.beo-onoffswitch input:checked + .beo-onoffswitch-label:after{
	color: #66b317;
}
.beo-onoffswitch input:checked + .beo-onoffswitch-label .beo-onoffswitch-handler{
	width: 45px;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	border-color: #fff;
}