/*
Template: 	This file is specific for LARAVEL projects of IT Maniax
Info: 		This file will contain frontend media queries
Web:		http://www.itmaniax.com
*/
/*------------------------------------------------*/
/*-----------------[MEDIA QUERIES]----------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*-----------------[	0 - 1919	]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 1919px){

}
/*------------------------------------------------*/
/*-----------------[	0 - 1599	]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 1599px){

}
/*------------------------------------------------*/
/*-----------------[	0 - 1359	]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 1359px){

}
/*------------------------------------------------*/
/*-----------------[	0 - 1199 	]-------------*/
/*------------------ Bootstrap LG ----------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 1199px){

}
/*------------------------------------------------*/
/*-----------------[	0 - 1079	]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 1079px){

}

/*------------------------------------------------*/
/*-----------------[	0 - 991 	]-------------*/
/*------------------ Bootstrap MD ----------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 991px){
	.panel-heading .table-title {
		float: none !important;
		text-align: center;
		border-bottom: solid 1px rgba(0,0,0,0.2);
	}
       .main-header {
          	width: 100% !important;
       }
}
/*------------------------------------------------*/
/*-----------------[	0 - 879     ]-------------*/
/*-------------------             ----------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 879px){

}
/*------------------------------------------------*/
/*-----------------[	0 - 767		]-------------*/
/*------------------ Bootstrap SM ----------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 767px){
	.content-wrapper {
		margin-top: 100px;
	}

	.itm-btnLocationSave {
		flex-direction: column;
		}

	.btn-dark{
		display: flex;
		flex-direction: column;
		width: 40px;
	}
}
/*------------------------------------------------*/
/*-----------------[	0 - 719	]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 719px){

}
/*------------------------------------------------*/
/*-----------------[	0 - 639	]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 639px){

}
/*------------------------------------------------*/
/*-----------------[    0 - 575     ]-------------*/
/*------------------ Bootstrap XS ----------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 575px){
	.itm-input-fix label.text-right
	{
		text-align: left !important;
	}

	.itm-dialog  label.text-right{
		text-align: left !important;
	}
}
/*------------------------------------------------*/
/*-----------------[	0 - 479		]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 479px){
	.float{
		width: 100% !important;
		display: block;
		margin-top: 5px;
    }
    .card .nav-tabs .nav-item {
        width: 100%;
    }
    .card .card-header .float-right {
        width: 100%;
    }
}
/*------------------------------------------------*/
/*-----------------[	0 - 399	]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 399px){

}
/*------------------------------------------------*/
/*-----------------[	0 - 359		]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 359px){

}
/*------------------------------------------------*/
/*-----------------[	0 - 319		]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 319px){

}
/*------------------------------------------------*/
/*-------------------[THE END]--------------------*/
/*------------------------------------------------*/
