@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i&subset=latin,latin-ext);

* { margin:0; padding:0; } img { border:none; } .floatr { float:right; display:inline; /* IE fix */ } .floatl { float:left; display:inline; /* IE fix */ } .clear { clear:both; } .center { text-align:center; } .left { text-align:left; } .right { text-align:right; } .noborder { border:none !important; } .clr { display:block; clear:both; } ul { list-style:none; } input, select, textarea { padding:0 6px; } option { padding-right:10px; } input, select, textarea { margin:0; }
.auto-width { width:auto !important; }

html {
	overflow-y:scroll;
}

body {
	color: #111;
	font: 14px 'Roboto', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}

a {
	color:#008EFF;
}
a:hover {
	color:#0061AF;
}

optgroup option {
	padding-left:10px;
}

#header {
	width:100%;
	height:77px;
}
#header-bar {
	background:url(/MissionControl/images/layout/internal/initial-options-bg.png);
	height:10px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#header-in {
	width:960px;
	margin:0 auto;
	position:relative;
}
#header h1 a {
	display:block;
	position:absolute;
	top:26px;
	left:0;
	width:250px;
	height:51px;
	text-indent:-9999px;
	overflow:hidden;
	background:transparent url(/MissionControl/images/layout/internal/logoInternal.png) no-repeat 0 0;
}

#nav {
	position:absolute;
	left:260px;
	top:20px;
	cursor:pointer;
}
#nav ul li {
	display:inline; /* IE fix */
}
#nav ul li a {
	margin:0 1px;
	padding:0 18px;
	height:59px;
	display:block;
	float:left;
	text-align:center;
	font-weight:500;
	font-size:14px;
	line-height:60px;
	color:#333;
	text-decoration:none;
}
#nav ul li.active a {
	color:#FFF;
	background-color:#2b6595;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
#nav ul li.active a:focus {
	outline:none;
}

#userinfo {
	color:#FFF;
	position:absolute;
	padding:9px 14px;
	top:0;
	right:12px;
	text-align:center;
	background:url(/MissionControl/images/layout/internal/initial-options-bg.png);
	background-color:#000;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
#userinfo a {
	color:#DDD;
}
#userinfo a:hover {
	color:#FFF;
}
#userinfo.generated {
	background:#FFC;
	border:1px solid #FFCC33;
}
#userinfo.generated a {
	color:#218bde;
	font-weight:500;
}
#userinfo.generated a:hover {
	color:#2f6794;
}

#content {
	width:100%;
}

h2 {
	font-size: 28px;
	font-weight: 500;
}

.content h3 {
	font-family: inherit;
	font-size:22px;
	font-weight:500;
	margin:10px 0 0 0;
	color:#008EFF;
	line-height:26px;
}
.content h4 {
	font-size:1.1em;
}

#content-in {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	padding:0 0 10px;
	position:relative;
}

#main-left-A, #main-center-A, #main-right-A, #main-left-B, #main-center-B, #main-center-C, #main-right-C, #main-left-X, #main-center-X, #main-right-X {
	float:left;
}
#main-left-A, #main-left-B, #main-left-X {
	padding:20px 0 40px 0;
}
#main-center-A, #main-center-B, #main-center-X {
	padding-left:20px;
}

/* three col layout */
#main-left-A {
	width:150px;
}
#main-center-A {
	border-left:1px solid #2F6794;
	width:560px;
}
#main-right-A {
	margin-left:20px;
	width:181px;
}

/* two col layout - left */
#main-left-B {
	width:232px;
}
#main-center-B {
	border-left:1px solid #2F6794;
	width:707px;
}

/* two col layout - right */
#main-center-C {
	width:661px;
	padding-left:1px;
}
#main-right-C {
	margin-left:20px;
	width:250px;
}

/* one col layout */
#main-center-D {

}

