@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 1200px){
.dashcount-box img {
    width: 22px;
    margin: 6px 0;
}
.dashcount-box span{
	font-size: 20px;
}
}
@media only screen and (max-width: 992px){
.top-header .pagelogo {
    display: block;
    margin-left: 10px;
}
.top-header .pagelogo img{
	height: 40px
}
.nav-toggle-btn{
	display: block;
}
.navbar-left .pagelogo{
	display: none;
}
.top-header{
	left: 0;
}
.navbar-left {
    top: 0;
    left: -250px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	z-index: 1005;
}
.navbar-left.active{
	left: 0;
}
.content-wraper{
	padding-left: 15px;
}
.page-footer{
	padding-left: 10px;
}
}
@media only screen and (max-width: 840px){
.custom-table.image-table tr {
    padding-left: 180px;
    position: relative;
}
.table-list-image {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 150px;
    height: 150px;
}
.custom-table-outer {
    border: none;
}
.custom-table thead {
    display: none;
}
.custom-table tr {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.custom-table tbody td .mobilehead {
    display: block;
    float: left;
    width: 30%;
}
.custom-table tbody td {
    display: block;
    float: left;
    width: 100%;
}
.custom-table tbody td.td-no-title .mobilehead {
    display: none;
}
.table-action .ta-btn {
    display: none;
}
.table-action {
    width: 100%;
}
.table-action {
    width: 100%;
}
.ta-dd {
    display: block;
    position: static;
    background: transparent;
    width: 100%;
    float: left;
    padding: 0;
}
.ta-dd .ta-subbtn {
    width: auto;
    padding: 0px 10px;
    background: #DDD;
    border-radius: 3px;
    margin: 5px;
}
.footer-links, .copy-right {
    text-align: center;
}
}
@media only screen and (max-width: 680px){
.custom-table.image-table tbody td .mobilehead {
    display: block;
    float: none;
    width: 100%;
    line-height: 20px;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}
.albumdetails-box {
    padding-top: 230px;
    padding-left: 15px;

}
.filter-ul {
    width: 212px;
    position: absolute;
    left: 35px;
    z-index: 100;
    box-shadow: 0px 2px 5px -1px #00000082;
    display: none;
    border: 1px solid #ccc;
    background: #fff;
}
.page-link {
    padding: .5rem 0px;
    font-size: 12px;
    width: 30px;
    text-align: center;
    border: none;
    margin-left: 0px;
}
	
}
@media only screen and (min-width: 681px){
	.fltr-btn{
		display: none;
	}
}

@media only screen and (max-width: 575px){
	.t-res{
		padding: 8px 0px !important;
	}
}

@media only screen and (max-width: 480px){
.custom-table.image-table tr {
    padding-top: 180px;
	padding-left: 0;
}
.header-right .nav-link {
    font-size: 16px;
	position: relative;
}
.header-right .nav-link span {
    position: absolute;
    background: rgba(0,0,0,0.5);
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    top: 34px;
    right: 0;
    display: none;
}
.header-right .nav-link:hover span{
	display: block;
}
.box-header-select {
    width: 100%;
   margin-top: 10px;
}
.box-header-select .select-outer ,.box-header-select .select-outer select{
    width: 100%;
}
.custom-table tbody td .mobilehead {
    display: block;
    float: none;
    width: 100%;
    line-height: 20px;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}
}
@media only screen and (max-width: 410px){
	.fltr-btn{
		width: 100%;
        margin-top: 10px;
	}
}