@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);  
html,body {font-family:nanumgothic !important;}

.is-hidden {
 	display: none;
}

.table tbody tr.current-content > td {
	background: transparent !important;
  	background-color: #ff000024 !important;
  	border-top: 2px solid red !important;
  	border-bottom: 2px solid red !important;
}

tr.current-content td:nth-child(1){
   position:relative;
}
tr.current-content td:nth-child(1)[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top:0px;
   left:0px;
   font-size:.8em;
   background:red;
   color:white;
   width:80px;height:22px;
   text-align:center;
   line-height:18px;
   box-shadow:0 0 1px #333;
}

.none-sidebar .navbar-brand{
   padding: 0px 30px !important;
}

.none-sidebar .sidebartoggler{
   display: none !important;
}

.modal-xxl{
	max-width:1500px !important;
}

.modal-header {
  border-bottom: 1px solid #e5e5e5 !important;
}
 .modal-footer {
  border-top: 1px solid #e5e5e5 !important;
}
  
/* #1e88e5 */
/* .cms-btn{background-color:#1e88e5 !important;border-color:#1e88e5 !important;}
.cms-btn:hover{background-color:#b7a279!important;}

.cms-back-color{background-color:#ab966e !important;border-color:#ab966e !important;}
.cms-text-color{color:#ab966e !important} */


.image-container {
	background-color: black;
	height:200px;
  	overflow: hidden;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}

.image-container img {
  	display: block;
  	height: auto;
  	width: 100%;
}

.site-image-container {
	background-color: white;
	height:250px;
  	overflow: hidden;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}

.site-image-container img {
  	width: auto;
    max-height: 100%;
}

/* .cms-img-crop {
        width: 148px;
        height: 33px;
        overflow: hidden;
    } */

.cms-img-crop img {
    width: auto;
    height: 60px;
}
    
.btn-success {
	background-color: green !important;
    border-color: green !important;
}

.ellipsis {
  overflow: hidden !important;;
  text-overflow: ellipsis !important;;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.cms-cursor { cursor: pointer; }

.dashboard-check-input:checked {
    background-color: red !important;
    border-color: red !important;
}

/* .nav-link.active {
    color: #1e88e5 !important;
} */