#message-outer div, #message-inner div {
	/* extraneous div is IE fix */
	border:1px solid #000;
	border-radius:4px;
	padding:5px 25px 5px 25px;
	font-size:1.1em;
	min-height:50px;
}
#message-outer div {
	height:50px;
	position:absolute;
	top:0;
	right:0;
	width:640px;
}
#message-inner div {
	border:1px solid #000;
	border-radius:4px;
	font-size:1.1em;
	margin-bottom:15px;
}
#message-outer.error div, #message-inner.error div {
	color:#C02020;
	font-weight:500;
	border-color:#FF3333;
	background:#FFE5E5;
}
#message-outer.success div, #message-inner.success div {
	color: #20C05C;
	font-weight:500;
	border-color: #20C05C;
	background: #E7FFE7;
}
#message-outer.info div, #message-inner.info div {
	background:#FFC;
	border:1px solid #FFCC33;
	padding:10px;
}
#message-outer.warning div, #message-inner.warning div {
	color:#333300;
	border-color:#CCCC00;
	background:#FFFFE5;
}
#message-outer.info div {
	height:52px;
	width:719px;
}


/* -- NEW -- */
#main-right-A .section, #main-right-C .section, #main-right-X .section {
	background:#F7F7F7;
	border:2px solid #999;
	border-radius:8px;
	font-size:.9em;
	margin-bottom:16px;
	padding:0 12px 10px 12px;
	width:100%;
}
#main-right-A h3, #main-right-C h3, #main-right-X h3 {
	font-size:18px;
	color:#333;
	margin-top:8px;
}
#main-right-A .setting, #main-right-C .setting, #main-right-X .setting {
	border-top:1px solid #CCC;
	padding-top:10px;
}

#instructions-main {
	position:absolute;
	top:38px;
	right:0;
}

.section {
	padding-bottom:6px;
	margin-bottom:20px;
	zoom:1; /* IE fix */
}

.section div.instructions {
	margin-bottom:-1px;
}

.setting {
	padding-top:15px;
	margin-top:6px;
}
.setting p {
	margin-bottom:2px;
}
.setting label {
	font-weight:500;
}
.setting .choices label {
	font-weight:normal;
	background-image:none;
	padding-left:0;
}
.setting p.instructions {
	font-size: 12px;
	font-style: italic;
}
.setting .x-form-trigger {
	background-color:#CCC;
	height:30px;
	top:1px;
}
.setting .floatl {
	margin-right:15px;
}
.setting .more {
	font-size:.9em;
}

.setting-error label, .setting label.error {
	padding-left:18px;
	background:url(/MissionControl/images/icons/fam/exclamation.png) top left no-repeat;
	font-weight:500;
}
.setting-error .error-message, .setting p.error {
	color:#D00;
	font-size:.9em;
}
.setting-error .input-text, .input-text.error, .input-select.error {
	border-color:#EB6C59 !important;
}

.content {
	font-size:13px;
}
.content .input-text, .content .input-select, .content .input-upload {
	color: #333;
	background: #FFF;
	border: 1px solid #666;
	border-radius: 2px;
	font-family: inherit;
	margin: 1px 0;
}

.ext-strict .x-form-text{
	height:30px;
}
.content .input-text {
	width:50%;
}
.content textarea.input-text {
	resize: both;
	width: 75%;
}

.content .choices {
	margin:1px 0 0 1px;
	padding:2px 0 0 4px;
}
.content .input-select {
	padding:2px;
	width:auto;
	margin-bottom:1px;
}
.content .input-select option {
	height:1.3em; /* FF fix */
}

.content .input-text[disabled] {
	color:#CCC;
	background:#EEE;
}
.content .input-editor, .content .mceLayout {
	width:540px;
	border-color:#666 !important;
}

.wrap-input, .wrap-textarea {
	background:#CCC;
	border-radius:3px;
	padding:3px 4px;
}
.wrap-input {
	float:left;
	padding:2px 4px 2px 3px;
}
.wrap-input .input-text, .wrap-input .input-select {
	width:auto;
}
.setting .wrap-input {
	margin-top:-3px;
}

