﻿@charset "utf-8";
/* CSS Document */


.logo {
	background-image: url(images/logo.png);
	width: 99px;
	height: 39px;
}

.header-row {
	background-color: #00718c;
	padding: 20px 20px;
}


body{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#000000;
	background-color:transparent;
}

h1 {
    font-family:Arial, Helvetica, sans-serif;
    color:#00718C;
    font-size:18px;
    font-weight:normal;
    padding-bottom: 30px;
    margin-left:0;
}

legend{
    font-family:Arial, Helvetica, sans-serif;
    color:#00718C;
    font-size:13px;
    font-weight:normal;
    margin-left:0;
}

h2, h3, h4, h5, h6
{
    font-size: 16px;
    color: #00718C;
}

p{
    font-size:12px;
}

a {
    color: #00718C
}

div#container{
    margin:0 auto;
    width:960px;
    overflow:hidden;
}

#header p{
    text-align:right;
    color:#00718C;
    margin-top:20px;
    margin-right:4px;
}

#header p a{
    margin-left:18px;
    text-decoration:underline;
    color:#00718C;
}

#header p span.username{
    color:#ff9600;
    font-size:14px;
    font-weight:bold;
    margin-right:18px;
}

div#content{
    min-height:300px;
	background-color: #fff;
	padding: 20px;
	margin-top: 20px;
	border-top: solid 3px #00AEC5;
}

img#contentTop{
    margin-top:30px;
}

img#logo{
    margin-top:4px;
    float:left;
}

img.calendarIco{
    margin-left:10px;
    margin-right: 8px;
}

img#regionHelp {
    position: relative;
    top: 6px;
    left: 6px;
}

p.small{
    font-size:11px;
}

.breadcrumbs, .breadcrumbs a{
    font-size:11px;
}


/*
Stiky footer
----------------------------------------------------------*/
html, body
{
}
.wrapper
{
}
#footer
{
    height: 60px;
}

.push
{
    height: 55px;
}




/*buttons*/
.btn {
	-moz-border-radius: 0px;
	border-radius: 0px;
	min-width: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

	.btn.btn-submit {
		padding-right: 30px;
		padding-left: 30px;
		background-color: #00AEC5;
		border-color: #00AEC5;
		color: #fff;
	}

		.btn.btn-submit[disabled] {
			background-image: url(../images/ajax-loader.gif);
			background-position: right center;
			background-repeat: no-repeat;
		}

	.btn.btn-inline {
		height: 34px;
		margin-bottom: 0px;
		padding-top: 6px;
		background-color: #00AEC5;
		border-color: #00AEC5;
		color: #fff;
	}

	.btn.btn-link {
		text-transform: none;
		font-weight: inherit;
	}

	.btn.btn-info {
		background-color: #00AEC5;
		border-color: #00AEC5;
	}




	.btn.btn-default {
		background-color: #00AEC5;
		border-color: #00AEC5;
		color: #fff;
	}

/****************************************************************************************** begin nav ******************************************************************************************/
ul#nav{
    display:inline;
    background: transparent url("images/nav_bg.png") repeat-x 0 0;
    width:572px;
    height:59px;
    float:left;
    margin-top:22px;    
}

ul#nav li{
    font-size:15px;
    float:left;
    list-style-type: none;
    padding-top: 21px;
    position: relative;
}


img#navRight {
    padding: 0;
    margin: 0;
    position: relative;
    right: 0;
    top: 22px;
    float: left;
}

ul#nav li a{
    color:#ffffff;
    padding: 12px 20px;
    text-decoration: none;
    height:45px;
}

ul#nav li a.active{
    color:#ff9600; /*orange*/
    text-decoration: none;
}

ul#nav li a:hover
{
    background:url("images/nav_hover_bg.jpg") repeat-x 0 0;
    text-decoration: none;
}



/* new menu start */



#nav li.hassubnav {
    height: 35px;  
    background: url("images/arrow-down.gif") no-repeat right center;
}  
#nav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/ 

