/*css admin*/

img{
	max-width: 100%;
	height: auto;
}

body{
	background: #f5f8fb;
	color: #262b40;
	font-size: 14px;
	overflow-x: hidden;
}
*.loadding{
	position: relative;
}
*.loadding:before{
	content: '';
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	cursor: move;
}
*.loadding:after{
	content: "Đang tải...chờ chút";
	color: #000;
	font-size:16px;
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	left: 0px;
	z-index: 11;

}

.icon_top{
	display: inline-block;
	width: 30px;
	height: 40px;
	position: relative;
	background: url("../../assets/images/icon_top.png") no-repeat center;
	background-size: 30px 40px;
	margin-bottom: -10px;
	color: red;
	text-align: center;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
}
.bg-cip{
	background: #262b40;
	color: #fff;
}
.color-cip{
	color: #262b40;
}
.form-control{
	font-size: 14px;
}
.fs-7{
	font-size: 12px;
}
.alert{
	z-index: 1000;
}
.color_white{
	color: white;
}
.bg_white{
	background: white;
	color: #fff;
}
.color_red{
	color: red;
}
.bg_red{
	background: red;
	color: #fff;
}
.color_green{
	color: green;
}
.bg_green{
	background: green;
	color: #fff;
}

.color_black{
	color: black;
}
.bg_black{
	background: black;
	color: #fff;
}

.color_yellow{
	color: yellow;
}
.bg_yellow{
	background: yellow;
}
.bg_yellow2{
	background: #ffffb3;
}
.color_gray{
	color: gray;
}
.bg_gray{
	background: gray;
	color: #fff;
}
.form-control-xs{
	display: inline-block;
    width: auto;
    min-height: 25px;
    padding: 0px 5px;
    font-size: 11px;
}
.padding-none{
	padding: 0 !important;
}
.table-middle{
	vertical-align: middle;
}
.table input[name="number"]{
	width: 50px;
	text-align: center;
}
.table .tr_head td{
	line-height: 1.4;
	padding: 5px;
	color: #000;
}
.table .tr_head.active td{
	color:#fff;
}
.table .tr_head.active td .fa-arrow-right:before{
	content: "\f063";
}
.table .fa-exclamation{
	margin: 0px 10px;
	cursor: grab;
	position: relative;
}
.table .fa-exclamation .exclamation{
	display: inline-block;
	padding:7px 3px;
	background: #fff;
	position: absolute;
	top: calc(100%/2);
	left: 120%;
	min-width: 120px;
	box-shadow: 2px 2px 5px #ddd;
	text-align: center;
	font-size: 12px;
	color: #000;
}
.btn-group-xs>.btn, .btn-xs{
	padding: 3px 5px;
	font-size: 11px;
}
.btn-cip{
	background: #262b40;
	color: #fff;
}
.btn-cip:hover{
	color: yellow;
}

.navigation .page_info{
	display: none;
}

nav.navigation{
	display: inline-block;
}
nav.navigation .pagination{
	margin-bottom: 0px;
} 



/*step*/
.step{

	margin-bottom: 15px;
}
.step .step_wrap{
	display: block;
}
.step .step_title{
	background: red;
	color: #fff;
	border: thin #fff solid;
	padding: 7px 15px;
	cursor: pointer;
}
.step .step_content{
	display: none;
	padding: 15px 7px;
}
.step .step_wrap.active .step_content{
	display: block;
}

/*step*/