.content label[title] {
	cursor:help;
}
.content label.disabled {
	color: #CCCCCC;
}

.content optgroup {
	font-style:normal;
}

.content .code {
	display:block;
	color:#333;
	background:#F7F7F7;
	border:3px solid #E7E7E7;
	border-radius:3px;
	font-family:monospace;
	padding:2px 2px 0 2px;
	overflow:auto;
}
.content div.code {
	padding:4px;
}
a:hover, button:hover {
	cursor: pointer;
}

input[type=text], select,input[type=password] {
    height: 30px;
    padding: 0 6px;
}

input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, select:focus, textarea:focus {
	outline:none;
	box-shadow: 0px 0px 3px #4D90FE;
}
.synced-field input, .synced-field select {
	background-color: #fce992 !important;
}	

.dataTables_filter input[type=search] {
	height: 32px;
	width: 35%;
	padding-bottom: 0;
	padding-top: 0;
	padding-right: 27px;
	background: #FFF url(/MissionControl/images/icons/search-light.svg) no-repeat right 10px center;
	margin: 10px 0 10px 0 !important;
	border: 1px solid rgba(98, 142, 166, 0.4);
	border-radius: 3px;
	box-sizing: border-box;
	color: #333;
	display: inline-block;
	font-family: inherit;
	font-size: 1em;
	padding: 6px 10px;
	vertical-align: middle;
}

a, a:visited, .ui-widget-content a {
	color: #008EFF;
	text-decoration: none;
	outline: none;
}

.content button.button, .ui-dialog .ui-dialog-buttonpane .button-green, button {
	margin-left:10px;
	background: #33CD7D;
    border: none;
    border-radius: 2px;
    color: #FFF;
    font: inherit;
    font-size: 13px;
	font-weight: 500;
    height: 32px;
    line-height: 28px;
    text-align: center;
    min-width: 100px;
    padding: 0 12px;
}

.ui-dialog .ui-dialog-buttonpane .button-green:hover{
	background-color: #29A363;
}

.ui-dialog .ui-dialog-buttonpane .button-gray:hover{
	background-color: #A2A6A9;
}

.content button.button-gray:hover {
	background-color: #A2A6A9;
}

.content button.button-gray {
	background-color: #777;
}

.ui-widget-content button.button-gray{
        margin-left:10px;
	border: none;
	border-radius: 2px;
	color: #FFF;
	font: inherit;
	font-size: 13px;
	font-weight: 500;
	height: 32px;
	line-height: 28px;
	text-align: center;
	min-width: 100px;
	padding: 0 12px;
	background: #777;
}

.content button.button:hover {
	background-color: #29A363;
}

.content button.button img {
	height:16px;
	width:16px;
	margin:0 5px -3px 0;
	border:none;
}
.content button.button[disabled] {
	cursor:default;
	color:#999;
}

.buttons-bottom {
	margin-bottom:10px;
	text-align:center;
}

.content .icon, .content .button-info {
	position: relative;
	top: -.8em;
	left: auto;
	height: 1.2em;
	margin: -1em 0;
}

.content .button-info {
	cursor:pointer;
}

.panel div.setting:first-child {
	border-top:none;
	margin-top:0;
	padding-top:10px;
}
.panel .x-panel-body {
	background:#FEFEFE url(/MissionControl/images/layout/internal/panel_bg.png) repeat-y left;
	padding:0 15px 15px 15px;
	border:1px solid #AAA;
	border-left:1px solid #999;
	margin:2px 0 1px 0;
}
.panel .x-panel-body .panel .x-panel-body {
	border:none;
	border-left:1px solid #999;
}

#menu-form {
	height:25px;
}
#menu-form select {
	width:225px;
}

