/*  MAKE LAYOUT RESPONSIVE at 1024px FOR SMALLER SCREENS ================================================================ */



		#maincontent{
					width: 93.75%; /* 960px / 1024px */
		}
		
		.maincontent{
			width: 93.75%; /* 960px / 1024px */
		}

		

/*Main Navigation Menu */
	.nav-holder ul li a {
  		padding: 16px 7px 16px 7px;
		font-size:13px;
	
	}


.filter-network select, .filter-country select, .filter-mode select, .filter-direction select{padding: 5px 0; width:100%; display:inline-block; background:url(../images/arrow-down.png) no-repeat 95% 35%; overflow: hidden; -webkit-appearance: none;-moz-appearance: none; appearance: none; text-indent: 1px; text-overflow: '';}
.filter-network select::-ms-expand, .filter-country select::-ms-expand, .filter-mode select::-ms-expand {display: none!important;}
.filter-direction select::-ms-expand {display: none!important;}
#ddlnetwork, #ddlcountry, #ddlmode, #ddldirection{width:100%;}

#searchbutton{width:100%;}	 


.login-holder{background:#eee; width:70%; box-sizing:border-box; padding:15px;}

/*New Folder */
.create-folder{width:100%;}
#btnyes{box-sizing:border-box; width:50%;}



.banner-text-holder {width: 80%;}