/*
	Author: Tariq Abdullah;
	License: MIT;
	Copyright (c) 2018 IQL Technologies Pvt. Ltd.

	Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

	The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

*/

/* All the CSS here is applicable to large screens only. */

@media screen and (min-width: 960px){
	* {
		box-sizing: border-box;
	}

	body {
		border: 1px solid black;
		background: #f0f0f0;
		width: 100%;
		height: 100%;
		float: left;
	}


	#wpbody-content * {
		box-sizing: border-box !important;
	}

	.wrap {
		margin: 10px 2px 0 !important;
	}

	.wp-first-item {
		width: 100%;
	}

	#collapse-menu {
		height: 32px;
		overflow: hidden;
	}

	#wpwrap,#wpadminbar {
		background: #5aa3bb !important;
	}

	#wpcontent,.wp-has-current-submenu.wp-menu-open,#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, #adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div, #adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, .folded #adminmenu li.current.menu-top, .folded #adminmenu li.wp-has-current-submenu {
		background: #e6e6e6 !important;
	}

	html.wp-toolbar {
		padding-top: 0 !important;
	}

	.wp-menu-name {
		height: 26px;
		padding-bottom: 6px !important;
		display: block;
		overflow: hidden;
	}

	#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
		border-right-color: transparent !important;
	}

	#wpadminbar {
		width: 100% !important;
		position: absolute !important;
		margin: 0 !important;
		margin: 0 !important;
		position: fixed !important;
	/* border-top: 1px solid white !important; */
		left: 1px !important;
		width: 100% !important;
	/* margin-left: -0 !important; */
		margin-top: 1px !important;
	/* box-shadow: 0 -2px 0 black; */
	/* border-bottom: 1px solid rgba(0,0,0,0.5) !important; */
		border-right: none !important;
		border-left: 1px solid white;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff !important;
		z-index: 9990 !important;
	}

	#wpadminbar:before {
		content: " ";
		position: absolute;
		z-index: -1;
		top: -2px;
		left: -2px;
		right: 1px;
		bottom: -2px;
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #ffffff;
	}

	#adminmenu {
		padding-top: 25px !important;
		float: left;
		border-top: 1px solid dimgrey;
	}

	#wpcontent {
		padding: 5px 2% !important;
		min-height: 300px;
		border: 2px inset;
		float: left !important;
		width: 100%;
	}
	#wpwrap {
		border: 1px solid white;
		padding: 10px .3vw;
	}

	#adminmenuwrap,#adminmenu {
		width: 100% !important;
		position: sticky !important;
	}

	#adminmenu > li {
		max-width: 125px;
		float: left;
		height: 35px;
		border-bottom: 1px solid rgba(232,228,228,0.16) !important;
		border-right: 1px dotted rgba(232,228,228,0.16) !important;
		margin-left: 4px !important;
		padding-right: 4px !important;
	}

	#adminmenu {
		margin: 0 !important;
		font-size: 11px;
	}

	#adminmenu .wp-submenu-head, #adminmenu a.menu-top {
		font-size: 11px !important;
	}

	.wp-menu-open .wp-submenu {
		margin-top: 0 !important;
	}

	#adminmenu li:hover  .wp-submenu {
		display: block;
		left: 0 !important;
	}

	.wp-not-current-submenu:hover .wp-submenu {
		margin-top: 32px;
	}

	#adminmenu li {
		height: 32px !important;
		min-height: 32px !important;
	}

	#adminmenu li:hover  .wp-submenu li a:hover {
		right: 0;
		left: 0;
		background: #e5e5e5;
		color: white;
	}

	.opensub,.wp-has-current-submenu {
		border-top-right-radius: 7px;
		border-bottom: 1px solid transparent;
		border-top-left-radius: 7px;
	}

	#wpcontent, #wpfooter {
		margin-left: 0 !important;
	}

	#wpfooter {
		float: left;
	}

	#adminmenuback {
		display: none;
	}

	#wp-admin-bar-wp-logo,#wp-admin-bar-comments,#adminmenu li.wp-menu-separator,#adminmenu .wp-submenu {
		display: none;
	}

	ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu>li.current>a.current:after {
		border: none !important;
	}

	.pace * {
		z-index: 99999999999999 !important;
	}

}