#nav ul.subnav {  
    list-style: none;  
    position: absolute;
    left: 0; top: 50px;  
    background: #333;  
    margin: 0; padding: 0;  
    display: none;  
    float: left;  
    width: 170px;  
    border: 1px solid #111;
} 
#nav li ul.subnav li{  
    margin: 0; padding: 0;  
    border-top: 1px solid #252525;
    border-bottom: 1px solid #444;
    clear: both;  
    width: 170px;  
}  
html #nav li ul.subnav li a {  
    float: left;  
    width: 130px;  
    background: #333 url("images/btn_greenarrow.png") no-repeat 10px center; 
    padding-left: 20px;
    height: 15px;
}  
html #nav li ul.subnav li a:hover {
    background: #222 url("images/btn_greenarrow.png") no-repeat 10px center;  
}  
/* new menu end */



/****************************************************************************************** end nav ******************************************************************************************/
.clear{
    clear:both;
}

.push{
    height:166px;
}

#footer{
    margin:110px auto 0px;
    width:960px;
    /*background:url("images/footer_content_bg.jpg") repeat-x 0 0;
    border:1px solid #d3d4d5;*/
    background:url("images/footer_bg_whole.png") no-repeat 0 0;
    height:56px;
    position:relative;
    bottom:40px;
}

#footer p{
    font-size:10.5px;
    color:#9b9b9b;
    padding:17px 25px;
}

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

fieldset .button-container {
    background-color: rgb(253, 253, 253);
    height: 24px;
}


fieldset fieldset
{
    margin: 0 0 0.7em 0;
}

fieldset fieldset legend
{
    font-size: 1.0em;
    font-weight: bold;
}

/* INLINE EDIT 
---------------------------------------------------------*/






input[type='button']:not([disabled])
{
    cursor: pointer;
}


.header-row p select {
    margin-right: 50px;
}

.left
{
    float: left !important;
}

.right
{
    float: right !important;
}


.action-link {
    cursor: pointer;
}

a.action-link, a.action-link:visited
{
    color: #7e7e7e;
    text-decoration: none;
    font-size: 12px;
}

a.action-link:hover
{
    color: #ce0000;
}

a.action-link img { border:none; vertical-align:top; }

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #00718C;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
    padding: 0;
    margin: 0;
    
}

h5, h6
{
    font-size: 1em;
    margin: 5px 0 5px 0;
}


/* FORMS */


input.hasDatepicker
{
    width: 100px;
}

.select-container
{
    width: 100%;
    height: 150px;
    border: 4px #ededed solid;
    clear: both;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 0 10px;
    padding: 5px 0;
}

.form-field
{
    width: 45%;
    float: left;
    padding: 5px;
    
}

.single-column-form .form-field
{
    width: 100%;
    float: left;
    padding: 5px;
}


.form-field .field-header, .form-field .field-value
{
    width: 50%;
    float: left;
}

.single-column-form .form-field .field-header 
{
    width: 20%;
    float: left;
}

.single-column-form .form-field .field-value
{
    width: 80%;
    float: left;
}


.form-field-inline, .form-field-inline .field-header, .form-field-inline .field-value
{
    display: inline;
}

.form-field-inline .field-value
{
    font-weight: bold;
}

.large-textbox {
    width: 500px;
}






/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #efefef;
    border: solid 1px #efefef;
    white-space: nowrap;
}

/* Styles for validation helpers
-----------------------------------------------------------*/

label.required
{
    font-weight: normal;
}

.required-mark
{
    color: #ce0000;
}
.field-validation-error
{
    color: #ce0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ce0000;
}

.validation-summary-errors ul
{
    list-style: none;
    list-style-position: inside
}

.warning .validation-summary-errors
{
    background-image: url('images/dialog-warning.png');
    background-color: rgb(250, 255, 221);
    color: gray;
    padding: 1px;
    background-position: 10px center;
    background-repeat: no-repeat;    
}
.warning .validation-summary-errors ul {
    padding-left: 70px;
    margin-bottom: 10px;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}


.text-box
{
    width: 30em;
    border: solid 1px #ccc;
}


.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}


.login-container
{
    margin: auto auto;
    padding: 100px;
    width: 500px;
}

.no-margin {
    margin: 0 !important
}



.header-title {
	font-weight: bold;
	color: #009da5;
}
/*
additional newer style
------------------------------------------------------*/
.add_link {
    border-radius: 3px;
    border-color: #dfdfdf;
    background-color: #eeeeee;
    padding: 5px;
}

.add_link_container
{
    float: right !important;
    margin-bottom: 20px;
}

