/*
* Copyright (c) 2014 AirWatch, LLC. All rights reserved.
* This product is protected by copyright and intellectual property laws in the United States and other countries as well as by international treaties.
* AirWatch products may be covered by one or more patents listed at http://www.vmware.com/go/patents.
*/
.wrapper {
	width: 100%;
	min-width: 0;
	height: 100%;
}

.header {
	background: #0095d3;
	padding: 5px;
	height: 40px;
}

.header h1 {
	color: #fff;
	margin: 17px 0 0 10px;
	float: left;
}

.header img:first-child {
	width: 35px;
    float: left;
}

.header img:last-child {  
	float: right;
	margin-top: 5px;
}

div.summary {
	border-bottom: 1px solid #ddd;
	background: #EEF7F9;
}

div.summary a.change {
	display: block;
	padding: 21px 10px;
	-webkit-box-shadow: 5px 0 5px #ddd;
	width: 15px !important;
	margin-right: 30px;
}

div.summary div.info {
	padding: 5px 0;
}

div.nav.tabs {
	padding: 5px 0;
	-webkit-box-shadow: 0 5px 5px #ccc;
	background: #EEF7F9;
}

div.nav.tabs ul {
	background: #fff;
}

#content {
	background: none;
	margin: 0;
	padding: 0;
	/*This to fix issues on windows mobile phone --------- SP*/
	box-shadow: none;
}

.item {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
	clear: both;
	width: 96%;
	margin: 0 2%;
	display: block;
	height: 70px;
}

.item div.device, div.summary a.change {
	padding-right: 10px;
	width: 70px;
	float: left;
}

.item div.info, div.summary div.info {
	float: left;
}

.item div.info {
	padding-top: 10px;
}

div.info h3 {
	font-size: 1.2em;
	margin-bottom: 5px;
	color: #0099cc;
}

div.info ul li {
	font-size: .75em;
	color:  #555;
}

.item img {
	max-width: 70px;
	max-height: 70px;
}

div.editor {
	border: none;
	background: none;
	-webkit-box-shadow: none;
	margin: 0;
	padding: 0;
	width: 95%;
}

div.editor ul.commands {
	width: 89%;
	margin: 10px 0 0;
}

div.editor ul.commands li a {
	width: 100%;
	padding: 10px 20px 9px;
	display: block;
	border-bottom: 1px dotted #ccc;
	float: none;
	font-size: 1.4em;
	color: #0099cc !important;
	margin: 0;
	background-position: 10px center !important;
	border-radius: 0;
}

div.editor ul.commands li a:hover {
	color: #fff !important;
	background-position: 10px 4px !important;
	background-color: #0099cc;
}

div.simplelist ul li {
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	padding: 10px;
	color: #777;
	margin-left: 10px;
}
/*This to fix issues on windows mobile phone --------- SP*/
div#instal{ border-top:none !important;}

div#install input, .success input {
	padding: 8px 16px;
	font-size: 1.5em;
}

div.overlay {
    position: absolute;
    width: 100%;
    min-height: 430px;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 107, 160, .9);
    top: 0;
    left: 0;
    display: none;
}

div.popup {
	position: absolute;
    height: 55%;
    margin: 0%;
}

div.popup h2 {
	color: white;
    font-size: 1.5em;
    margin-bottom: 10px;
}

div.success {
	display: none;
}

/*div#security + ul.commands li:first-child { 
	-webkit-box-shadow: inset 0 -5px 5px #ccc;
	width: 100%;
}*/

div#security {
	padding: 0 0 20px;
	margin: 0 6px;
	width: 100%;
	border-bottom: 2px solid #0099cc;
}

div#security div {
	float: none;
	width: 100%;
	margin: 10px 10px 30px;
	font-size: 1.2em;
}

div#security div h2 {
	font-size: 1.8em;
	margin-left: 0;
}

div#security div ul li {
	margin-bottom: 20px;
}

div#security div ul li strong, div#security div ul li span {
	display: inline-block;
}	

div#security div ul li strong {
	width: 70%;
}

div#security div ul li span {
	width: 20%;
}

div#security div ul.noicons li {
	padding-left: 0;
	background: none;
}

div#security div ul.twolines li strong, div#security div ul.twolines li span {
	width: 100%;
	line-height: 150%;
}

a.button {
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px #aaa solid;
	min-width: 75px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E8F7FF));
	background: -moz-linear-gradient(top, #FFF, #E8F7FF);
	color: #555;
	cursor: pointer;
	display:inline-block;
	-webkit-box-shadow: inset -2px -2px 4px #d2d2d2;
	-moz-box-shadow: inset -2px -2px 4px #d2d2d2;
	margin: 0 5px 15px;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
}

div.editor h2.installheader {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 20px;
}

ul.installprofilelist li label 
{
    display:none;
}







