@charset "utf-8";
/* CSS Document */
body{
	background-color:#f5f5f5;
}
label.error { 
  color:red;
  display:block;
  font-weight:bold;
}
.frmrequired:after {
  content:"*";
  color:red;
}
.breadcrumb{
	background-color:#f5f5f5;
}
.nopadding{
	margin-left:0px !important;
	margin-right:0px !important;
	padding-left:0px !important;
	padding-right:0px !important;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute !important;
}

nav.titc{
	background-color:#0a9dd3;
	padding:0px;
}

nav.titc a.navbar-brand{
	padding-bottom:0px ;
	padding-top:0px ;
	font-size:14PT;
	color:#FFF;
	font-weight:bold;
}
nav.navbar-top-menu{
	background-color:#999;
}
.page-title-box {
	padding: 22px 0; 
}
.page-title-box .page-title {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600; 
}

.card-box {
	padding: 20px;
	border: 1px solid rgba(54, 64, 74, .08);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-clip: padding-box;
	margin-bottom: 20px;
	background-color: #FFF;
}
ul.pagination li.active a{
	color:#F00;
}
/*********************************/

.list li div.icon:before { content: '≡'; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; font-weight: normal; }
.list li div.icon-delete:before { content: 'x'; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; font-weight: normal; }
.list li div.icon:hover, .list li div.icon-delete:hover { background: #ddd; }
.list li.itemhold {
	display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 12pt; line-height: 20px;
}
ul.list{
	display: block; position: relative; margin: 0; padding: 0; list-style: none;
}
.list li div.icon {
	position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden;
	border: 1px solid #aaa;
	background: #ddd;
	background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
	background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
	background:         linear-gradient(top, #ddd 0%, #bbb 100%);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	display: block;
	height: 30px; 
	padding: 5px 10px;
	color: #333; text-decoration: none; font-weight: bold; 

	-webkit-border-radius: 3px;
			border-radius: 3px;
	box-sizing: border-box; -moz-box-sizing: border-box;
}
.list li div.icon-delete {
	position: absolute; margin: 0; right:0; top: 0; cursor: pointer; width: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden;
	border: 1px solid #aaa;
	background: #ddd;
	background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
	background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
	background:         linear-gradient(top, #ddd 0%, #bbb 100%);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	display: block;
	height: 30px; 
	padding: 5px 10px;
	color: #333; text-decoration: none; font-weight: bold; 

	-webkit-border-radius: 3px;
			border-radius: 3px;
	box-sizing: border-box; -moz-box-sizing: border-box;
}
.list li div.content {
	display: block; height: 30px; margin: 5px 0; padding: 5px 10px 5px 40px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
	background: #fafafa;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
	background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
	background:         linear-gradient(top, #fafafa 0%, #eee 100%);
	-webkit-border-radius: 3px;
			border-radius: 3px;
	box-sizing: border-box; -moz-box-sizing: border-box;
}
.list li div.content:hover { color: #2ea8e5; background: #fff; }
/*************************/
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
    width: 100%;
}
/************** Nhập HDV***************/
.form-group{
	padding-bottom:1rem;
	border-bottom: 1px solid rgba(54, 64, 74, .08);
}
.nav-link .result{
	padding-left:15px;
	color:#F00;
	font-weight:bold;
}
/*****************************/

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

@media (max-width: 650px) {
	.userInfo span{
		display:block;
	}	
	
}

@media (max-width: 1024px) {
	nav.titc  .title{
		display:none;
	}	
	
}
@media (max-width: 768px) {
	.frmForm .text-right{
		text-align:left !important;
	}
	.container {
		margin-right: auto;
		margin-left: auto;
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
	}
	.form-inline .input-group {
		width: 100% !important;
	}
	.mr-sm-2 {
		margin-right: 0px !important;
	}
}
/************** Quảng cáo***************/
div.panel-left ul,
div.panel-right ul{
	list-style: none;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
div.panel-left .layout-card,
div.panel-right .layout-card{
	padding: 10px 0px 0px 10px;		
}

ul#masonry{
	border: 1px solid #A1A1A1;
	min-height: 300px;
	position: relative;
	z-index: 1;
	border: 1px solid black;
	margin: 10px;
	padding:0px;
}
ul#masonry-dropped{
	border: 1px solid #A1A1A1;
	min-height: 300px;
	width: 320px;
	position: relative;
	z-index: 1;
	margin: 10px;
	padding:0px;
}
div.panel-left ul li div{
	float: left;
}
div.card-remove{
	position: absolute; 
	margin: 0; 
	right:0; 
	top: 10px; 
	cursor: pointer; 
	width: 20px; 	
	white-space: nowrap; 
	overflow: hidden;
	border: 1px solid #aaa;
	background: #ddd;
	background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
	background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
	background:         linear-gradient(top, #ddd 0%, #bbb 100%);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	display: block;
	/*height: 20px;*/
	color: #333; text-decoration: none; font-weight: bold; 

	-webkit-border-radius: 3px;
			border-radius: 3px;
	box-sizing: border-box; -moz-box-sizing: border-box;
}
div.card-remove i{
	padding: 3px;
}
div.card-item{
	
}
/*****************************/
