html, body {
	font-family: "Roboto","Noto Sans KR",³ª´®°íµñ,"Nanum Gothic",Malgun Gothic,¸¼Àº°íµñ,±¼¸²,µ¸¿ò,Dotum,sans-serif;
    font-weight: 500;
}

body {
	background-color: #f8f9fa!important;
	font-size: 0.80rem;
}

.dropdown-menu {
	font-size: 0.80rem;
}

.form-control {
	font-size: 0.80rem;
}

.starter-template {
  padding: 2rem 1rem;
}

.body-contents {
    min-height: 50rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.body-contents .row {
	margin-top: 10px;
}

.pointer {
	cursor:pointer;
}

.carousel-first {
	color: #004a7f;
}

.font-image {
	width: 120px;
	height: 119px;
}

.font-upsize {
	font-size: 4.5rem;
}

.font-upsize-red {
	color: red;
}

.font-upsize-white {
	color: write;
}


.carousel-fade .carousel-inner .item {
  	opacity: 0;
 	 -webkit-transition-property: opacity;
 	 -moz-transition-property: opacity;
  	-o-transition-property: opacity;
  	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  	left: 0;
  	opacity: 0;
  	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  	opacity: 1;
}
.carousel-fade .carousel-control {
  	z-index: 2;
}

.animate-show,
.animate-hide {
  	-webkit-transition:all linear 0.1s;
  	-moz-transition:all linear 0.1s;
  	-ms-transition:all linear 0.1s;
  	-o-transition:all linear 0.1s;
  	transition:all linear 0.1s;
}

.animate-show.ng-hide-remove,
.animate-hide.ng-hide-add.ng-hide-add-active {
  	opacity: 0;
  	display: block !important;
}

.animate-hide.ng-hide-add,
.animate-show.ng-hide-remove.ng-hide-remove-active {
  	opacity: 1;
  	display: block !important;
}

/* ·Î±×ÀÎ ÆäÀÌÁö css */
.form-signin {
	max-width: 460px;
	padding: 30px;
	margin: 0 auto;
	border: 1px solid transparent;
	border-color: #ccc;
	background-color: #ffffff;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}

.custom-div {
	height: 50px;
}
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-signin input[type="text"] {
	margin-bottom: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

@media(max-width:767px){
	
	.login-background {
		min-height: 100%;
		padding: 30px 0px 0px 0px;
		position: relative;
	    text-shadow: none;
	}
	
}
@media(min-width:768px){
	
	.login-background {
		min-height: 100%;
		padding: 30px 0px 60px 0px;
		position: relative;
	    text-shadow: none;
	}
	
}
@media(min-width:992px){
	
	.login-background {
		min-height: 100%;
		padding: 60px 0px 60px 0px;
		position: relative;
	    text-shadow: none;
	}
}
@media(min-width:1200px){
	
	.login-background {
		min-height: 100%;
		padding: 100px 0px 100px 0px;
		position: relative;
	    text-shadow: none;
	}
}

.login-not-authenticated {
	margin: 0 0 0 0 !important;
}

/* default form */
.form-default {
	max-width: 600px;
	padding: 30px;
	margin: 0 auto;
	border: 1px solid transparent;
	border-color: #ccc;
	background-color: #ffffff;
}

.form-default .form-default-heading,
.form-default .checkbox {
	margin-bottom: 10px;
}
.form-default .checkbox {
	font-weight: normal;
}
.form-default .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-default .form-control:focus {
	z-index: 2;
}
.form-default input[type="email"] {
	margin-bottom: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-default input[type="password"] {
	margin-bottom: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-default input[type="text"] {
	margin-bottom: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/* ng-animation °ü·Ã */
.fade {
	opacity: 1;
	transition: opacity 0.2s linear;
}
.fade.ng-hide {
  	opacity: 0;
}

.fade.ng-hide-remove,
.fade.ng-hide-add {
  	display: block !important;
  	transition: all linear 0.1s;
}

/* Absolute Center Spinner */
.loading {
  	position: fixed;
  	margin: auto;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
    width: 64px;
    height: 64px;
}

.loading .loading-spin {
	position: absolute;  
 	text-align : center;
 	z-index: 1100;
}

.search-margin {
	margin: 10px 0px 10px 0px;
}

#myfile {
  opacity: 0;
  position: absolute;
}

.stepper-horizontal {
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stepper li.active a .circle, .stepper li.completed a .circle {
    background-color: #4285F4!important;
}

.stepper li a, .stepper li a .circle {
    text-align: center;
}

.stepper-horizontal, .stepper-horizontal li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.stepper-horizontal li {
    -webkit-transition: .5s;
    transition: .5s;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.stepper li a {
    padding: 24px;
    font-size: 14px;
}

.stepper li a .circle {
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    background: rgba(0,0,0,.38);
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 8px;
}

.stepper-horizontal li a .label {
    margin-top: 10px;
}

.stepper li a .label {
    display: inline-block;
    color: rgba(0,0,0,.38);
}

.stepper-horizontal li:not(:first-child):before, .stepper-horizontal li:not(:last-child):after {
    content: '';
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 8px 0 0;
    height: 1px;
    background-color: rgba(0,0,0,.1);
}

/*
.collapse {
    display: none;
}
*/

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.full button span {
    background-color: limegreen;
    border-radius: 32px;
    color: black;
}
.partially button span {
    background-color: orange;
    border-radius: 32px;
    color: black;
}

.fa-svg-icon {
    display: inline-block;
    vertical-align: middle;
    min-width: 1em;
    min-height: 1em;
    height: 100%;
    position: relative;
    top: -1px;
}

.fa-svg-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fa-svg-icon svg g,
.fa-svg-icon svg path {
    fill: currentColor;
}

.dropdown-linechange {
	overflow:hidden;
	white-space:normal;
	text-overflow:ellipsis;
	width:400px;
}

.margin-top-4 {
	margin-top: 4rem;
}

.modal-80size {
	width: 80%;
	height: 80%;
	margin: 0;
	padding: 0;
}

.modal-80size {
	height: auto;
	min-height: 80%;
}

.modal.modal-center {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.modal.modal-center:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}

.modal-dialog.modal-center {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

@media (min-width: 992px) {
  .modal-xlg {
    max-width: 1200px;
  }
}

@media (min-width: 1200px) {
  .modal-xxlg {
    max-width: 1600px;
  }
}

[uib-typeahead-popup] {
  	overflow-x: auto;
    height: 300px;
} 

.custom-align-middle td, .custom-align-middle th{
	vertical-align: middle !important;
}

.sidebar-toggle {
	position: fixed;
  	height: 2em;
  	width: 2em;
  	margin: auto;
  	top: 0;
  	left: 220px;
  	bottom: 0;
  	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-true {
	padding-left : 220px;
}

.sidebar-false {
	padding-left : 0px;
}

/*
ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

ul[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
}

ul[dnd-list] li {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
}

*/

ul[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
}

.popup-scroll {
  height:600px;
  overflow-y: scroll;
}

/* Ä¿½ºÅÒ ÅøÆÁ  */
.custom-popover-lg {
	max-width 	: 800px;
	width 		: 800px; 
}

/* list group Ä¿½ºÅÒ */
.list-group-mod {
	background-color: rgba(255,255,255,0);
    border: 0px;
}

/* badge Æ÷Áö¼Ç */
.badge-update {
	position: absolute;
	margin-top: -13px;
    margin-left: -35px;
}

.badge-new {
	position: absolute;
	margin-top: -13px;
    margin-left: -20px;
}