/*
 Copyright 2015 Adobe Systems Incorporated.  All rights reserved.
 
 Purpose:
    Css for NDD_Browser_UI_HTML.html
*/


* {
	margin: 0;
	padding: 0;
    letter-spacing: 0px;
}

/* unvisited link */
a:link {
	color: #000000;
}
/* visited link */
a:visited {
	color: #000000;
}
/* mouse over link */
a:hover {
	color: #000000;
}
/* selected link */
a:active {
	color: #000000;
}

body {
	background-position: top left;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	background-color: #d6d6d6;
    width:488px;
	height:456px;
    -webkit-user-select: none;
}

#tabContainer {
    width: 488px;
	height: 456px;
	background-color: #d6d6d6;
	border-radius: 4px;
}

#tabs{
	height: 35px;
	color: #595959;
}

#tabs > ul{
	font: 1em;
	list-style: none;
	margin-bottom: 0px;
	color: #595959;
}

#tabs > ul > li{
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-left: 16px;
	padding-bottom: 10px;
	display: block;
	float: left;
	color: #595959;
	-webkit-user-select: none;
	user-select: none;
	border: 1px solid #595959;
	background-color: #FFFFFF;
	margin-right: -1px;
    width: 102px;
	height: 14px;
    font-size:14px;
    cursor: pointer;
}

#tabs > ul > li:hover{
	background: #FFFFFF;
	color: #333;
	cursor: pointer;
}

#tabs > ul > li.tabActiveHeader{
	background: #d6d6d6; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* webkit */
	cursor: pointer;
	color: #333;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
    border-bottom: 1px solid #d6d6d6;
}

#tabscontent {
	padding: 10px 10px 25px;
	background: #d6d6d6; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 90%, #e4e9ed 100%);
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	color: #333;
	height: 385px;
	border: 1px solid #595959;
}

input[type="radio"] {
  margin-right: 10px;
}

.pixels {
	width: 40px;
	text-align: center;
	height: 20px;
	background-color: #f4f4f4;
	border: 1px solid #595959;
	padding-left: 0px;
	font-weight: 200;
}
.sectionHeader {
    font-weight: bold;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
}

.help {
	padding-left: 8px;
	padding-top: 0px;
	margin-top: 0px;
	vertical-align: text-top;
    width: 14px;
}

-webkit-input-placeholder {
 color:red;
}

.deleteIconEnabled {
    padding-bottom: 0px;
    margin-top: 5px;
    opacity: 1;
}

.deleteIconDisabled {
    padding-bottom: 0px;
    margin-top: 5px;
    opacity: 0.3;
}

.icons {
	margin-bottom: -1px;
    float: right;
	cursor: pointer;
}

.attachStyle {
	width: 200px;
    border: 1px solid #595959;
}

select.attachStyle:focus {
    outline: 1px solid #1481DC;
}

.noneInputBox {
    width: 198px;
    border: 1px solid #595959;
    padding-left: 2px;
    padding-bottom: 1px;
}

.bootstrapPathInputBox {
    width: 194px;
    border: 1px solid #595959;
    margin-left: 2px;
    padding-left: 3px;
    padding-right: 1px;
}

.extract {
	background-color: #ECECEC;
	font-size: 11px;
	display: block;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	border: 1px solid #C9C9C9;
	text-align: center;
}
.extract_icon {
	padding-top: 0px;
	margin-top: 0px;
	opacity: 0.7;
	margin-right: 5px;
	height: 15px;
	vertical-align: text-top;
    margin-left: 5px;
}

/* CSS For Input Image Buttons */
input.browsebtnClass {
	padding-left:7px;
	vertical-align:middle;
    width: 15px;
}

.breakpoints {
	text-align: center;
	margin-left: -15px;
}

a.showLink {
    text-decoration: none;
	background: transparent url(../img/collapsed.png) no-repeat right;
	background-size: 10px;
	padding-right: 15px;
	vertical-align: top;
}

a.hideLink {
    background: transparent url(../img/open.png) no-repeat right;
	background-size: 10px;
	padding-right: 15px;
	vertical-align: top;
	text-decoration: none;
}

.custom{
	opacity:1;
	cursor:pointer;
}

.custom:hover{
	opacity:0.8;
	cursor:pointer;
}

.help:hover{
    opacity:0.6;
    cursor:pointer;
}

.none_icons {
	margin-top: -21px;
}

.extractCheckbox {
	margin-left: 0px;
	margin-right: 3px;
    vertical-align: text-top;
    cursor:pointer;
}

input[type=text]:focus.bootstrapPathInputBox {
    outline: none;
}
input[type=text]:focus {
    outline: 1px solid #1481DC;
}
input[type=checkbox]:focus {
    outline: 1px solid #1481DC;
}
input[type=radio]:focus {
    outline: 1px solid #1481DC;
}

#msgBox {
	opacity:    0.8; 
	background: #000; 
	color: 		white;
	width:      100%;
	line-height: 30px;
	text-align:	center;
	z-index:    10;
	top:        260px; 
	left:       0px; 
	position:   absolute; 
	display: 	none;
}

#msgBox > a {
	color: #337ab7;
	cursor: pointer;
}

#msgBox > a:hover{
	color: #23527c;
	cursor: pointer;
}

input[type=text]:focus.errorInput {
	outline: 1px solid #FC0D1B;
}

input[type=image]:focus {
    outline: 1px solid #1481DC;
}

input {
  line-height: 16px;
}