#header{
	text-align: left;
	margin-bottom: 15px;
	z-index: 10;
	position: relative;
}
#header .content{
	background: #262b40;
	padding: 5px 0px;
	color: #fff;
}
#header .content .col{

}
#header .btn_notify{
	color: #fff;
	position: relative;
}
#header .btn_notify .notify{
	position: absolute;
	top: 0px;
	right: 0px;
	background: red;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	font-size: 9px;
}
#header .float-none{
	text-align: center;	
}
#header .btn_user{
	color: #fff;	
	height: 38px;
	width: 38px;
	border: thin #b9b9b9 solid;
    border-radius: 50%;
}
/* header*/
#main{
	text-align: center;
}
.daterangepicker.dropdown-menu{
	z-index: 9999 !important;
}
/* main */
#logo{
	text-align: center;
}
#logo img{
	max-height: 40px;
}
#menu_left{
	background: #fff;
	text-align: left;
	width: 250px;
	height: 100% ;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 11;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #ddd;
}
#menu_left.active{
	left: 0px !important;
}
.menu_left .nav{
	padding: 10px 0px;
	margin-top: 30px;
	position: relative;
    height: 85% ;
    width: 100%;
    overflow: auto;
}
.menu_left .nav ul, .menu_left .nav li{
	padding: 0; margin: 0; list-style: none;
	position: relative;
	width: 100%;
}
.menu_left .nav .fas{ margin-right: 7px; }
.menu_left .nav .fa-chevron-right{
	margin-top: 3px;
	margin-left: 5px;
}
.menu_left .nav a{
	padding: 10px ;
    display: block;
    max-width: 100%;
    color: #222;
    text-decoration: none;
}
.menu_left .nav a:hover , .menu_left .nav li.active>a{
	font-weight: bold;
}
.menu_left .nav .fa-chevron-right{
	position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    padding: 7px 10px;
    border: thin #d9d9d9 solid;
    cursor: pointer;
}
.menu_left .nav ul ul{
	display: none;
	width: 100%;
	padding-left: 10px;
}

.menu_left .nav li.active>ul{
	display: block;

}
/* menu_left */
.icon-menu{
	position: absolute;
	top: 7px;
	left: 7px;
	font-size: 20px;
	padding: 7px 10px;
}
.main_content{
	display: inline-block;
	width: 100%;
	max-width: 650px;
	text-align: left;
	padding-bottom: 35px;
}
#main_content .content{
	padding: 15px;
	background: #fff;
	box-shadow: 2px 2px 5px #ddd;
}
/* main_content */

/* footer */
#footer{
	position: fixed;
	text-align: center;
    bottom: 0px;
    z-index: 999;
    display: inline-block;
    max-width: 675px;
    height: 40px;

}
#footer .row>*{
	padding: 0px 2px;
}

#footer .btn-block{
	width: 100%;
}
#footer .hide_info{
	position: absolute;
	top: 0%;
	left: 10px;
	background: #fff;
	border: thin #d9d9d9 solid;
	padding: 5px;
	width: 100%;
	z-index: 1;
	text-align: left;

}
#footer .hide_info.active{
	top: inherit;
	bottom: 105%;
}
#footer .hide_info .close{
	position: absolute;
	bottom: 100%;
	right: 20px;
	padding: 5px 10px;
	width: auto;
}
#footer .hide_info.active .close{
	bottom: 2.5px;
	right: 15px;
	background: #dc3545;
}
#footer .hide_info.active .close .fa-bars:before{
	content: '\f00d';
}

#footer .show{
	z-index: 10;
	padding: 1px;
	position: relative;
}
#form_login{
	margin: 0px auto;
	max-width: 400px;
}
#form_login .or{
	border-bottom: :thin #d9d9d9 solid;
	text-align: center;
}
#form_login .btn-login{
	color: #fff;
}
#form_login .btn-login:hover{
	color: #000;
}
/*form_login*/

.form-group{
}
/*form*/

.review_seo {
    width: 100%;
    padding: 18px;
    border: solid 1px #CCC;
    background-color: #ffffff;
}


.review_seo .title {
    font-size: 18px;
    color: #1a0dab;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    line-height: 23px;
    margin-bottom: 5px;
}
.review_seo .url {
    font-size: 14px;
    color: #006621;
    line-height: 1.3;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}
.review_seo .desc {
    font-size: 13px;
    color: #545454;
    line-height: 18px;
}
.error{
    color: #b94a48;
}
/*gSnippet*/
.images_choose{
	position: relative;
}
.images_choose img{
	width: 100%;
}
.images_choose .remove{
	position: absolute;
	top: 0px;right: 0px; z-index: 1;
}
.images_choose .remove:hover{
	color: red;
}
.images_choose .edit{
	position: absolute;
	top: 0px;left: 0px; z-index: 1;
}
.images_choose .edit:hover{
	color: green;
}
.images_choose img:hover{
	cursor: pointer;
}
/*images_choose*/


