@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");

body {
  font-size:14px;
  font-family:"Nanum Gothic", "Apple Gothic", "Lucida Grande", "Helvetica", "Arial", "sans-serif"; */
}

* {
  font-family:"Nanum Gothic";
}

*:focus {
  outline: none;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.badge-circle {
  width:40px;
  height:40px;
  border-radius:20px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.badge-light {
  background-color: #eee;
}

#wrapper {
}

.badge-light {
  background-color: #eee;
}
.circle-cell {
  width:140px !important;
  height:140px !important;
  border-radius: 100px  !important;
}
.cell-body {
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 5px;
}
.circle-item {
  margin: 10px;
}
.text-black {
  color: #000 !important;
}

.circle{
  background: #ffffff;
  padding: 35px;
  text-align: center;
  border: 1px solid #F2F2F2;
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .col {
    max-width: none !important;
  }
  #content .row {
    display:flex;
  }
  .circlechart {
    
  }
}

#content {
  min-height: 700px;
}

#backbtn {
  margin-top: 6px;
  margin-bottom: 0;
}

.breadcrumb .breadcrumb-item a { color:#aaa; }
.breadcrumb .active a { color: #333 !important; font-weight:700;}

.table a {
  color: #333;
}

#content-wrapper {
  min-width: 400px;
}

.breadcrumb-item a {
  color: #333 !important;
}

.form-group label {
  color: #333 !important;
}

.invert {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.flash {
  -moz-animation: flash 0.5s ease-out;
  -moz-animation-iteration-count: 1;

  -webkit-animation: flash 0.5s ease-out;
  -webkit-animation-iteration-count: 1;

  -ms-animation: flash 0.5s ease-out;
  -ms-animation-iteration-count: 1;
}

@keyframes flash {
    0% { background-color: inherit; }
    50% { color:#000; background-color: #f7f7d4; }
    100% { background-color: inherit; }
}

@-webkit-keyframes flash {
    0% { background-color: inherit; }
    50% { color:#000; background-color: #f7f7d4; }
    100% { background-color: inherit; }
}

@-moz-keyframes flash {
    0% { background-color: inherit; }
    50% { color:#000; background-color: #f7f7d4; }
    100% { background-color: inherit; }
}

@-ms-keyframes flash {
    0% { background-color: inherit; }
    50% { color:#000; background-color: #f7f7d4; }
    100% { background-color: inherit; }
}

[hidden] { visibility:hidden; }