/*
id specific styles
-------------------------------------------------------*/
.resources_form ,
.comparison_form ,
.add_resource_form
{
    width: 100%;
    border: 0 none;
    border-collapse: collapse;
}

.add_resource_form tr td,
.resources_form tr td,
.comparison_form tr td
{
    border: 0 none;
    height: 28px;
}

.notification {
    width: 98%;
    background-color: #eaebff;
    border: 1px solid #cadaff;
    padding: 7px;
    margin: 7px 0px;
    text-align: center;
    border-radius: 6px;
    display: none;
}

.notification .notificationText {
    font-weight: bold;
}

.isDirty,
.isDirty > .highlight
{
    background-color: #F6989D;
}

.isSaved 
{
    background-color: #82CA9D;
}

.highlight input
{
    background-color: #ffffaa;
}

.error {
    color: red;
}

#divContent {
    margin-top: 10px;
}

div#divContent div#Results span.ui-icon {
    margin-top: 6px;
}
div#divContent div#Results span.ui-icon.ui-icon-star {
    margin-top: 0px;
}

div#Results {
	height: 600px;
	overflow-y: scroll;
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: text;
}

.addResourceInfoBox {
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #edeff4;
    padding: 7px;
    padding-left: 35px;
}

.addResourceInfoBox.error {
    background-image: url("images/dialog-warning.png");
}
.addResourceInfoBox.success {
    background-image: url("images/action_check.png");
}


/*Edit Resource Section*/
.editResourceInfoBox {
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #edeff4;
    padding: 7px;
    padding-left: 35px;
}

    .editResourceInfoBox.error {
        background-image: url("images/dialog-warning.png");
    }

    .editResourceInfoBox.success {
        background-image: url("images/action_check.png");
    }
/***********************/

.validationError,
.isDirty.validationError,
.isDirty.validationError > .highlight {
    background-color: #FFDDDD;
}

.productionCompareBtn {
	margin-top: 0px !important;
	margin-left: 5px !important;
}

span.modelParameter {
    padding: 4px;
    background-color: #EEE;
    line-height: 22px;
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    color: #2b91af;
}

span.validationTooltip {
    display: none;
    position: absolute;
    width: auto;
    background-color: white;
    border: 2px solid #BABABA;
    padding: 10px;
    margin-left: 35px;
    margin-top: -20px;
}

span.validationExclamation {
    float: right;
    padding-right: 3px;
	display: inline-block;
	width: 15px;
	height: 12px;
}

input.txtResourceValue {
    float: left;
}

input[type='checkbox'].prodCheckbox {
    height: auto;
}

input[type='checkbox'].matchCaseCheckbox,
input[type='checkbox'].matchWholeWordCheckbox,
input[type='checkbox'].enableRegex {
    height: auto;
    margin-left: 5px;
}

.ui-corner-all.editPreview,
.ui-corner-all.showPreview,
.ui-corner-all.copyPreview {
    cursor: pointer;
    text-align: center;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    float: left;
}

.content-text {
    float: left;
    width: 195px;
}
#Results 
{
    /* height: 500px; 
            overflow-y: scroll;
    overflow-x: auto;
        */
    width: 100%;
    border: solid 1px #ccc;
}


.error-icon {
	color: #ce0000 !important;
}

#Results tr.content-row button
{
    width: 30px;
}

.buttons {
	padding-top: 10px;
	margin-left: 10px;
	display: inline-block;
}
.buttons span {
	color: #00718c;
	cursor: pointer;
}


input.deploymentItem {
	margin:1px !important
}

a.exportToCSV {
	text-decoration: none;
	margin: 0;
	float: right; 
	margin-right: 30px;
}

#Results tr.content-row textarea 
{
    width: 200px;
    min-height: 0;
    overflow: hidden;
} 

textarea {
    resize:none
}

#confirm-area 
{
    margin: 20px 0;
}

.resource-key {
    overflow-x: hidden;
    float: left;
	width: 340px;
}

select.picker {
    height: 200px;
    width: 200px;
}

#ifPreview {
	border: solid 1px #cccccc;
	border-radius: 4px;
}

.message
{
    border-radius: 3px;
    border-color: #DFDFDF;
    background-color: #EEE;
    padding: 5px;
    font-weight: bold;
}

ul.filters {
    list-style: none;
    padding: 10px 0 10px 0;
}


.actions_col {
    width:1px;white-space: nowrap;
}

