/****************************
SRDV TECHNOLOGIES
Author: Sandeep Kumar;
* Copyright 2013-2019 SRDV.
******************************/
/* Media Query Here */



@media only screen and (min-width: 1200px) {
	.tableContainer table th {
        position: sticky;
        top: 29px;
		z-index: 1;
    }
	.queri_list_sticky-top {
        position: sticky;
        top: 0px;
        z-index: 1;
        background: #fff;
    }	
		.dashimg{
		height: 284px;
	  }
	
  .header-rght {    text-align: center;
	background: var(--main-color);
	border-radius: 5px 0px;
	color: #fff;}
  .header-rght .dropdown-toggle{
    color: #fff;

  }  
  .branding-logo {
	position: absolute;
	top: -3px;
	z-index: 10;
  }
  .branding-logo a {
	position: relative;
  }
 .branding-logo a:after {
	content: '';
	background: #fff;
	position: absolute;
	left: 0;
	top: -21px;
	height: 64px;
	width: 100%;
	z-index: -1;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 2px 2px #c5c1c1;
}
 .branding-logo a img {
	padding: 0px 5px;
	max-width: 100%;
	height: 25px;
  }
}
@media only screen and (min-width: 992px) {
.time-pop .modal-dialog{
	max-width: 950px;
	
	}}
@media screen and (max-width: 991px){
	.table-responsive {
		min-height: .01%;
		overflow-x: auto
	  }
	.table-responsive {
        white-space: nowrap;
    }
	/* .navbar-toggle{
		display: block;
	    position: absolute;
	    z-index: 99;
	    top: 6px;
	    right: 7px;
	} */
	
		
	.main-navbar > ul > li:not(:last-child) > a {
	    border-bottom: 1px dashed rgba(255, 255, 255, 0.42);
	}
	
	.user-list-info {margin-bottom: 25px;}
	.booking-counting-col{margin-bottom: 15px;}
	.dts-users-col {padding: 15px 0px;}
	.main-navbar > ul > li > ul{width: 100%;}
}
@media (min-width: 768px) and (max-width: 1200px){
	.page-head-paul .page-heading h1{
		display: block;
	}

.main-navbar ul li{
    margin: 3px 2px;
}
}


@media screen and (min-width: 768px){
	 .main-navbar > ul > li:hover > ul, .header-rght > ul > li:hover > .dropdown-menu{display: block;}
 		.top-header-wrap-srdv .logo-wrap{-ms-flex: 0 0 13.666667%; flex: 0 0 13.666667%; max-width: 13.666667%; }
.top-header-wrap-srdv .emply-lgn-cl{-ms-flex: 0 0 7.666667%; flex: 0 0 7.666667%; max-width: 7.666667%; padding-left:0px; }
.top-header-wrap-srdv .emply-navbar{    -ms-flex: 0 0 78.666667%; flex: 0 0 78.666667%; max-width: 78.666667%;padding-right: 0;padding-left: 0;}
	
.pagination{
	position: fixed;
	right: 0px;
	bottom: 30px;
}
}

@media screen and (max-width: 767px){
	 .main-navbar .dropdown-menu, .main-navbar .sub-dropdown-menu, .main-navbar .paul-submenu{
		position: relative;
	} 
	.main-content-col {
		margin: 0px 0px 50px;
	}
	.dynamic_height2{
		min-height: 550px;
	}
	
	
	.main-nav ul li{
		margin: 0px;
	}
	.main-navbar{
		display: none;
		background: #fff;
	}
	.main-navbar ul li{    
		position: relative;
		display: table;
		width: 100%;
		margin: 3px 2px;
	}
	.page-head-bread .breadcrumb{
		text-align: center;
	}
	.all-rght, .copyright{
		text-align: center;
	}
	.btn-icon{
		padding: 15px 12px 15px 50px;
		font-size: 15px;
	}
	.user-details{
		margin-top: 20px;
	}
	.notification-btn ul li{
		width: 100%;
	}
	.emply-lgn-cl{
		display: flex;
		justify-content: end;
		align-items: center;
	  }
	.order-xs-3{
		order:3;
	}
	.top-header-wrap-srdv{
		padding: 5px 0px;
	}
	.navbar-toggle {
        display: block;
    }
	.branding-logo img {
        width: 150px;
    }
	.filter-porj-pl {
             background: #e7e7e7;
        margin-bottom: 5px;
        padding: 2px 5px;
		border-radius: 5px;
    }
	.server_toplist{
		margin-bottom:5px;

	}
	.ntc-wrap{
		flex-wrap: wrap;
	  }
	.leave_main_heading{
		font-size: 18px;
	}
	.note{
		background: #f58a8a;
		padding: 5px 10px;
		/* margin-right: 10px; */
		display: block;
		width: 100%;
	  }

.cta__inner{
	padding: 10px 5px;
}

.cta__content{
	font-size: 16px;
	line-height: 23px;
}

}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 5.75rem auto;
    }
	
}