/* View specific styles */

@media(max-width:320px){
	.nav-logo {
		display: none;		
	}    
}

@media(max-width:400px) {
    .xl-right-logo {
        display: none;
    }
}

/* All custom styles of extra small devices goes here */
@media(max-width:575px){
	p-xs-0 {
		padding: 0;
	}
	.nav-logo {
		background-image :url(../images/AXA-xl-logo-1-2x.png);
		background-repeat: no-repeat;
		background-size: 53px 53px;
		background-position: center;
		width: 75px;
		background-color:#000090;
	}
	
	#left-menu.show {
		max-height: 340px;
		overflow-y: auto;
	}
}

/* All custom styles of small devices goes here */
@media (min-device-width : 320px){
    .xlc-banner-img {
        background-image: url('../images/Red-header-banner-sm-device.png');
        background-color: #ececea;
    }
}
@media (min-device-width : 375px){
    .xlc-banner-img {
        background-image: url('../images/Red-header-banner-device.png');
        background-color: #ececea;
    }
}
@media(min-width:576px){
	.p-sm-0 {
		padding: 0;
	}
	.pl-sm-60 {
		padding-left: 60px;
	}
	#left-menu.show {
		max-height: 340px;
		overflow-y: auto;
	}
}
/* All custom styles of medium devices goes here */
@media(min-width:768px){
	.collapse#left-menu {
		display: block;
		width: 225px !important;
		max-height: inherit;
        height: calc(100vh - 63px);
	}
	.w-md-75 {
		width:75%;
	}
    .w-md-85 {
		width:85%;
	}
    .w-md-50 {
		width:50%;
	}
	.w-md-30 {
		width:30%;
	}
	.w-md-20 {
		width:20%;
	}
	.h-md-100 {
		height: 100%;
	}
    .w-md-100px {
        width:100px;
    }
   .w-md-115px {
        width:115px !important;
    }
	#page-container {
		padding-left: 100px;
		padding-top: 20px;   
        transition: padding-left .8s;    
	}
   
	#page-container.login-page {
        padding-top: 70px;
    }
    .transition_effects_page_hover{
        transition: padding-left .7s !important;
        transition-delay:1s !important;
    }
     .transition_effects_page_click{
           transition: padding-left .7s ease-in-out !important;     
    }
    #page-container.no-left-menu {
        padding-left: 20px;
		padding-top: 70px;
    }
    .fix-fixed #page-container {
        top: 60px;
        height: calc(100vh - 90px);
    }
    .fix-fixed #page-container.no-left-menu {
        top: 53px;
        height: calc(100vh - 53px);
    }
	.nav-title-row {
		font-size: 1.25em;
		font-weight: normal;
        /*height: 38px;*/
	}
    .submenu li a {        
        position: relative;       
        padding-left: 24px;
        width: 200px;
        display: inline-block;
    }
    .submenu li a i.fa {
        position: absolute;
        top: 3px;
        left: 0;
    }
    .xlc-banner-bg {
        background-color: #f1f3f4;/*#85969f;*/
    }
    .xlc-banner-img {
        background-image: url('../images/Red-header-banner-device.png');
        background-color: #ececea;
    }
}

/* All custom styles of large devices goes here */
@media(min-width:992px){

	.pl-lg-15 {
		padding-left: 15px;
	}
	.w-lg-75 {
		width:75%;
	}
	.w-lg-50 {
		width:50%;
	}
	.w-lg-30 {
		width:30%;
	}
	.w-lg-20 {
		width:20%;
	}
    .w-lg-200px {
        width:200px !important;
    }
	 .w-lg-250px,
     .chosen-container {
        width:250px !important;
    }
    
    .w-lg-500px {
        width:500px;
    }
    .w-lg-700px {
        width:700px !important;
    }
     .xlc-banner-bg {
        background-color: #85969f;
    }

    .xlc-banner-img {
        background-image: url('../images/Red-header-banner.png');
        background-color: #a2b0b8;
    }
}

/* All custom styles of  extra large devices goes here */

@media(min-width:1200px){

	.w-xl-75 {
		width:75%;
	}
	.w-xl-50 {
		width:50%;
	}
    .w-xl-40 {
		width:40% !important;
	}
	.w-xl-30 {
		width:30%;
	}
	.w-xl-20 {
		width:20%;
	}
    .w-xl-160{
        width:160px;
    }
    .xlc-rating-card{
         width: 780px !important;
    }
	.xlc-banner-bg {
        background-color: #6c7b83;
    }
    .xlc-banner-img {
        background-image: url('../images/Red-header-banner.png');
        background-color: #a2b0b8;
    }
}
@media(min-width:1345px){
    #tab-application li a {
        padding: 8px 10px;
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1200px){ 
	.xlc-banner-img {
        background-image: url('../images/Red-header-banner.png');
        background-color: #a2b0b8;
    }
}

/* For iPhone 6 portrait */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
	header .nav-title-row {
		font-size: 0.85em;
	}
}

/* For iPhone 6 landscape */
@media only screen 
and (min-device-width : 667px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
	.xlc-banner-img {
        background-image: url('../images/Red-header-banner-sm-device.png');
        background-color: #ececea;
    }
}