﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
/*
  *
  *   임광종 추가 css
  *
 */

.category-list li .text-navy {
   color: #1ab394;
}
.category-list li .text-primary {
   color: #1c84c6;
}
.category-list li .text-info {
   color: #23c6c8;
}
.category-list li .text-danger {
   color: #EF5352;
}
.category-list li .text-warning {
   color: #F8AC59;
}
/*
         footable default sort icon 변경
*/
.footable > thead > tr > th > span.footable-sort-indicator {
         display: inline-block;
         font-family: 'footable';
         speak: none;
         font-style: normal;
         font-weight: normal;
         font-variant: normal;
         text-transform: none;
         -webkit-font-smoothing: antialiased;
         padding-left: 5px;
} 


.modal-backdrop.in {
    opacity:0.2;
}

div.well img {
  height: auto;
  width: 100%;
}

div.media-body {
    height:38px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    background: #eee;
  }
}

html {height:100%;}
body {
    font-size: 12px; 
    line-height:1.4em;
    color: #333; 
    height:100%;
}