#menu-sub {
	background:#008EFF;
	border-top:1px solid #FFF;
	height:32px;
	margin-bottom:4px;
	cursor:default; /* IE fix */
}
#menu-sub ul {
	display:none;
	margin:0 auto;
	width:960px;
}
#menu-sub ul.active {
	display:block;
}
#menu-sub li {
	display:inline;
}
#menu-sub li a, #menu-sub li span {
	display:block;
	float:left;
	padding:0 10px;
	height:29px;
	line-height:28px;
	vertical-align:middle;
	margin-top:2px;
	color:#EEE;
	text-decoration:none;
	zoom:1;
}
#menu-sub li span {
	cursor:default;
}
#menu-sub li a:hover, #menu-sub li span.hover {
	background:#e4ecf0;
	color:#222;
	text-decoration:none;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	height:30px;
}
#menu-sub li.active a, #menu-sub li.active span {
	text-decoration:none;
	background:#FFF;
	color:#222;
	font-weight:500;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	height:30px;
}
#menu-sub .link-menu {
	background:url(/MissionControl/images/layout/internal/menu_arrow.gif) no-repeat;
	background-position:-23px 10px;
	vertical-align:middle;
	height:31px;
	width:16px;
	margin-right:-2px;
}
#menu-sub li.active .link-menu, #menu-sub .hover .link-menu {
	background-position:4px 10px;
}

.menu-sub-pop {
	border:0;
	background:#e4ecf0 !important;
	padding-bottom:3px;
	cursor:default; /* IE fix */
	margin-top:-3px; /* IE fix */
}
.menu-sub-pop .x-menu-list-item a {
	color:#222;
	padding-left:9px;
	font: 13px 'Roboto', Arial, sans-serif;
}
.menu-sub-pop .x-menu-item {
	border-color:#e4ecf0 !important;
}
.menu-sub-pop .x-menu-item-active {
	background:#F7F7F7 !important;
	border-color:#e4ecf0 !important;
}
.menu-sub-pop .x-menu-item-active a {
	text-decoration:none !important;
}

#menu-left {
	background:#256193 url(/MissionControl/images/layout/internal/footer.jpg) no-repeat top center;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	border-right:none;
	position:relative;
	padding:15px 0;
	left:1px;
	cursor:default; /* IE fix */
}
#menu-left li {
	display:inline; /* IE fix */
}
#menu-left li a {
	color:#F7F7F7;
	display:block;
	padding:8px;
	margin-left:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	border-right:none;
	text-decoration:none;
	zoom:1; /* IE fix */
}
#menu-left li.error a {
	background:#952727;
}
#menu-left li a:hover {
	color:#222;
	background:#e4ecf0;
}
#menu-left li.active a {
	color:#222;
	background:#FFF;
	border-right:1px solid #FFF;
	font-weight:500;
}
#menu-left li.active a:focus {
	outline:none;
}

#menu-left .icon {
	top: 2px;
	left: auto;
	margin: 0;
}

#menu-left-buttons {
	margin-top:-4px;
	padding-bottom:6px;
}
#menu-left-buttons button {
	padding:3px 0;
	margin:0;
	margin-right:4px;
}
#menu-left-buttons .button-new {
	width:72px;
}
#menu-left-buttons .button-copy {
	width:73px;
}
#menu-left-buttons .button-delete {
	width:72px;
}

#menu-left-select .input-select {
	border-radius:0;
	overflow-y:scroll;
	height:300px;
	width:225px;
}
#menu-left-select div.input-select {
	width:219px;
}
#menu-left-select div.input-select a {
	display:block;
	background:none;
	color:#222;
	margin-bottom:1px;
	padding:0 2px 2px 2px;
	text-decoration:none;
}
#menu-left-select div.input-select a.active {
	background:Highlight;
	color:HighlightText;
}
#menu-left-select div.input-select small {
	display:block;
	line-height:1.2em;
}
#menu-left-select .instructions {
	color:#444;
	font-size:.9em;
	margin-left:4px;
}
#menu-left-default {
	border-bottom:1px dashed #CCC;
	margin-bottom:10px;
	padding-bottom:5px;
}
#menu-left-default, #menu-left-default .input-select {
	width:225px;
}
#menu-left-default label {
	font-weight:500;
}

