/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ CUSTOM CODE ]--------------------------------------------------------------------- */

/*
	Default Class Selectors and ID Selectors have been created for you.
	Alter the Property and Value to reflect your design as required.
*/

/* === [ GLOBAL STYLE ] === */

	.CustomCode {
		position: relative;
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}

	.main-panel .navbar .CustomCode {
	    clear: none;
	    float: left;
	}	

	.main-panel .navbar .CustomCode .Icon-Back {
	    display: block;
	    width: 40px;
	    height: 35px;
	    background: url(/Templates/_images/Icon_Back.png) no-repeat center;
	    margin: -5px 0 0 0;
	    cursor: pointer;
	    background-size: 11px;
	}	

@media (max-width: 992px) {
	.main-panel .navbar .CustomCode {
		margin-left: 60px;
		margin-left: calc( 60px + constant(safe-area-inset-left) );
		margin-left: calc( 60px +      env(safe-area-inset-left) );
	}
}