/*on-off*/
.diamondToggle{
    vertical-align: middle;
    border:1px solid #d4d4d4;
    background:#c62828;
    padding:1px;
    display:inline-block;
    width:70px;
    height:30px;
    position:relative;
    cursor:pointer;
    -o-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
    border-radius: .2rem;
    overflow: hidden;
}
.diamondToggle:hover{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.diamondToggle:after,
.diamondToggle:before,
.diamondToggle.diamondToggleOff:before{
    position:absolute;
    width:50%;
    height:100%;
    line-height:28px;   
    text-align:center;
    top:0px;
}
.diamondToggle:before{
    content:'OFF';
    right:0px;
    color:#FFF;
    font-size:12px;
}
.diamondToggle:after{
    content:'';
    -moz-box-shadow:0 2px 2px rgba(26,53,71,0.25),0 0 0 1px rgba(26,53,71,0.07);
    -webkit-box-shadow:0 2px 2px rgba(26,53,71,0.25),0 0 0 1px rgba(26,53,71,0.07);
    box-shadow:0 2px 2px rgba(26,53,71,0.25),0 0 0 1px rgba(26,53,71,0.07);
    cursor:pointer;
    background-color:#FFF;
    transition:all 0.1s ease-in .1s;
    left:0px;
}
.diamondToggle.diamondToggleOff{
    background-color:#00a5a8;
}
.diamondToggle.diamondToggleOff:before{
content:'ON';
color:#FFF;
left:0px;
font-size:12px;
text-shadow:0 1px rgba(255,255,255,0.5);
}
.diamondToggle.diamondToggleOff:after{
    left:35px;
}
/*end on-off*/
.slug{
	line-height: 25px;
}
.slug input{
	width: 250px;
	border:0;
}
.slug input:hover, .slug input:active{
	border:1px solid #ced4da;
}

/*slug*/

.category{
	margin-bottom: 10px;
	width: 100%;
	overflow: auto;
}
.category ul, .category li{
	list-style: none;
}
.category ul{
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.category li{
	padding: 0;
}

/*category*/

#right_content{
	position: fixed;
	top: 0px;
    z-index:9999;
	right: -300px;
	height: 100%;
	overflow: auto;
	width: 100%;
	width: 300px;
	padding: 15px 5px;
	background: #fff;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #ddd
}
#right_content.active{
	right: 0px;
}
#menu_left.active{
	left: 0px;
}
/*right_content*/
#right_content .close, #menu_left .close{
	padding: 7px 10px;
	font-size: 20px;
	position: absolute;
	top: 0px;
	cursor: pointer;
}
#right_content .close{
	left: 0px;

}
#menu_left .close{
	right: 0px;
}


/*load_search_keyword*/
.load_search_keyword{
	position: relative;
	width: 100%;
	text-align: left;
}
.load_search_keyword ul{
	list-style: none;
	padding: 0;
	background: #ebebeb;
	width: 100%;
	border: thin #d9d9d9 solid;
	position: absolute;
	
	left: 0px;
	z-index: 1;
}
.load_search_keyword.bottom ul{
	top: 0px;
}
.load_search_keyword.top ul{
	bottom: 0px;
}
.load_search_keyword ul>li{
	border-bottom: thin #d9d9d9 solid;
	padding: 5px 10px;
	cursor: pointer;
	color: #000;
}
.load_search_keyword ul>li:hover{
	background: #262b40;
	color: #fff;
}


/*select_search_username*/
.select_search_username{
	position: relative;
}

.select_search_username .search{
	text-align: left;
	display: none;
	position: absolute;
	color: #000;
	min-width: 100%;
	left: 0px;
	padding: 5px 0px;
	background: #fff;
	border: thin #d9d9d9 solid;
}
.select_search_username .search li{
	list-style: none;
}
.select_search_username .search.bottom{
	top: 100%;
}
.select_search_username .search.top{
	bottom: 100%;
}
.select_search_username.active .search{
	display: block;
	z-index: 100;
}
.select_search_username .search li{
	padding: 0px 5px;
	border-bottom: thin #d9d9d9 solid;
}
.select_search_username .search li:hover{
	color: #fff;
	background: #262b40;
	cursor: pointer;
}

.info_member{
	margin: 10px auto;
}
.info_member .row{
	padding-top: 5px;
	padding-bottom: 5px;
}
.info_member .avatar{
	width: 25%;
	float: left;
}
/* @media */
@media screen and (max-width:1119px){
	#menu_left{
		left: -100%;
	}
	#right_content{
		right: -100%;
	}
	
	#header, #main_content{
		padding-left: 0px;
	
	}

@media screen and (max-width:720px){
	#menu_left, #right_content{
		width: 100%;
	}
}
@media screen and (max-width:768px){

}