a.link-icon, a.link-edit, a.link-help, a.link-pipe, a#link-editor, a.link-reset {
	padding:1px 0 1px 19px;
	background-position:1px center;
	background-repeat:no-repeat;
}

.highlight {
	border:1px solid #FFCC33;
	padding:1px 2px;
	background-color:#FFFFCC;
}

.paging a {
	background:#EEE;
	border:1px solid #999;
	padding:1px 6px;
	text-decoration:none;
	line-height:24px;
}
.paging a:hover {
	color:#15428B;
}
.paging a.active {
	background:#2b6595;
	color:#F7F7F7 !important;
}
.paging a.paging-end {
	padding:1px 5px;
}

.list-tips li {
	list-style:square;
	margin:2px 0 2px 15px;
}

.container-table-stats {
	border-radius:4px;
	background:#FFF;
	border:1px solid #CCC;
	padding:3px 4px;
}

table.table-data, .dataTables_wrapper .dataTables_scroll {
	border: 1px solid rgba(11, 75, 130, 0.14);
	border-collapse: collapse;
}
table.table-data td, table.table-data th {
	padding: 10px 15px;
}
table.table-data th {
	background-color: #4E7A91;
	border-right: 1px solid #FFF;
	color: #FFF;
	font-size: 12px;
	font-weight: 500;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
}
table.table-data th:last-of-type {
	border-right: none;
}
table.table-data th a {
	color: #FFF;
}
table.table-data td {
	border-bottom: 1px solid #E6EDF1;
}
.table-data td a img {
	margin-top: -4px;
	vertical-align:middle;
}
table.table-data td label {
	font-weight: normal;
}
table.table-data tr:hover {
	background-color: #EDF2F7 !important;
}

table.dataTable {
	border-collapse: collapse !important;
}
table.dataTable.table-data {
	border: none;
}
table.dataTable.table-data tr:last-child td {
	border-bottom: none;
}
table.dataTable th {
	border-bottom: 0 !important;
	font-weight: 500 !important;
}
table.dataTable thead .sorting {
	background-image: url("/MissionControl/images/layout/internal/sort_both.svg") !important;
	background-repeat: no-repeat;
	background-position: center right;
}
table.dataTable thead tr .sorting_asc {
	background-image: url("/MissionControl/images/layout/internal/sort_asc.svg") !important;
}
table.dataTable thead tr .sorting_desc {
	background-image: url("/MissionControl/images/layout/internal/sort_desc.svg") !important;
}
table.dataTable tbody td {
	padding: 10px 15px !important;
}
table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting:after{
	display:none!important;
}
.dataTables_scrollHeadInner, .dataTables_scrollBody {
	border-bottom: 0 !important;
}
.dataTables_scrollHead {
	background-color: #4E7A91 !important;
}
.dataTables_scrollHead th {
	padding: 5px 18px 5px 15px !important;
}

.table-stats {
	width:100%;
	border-collapse:collapse;
}
.table-stats th, .table-stats td {
	padding:2px 0;
	color:#333;
}
.table-stats tr.error th, .table-stats tr.error td {
	color:#F00;
}
.table-stats .space {
	height:3px;
}
.table-stats td.space {
	padding-right:0 !important;
}
.table-stats .space div {
	border-top:1px solid #CCC;
	height:1px;
	margin:1px 0;
}
.table-stats th {
	border-right:none;
	vertical-align:top;
	padding-left:2px;
}
.table-stats td {
	border-left:none;
	text-align:right;
	padding-right:2px;
}

.aws-logo {
	width: 16px;
	margin-right: 4px;
}
.content h2 #tools {
	font-size:13px;
	font-weight:normal;
	color:#000;
	float:right;
}
#tools label {
	margin:6px;
	line-height:30px;
}