.emphasize
{
    font-weight: bold;
} 

.dialog-preview-modal html, 
.dialog-preview-modal body, 
.dialog-preview-modal div, 
.dialog-preview-modal span, 
.dialog-preview-modal applet, 
.dialog-preview-modal object, 
.dialog-preview-modal iframe,
.dialog-preview-modal h1, 
.dialog-preview-modal h2, 
.dialog-preview-modal h3, 
.dialog-preview-modal h4, 
.dialog-preview-modal h5, 
.dialog-preview-modal h6, 
.dialog-preview-modal p, 
.dialog-preview-modal blockquote, 
.dialog-preview-modal pre,
.dialog-preview-modal a, 
.dialog-preview-modal abbr, 
.dialog-preview-modal acronym, 
.dialog-preview-modal address, 
.dialog-preview-modal big, 
.dialog-preview-modal cite, 
.dialog-preview-modal code,
.dialog-preview-modal del, 
.dialog-preview-modal dfn, 
.dialog-preview-modal em, 
.dialog-preview-modal img, 
.dialog-preview-modal ins, 
.dialog-preview-modal kbd, 
.dialog-preview-modal q, 
.dialog-preview-modal s, 
.dialog-preview-modal samp,
.dialog-preview-modal small, 
.dialog-preview-modal strike, 
.dialog-preview-modal strong, 
.dialog-preview-modal sub, 
.dialog-preview-modal sup, 
.dialog-preview-modal tt, 
.dialog-preview-modal var,
.dialog-preview-modal b, 
.dialog-preview-modal u, 
.dialog-preview-modal i, 
.dialog-preview-modal center,
.dialog-preview-modal dl, 
.dialog-preview-modal dt, 
.dialog-preview-modal dd, 
.dialog-preview-modal ol, 
.dialog-preview-modal ul, 
.dialog-preview-modal li,
.dialog-preview-modal fieldset, 
.dialog-preview-modal form, 
.dialog-preview-modal label, 
.dialog-preview-modal legend,
.dialog-preview-modal table, 
.dialog-preview-modal caption, 
.dialog-preview-modal tbody, 
.dialog-preview-modal tfoot, 
.dialog-preview-modal thead, 
.dialog-preview-modal tr, 
.dialog-preview-modal th, 
.dialog-preview-modal td,
.dialog-preview-modal article, 
.dialog-preview-modal aside, 
.dialog-preview-modal canvas, 
.dialog-preview-modal details, 
.dialog-preview-modal embed, 
.dialog-preview-modal figure, 
.dialog-preview-modal figcaption, 
.dialog-preview-modal footer, 
.dialog-preview-modal header, 
.dialog-preview-modal hgroup, 
.dialog-preview-modal menu, 
.dialog-preview-modal nav, 
.dialog-preview-modal output, 
.dialog-preview-modal ruby, 
.dialog-preview-modal section, 
.dialog-preview-modal summary,
.dialog-preview-modal time, 
.dialog-preview-modal mark, 
.dialog-preview-modal audio, 
.dialog-preview-modal video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
.dialog-preview-modal article, 
.dialog-preview-modal aside, 
.dialog-preview-modal details, 
.dialog-preview-modal figcaption, 
.dialog-preview-modal figure, 
.dialog-preview-modal footer, 
.dialog-preview-modal header, 
.dialog-preview-modal hgroup, 
.dialog-preview-modal menu, 
.dialog-preview-modal nav, 
.dialog-preview-modal section {
    display: block;
}
.dialog-preview-modal body {
    line-height: 1;
}
.dialog-preview-modal ol, 
.dialog-preview-modal ul {
    list-style: none;
}
.dialog-preview-modal blockquote, 
.dialog-preview-modal q {
    quotes: none;
}
.dialog-preview-modal blockquote:before, 
.dialog-preview-modal blockquote:after,
.dialog-preview-modal q:before, 
.dialog-preview-modal q:after {
    content: '';
    content: none;
}
.dialog-preview-modal table {
    border-collapse: collapse;
    border-spacing: 0;
}

span.messageArea {
    color: red;
}

.sendEmailArea {
	float: left;
}

.sendEmailArea .form-control {
	width: 196px;
	display: inline-block;
}

.form-control.layoutTemplateSelector {
	width: 300px;
	float: left;
}