/* BEGIN DIALOGS */
.dialog {
	border:15px solid #222;
	border-radius:5px;
	background:#F7F7F7;
	padding:15px;
}
.dialog-body {
	font-size:13px;
	height:auto !important;
}
.dialog h3 {
	color:#222;
	font-size:1.1em;
	font-weight:500;
	margin:0;
}
.dialog-tl, .dialog-bl {
	display:none;
}
.dialog .button {
	min-width:70px;
}
/* END DIALOGS */


/* BEGIN TinyMCE */
.content tr.mceFirst td, .content tr.mceLast td {
	border-color:#666 !important;
}
.panel .mceLayout {
	width:532px !important;
}
.mceNativeListBox {
	width:90px !important;
	background:#FFF !important;
}
/* END TinyMCE */

/* EDITOR */
.template-build #menu-form {
	position:absolute;
	top:7px;
	height:29px;
	width:231px !important; /* IE fix */
}
.template-build #menu-form select {
	margin:3px;
}

.template-build #header {
	height:45px;
}
.template-build #nav {
	top:5px;
}
.template-build #nav ul li a {
	height:40px;
	line-height:42px;
}
.template-build #nav ul li.active a {
	height:42px;
}
.template-build #content-in {
	padding-top:15px;
}

#wide {
	position:absolute !important;
	top:80px;
	bottom:0;
	left:0;
	right:0;
	margin:0;
}
#wide #content-in {
	width:920px;
}

#wide-body {
	width:100%;
	height:99.9%;
	overflow:auto;
	background:#FFF;
	position:absolute;
}
div#wide-body {
	overflow-y:scroll; /* IE fix */
}
#wide-body #main-right-C {
	width:210px
}
/* END EDITOR */


.tabs span.x-tab-strip-text {
	font-size:inherit;
}
.ext-el-mask {
	background-color:#333;
}

/* Clickable Text Editor (Ext.ux.ClickToEditTextField) */
.clickable-text-value {
	color: #2B6595 !important;
	font-size: 19px !important;
	font-weight: normal !important;
	height: 20px !important;
	margin-top: 7px !important;
}

.clickable-text-ct {
	cursor: pointer;
	width: 400px;
}

.clickable-text-ct:hover {
	background: #FFFFCC;
}
/* END Clickable Text Editor */

/* DialogTemplate.jsp */
.dialog-wrapper #message-outer div {
	position: relative;
	width: auto;
}
.dialog-wrapper #content, #content-in.dialog-body, .content .dialog-wrapper h2 {
	width:auto;
}
.dialog-wrapper #content, .content .dialog-wrapper h2 {
	background: #F7F7F7;
}
.content .dialog-wrapper h2 {
	height: auto;
}
#content-in.dialog-body {
	width: 440px;
}
.dialog-wrapper .content .input-select {
	max-width: 440px;
}
/* END DialogTemplate.jsp */

/* JQUERY dialog override*/
.ui-dialog.ui-widget-content {
    border: 10px solid rgba(0, 0, 0, .5);
    background-clip: padding-box;
	padding:0;
}
.ui-widget, .ui-widget input, .ui-widget button {
    font-size: 1em!important;
    font-family: inherit!important;
}
.ui-dialog {
    padding: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 5px 20px;
    font-size: 18px;
	font-weight: 500;
}
.ui-dialog .ui-widget-header {
    background: #777B7E;
    border-color: #777B7E;
    color: #FFF;
    border-radius: 0;
}

.ui-dialog .ui-dialog-content {
    padding: 30px 30px 10px 30px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    border-top: none;
    margin-top: 0;
    padding: 0 30px 30px 30px;
}
.ui-widget-overlay {
    background: #000 !important;
    opacity: .7!important;
}


#footer .col ul.blanklist li {
	list-style:none;
	display:inline;
	height:44px;
	margin: 0 16px 0 0;
	width: 44px;
}

button.ui-button-icon-only{
	min-width:20px;
}

img.svg { display: none; }
img.gif { display: inline; }
html.svg img.svg { display: inline; }
html.svg img.gif { display: none; }
