/* Minification failed. Returning unminified contents.
(1501,21): run-time error CSS1035: Expected colon, found 'margin-left'
(1786,40): run-time error CSS1034: Expected closing parenthesis, found ','
(1786,40): run-time error CSS1042: Expected function, found ','
(1786,45): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
body {
    background-color: #fff;
    color: #333;
    margin: 1em auto;
}

button, input[type=submit] {
    border: 1px solid #dedede;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#logo {
    width: 32px;
    float: left;
    margin-top: -8px;
    margin-right: 8px;
}

#rollout-infra {
    float: left;
    margin-top: 10px;
    margin-left: 40px;
}

    #rollout-infra .k-dropdown{
        width: 120px;
    }

.rolloutName {
    margin: 0 10px 10px;
    float: left;
}

.rolloutBtn {
    float:left;
    margin:10px;
}

.tabList {
    padding-left: 10px;
    margin-bottom: 0;
}

.tabList, .tabList li {
    float: left;
    list-style: none;
}

.tabList a {
    display: block;
    padding: 10px 20px 0 20px;
    line-height: 32px;
    font-size: 16px;
    border-bottom: 4px solid #222;
    color: dodgerblue;
}

.tabList a:hover {
    border-bottom: 4px solid lightblue;
    text-decoration: none;
    color: dodgerblue;
}

.tabList a:visited, .tabList a:focus {
    color: dodgerblue;
    text-decoration: none;
    outline: none;
}

.tabList a:active {
    outline: none;
}

.tabList i {
    color: yellow;
    font-size: 13px;
    line-height: 30px;
}

a.active {
    background-color: black;
    border-bottom: 4px solid dodgerblue
}

.avatar {
	float:right;
}

	.avatar span {
        color:azure;
		margin:4px;
	}

	.avatar img {
		margin:8px;
	}

    .avatar a, .avatar a:focus {
        text-decoration: none;
        color: azure;
        line-height: 34px;
        margin-right: 8px;
    }

        .avatar a#settings {
            top: 4px;
            font-size: 18px;
            cursor: pointer;
        }

        .avatar a:hover#settings {
            text-decoration: none;
            color: #1e90ff;
        }

/*#region Header */

header {
    margin: 0 .7em;
    position: relative;
    z-index: -1;
}

    header p {
        font-size: 2.5em;
        margin: 0;
    }

#menu {
    list-style-type: none;
    padding: 0;
}

    #menu li {
        display: inline-block;
    }

    #menu li:not(:first-child) {
        margin-left: .8em;
    }

/*#endregion */

/*#region forms */

#changePasswordForm input,
#registerForm input,
#loginForm input {
    border: 1px solid #dedede;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    #changePasswordForm input[type=text], #changePasswordForm input[type=password],
    #registerForm input[type=text], #registerForm input[type=password],
    #loginForm input[type=text], #loginForm input[type=password] {
        background: white;
        width: 220px;
    }

#loginForm input[type=checkbox]{
    border: none;
}

#changePasswordForm input[type=submit] {
    margin-bottom: .8em;
}

#registerPanel{
    display: none;
    position: relative;
    float: left;
    text-align: left;
    padding: 25px;
}

#loginPanel {
    display: block;
    position: relative;
    float: left;
    text-align: left;
    padding: 25px;
    width: 600px;
}

#registerPanel h2,
#loginPanel h2 {
    padding-bottom: .5em;
    margin: 0;
}

#registerPanel a,
#loginPanel a {
    color: navy;
    font-weight: bold;
    cursor: pointer;
}

#registerPanel p,
#loginPanel p {
    clear: both;
}

#localLoginPanel {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 45%;
    text-align: left;
}

#socialLoginPanel {
    margin-left: 40px;
    float: left;
    width: 45%;
    text-align: left;
}

    #socialLoginPanel h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#externalLogins {
    text-align: left;
    padding-left: 25px;
}

    fieldset ol {
        padding: 0;
        margin: 0 0 8px 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

ol.round {
    list-style-type: none;
    padding-left: 0;
}

/*#endregion */

/*#region info and errors */
.error {
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
}

.validation-summary-errors {
    color: red;
    list-style: none;
    width: 220px;
    font-size: .8em;
}

.validation-summary-errors ul{
    padding: 0 !important;
    margin: 0 !important;
}

/*#endregion */

/*#region Unauthorized */

#unauthorized {
    margin: 3em 0;
    text-align: center;
}

    #unauthorized ul {
        list-style: none;
        padding: 0;
        margin: 3em 0;
    }

    #unauthorized li {
        display: inline-block;
        padding: 6px 20px;
        background-color: #dedede;
        border: 1px solid gray;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        #unauthorized li:first-child {
            margin-right: 2em;
        }

/*#endregion */

/*#region Footer */

footer {
    clear: both;
    margin: 5em 5em .7em 0;
}

/*#endregion */

@media only screen and (max-width: 600px) {

    body {
        margin: .2em 0;
    }

    header {
        text-align: center;
        clear: both;
    }
}

/*#region Menu */

#wrapper {
    padding-left: 0;
    font-size: 13px;
}

    #wrapper h1 {
        font-size:28px;
    }

#page-wrapper {
    position: relative;
    padding: 0;
    background-color: #fff;
}

#wrapper .top-nav {
    padding: 15px 40px 0 15px;
}

#wrapper .navbar {
    min-height:46px;
    border-radius: 0;
    margin: 0;
}

.navbar-header a.navbar-brand {
    height: 46px;
}

.btn-row {
    width: 100%;
    margin-bottom: 10px;
}

.btn-row .btn {
    width: 47%;
}

.btn-row .btn:last-child {
    float: right;
}

.k-state-selected {
    background-color: #3c3c3c;
    border: 0;
}

tr.k-state-selected {
    background-color: transparent;
    color: black;
}

.tile select {
    color: black;
}

#pageBlock {
    float: right;
}

.adminBlock {
    display: none;
    padding-left: 15px;
}

.usage {
    color: white;
}

.usage input, .usage button {
    color: black;
    line-height: 20px;
}

#usageTable table {
    width: 800px;
}

.top-nav .km-switch-background {
    background-color: green;
}

.top-nav .km-switch-handle {
    background-color: #9d9d9d;
}

.top-nav .km-switch-label-on, .top-nav .km-switch-label-off {
    color: #9d9d9d;
}

.dashboard-menu {
    position: fixed;
    width: 45px;
    height: 100%;
    background-color: #3c3c3c;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow-y: auto;
    z-index: 50;
}

.dashboard-menu.expanded {
    width: 400px;
}

.dashboard-menu .btn-inactive {
    color: #999999;
}

.dashboard-menu .btn-primary {
    border: 0;
}

.dashboard-menu-spacer {
    height: 50px;
}

.dashboard-menu .control-label {
    color: #cccccc;
}

.dashboard-menu-list {
    padding-left: 0;
    list-style: none;
}

.dashboard-menu li {
    line-height: 40px;
}

.dashboard-menu .navbar-brand {
    width: 100%;
}

.dashboard-menu a {
    color: #cccccc;
    text-decoration: none;
    display: block;
    padding-left: 15px;
}

.dashboard-menu a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #696969;
    background: rgba(255, 255, 255, 0.2);
}

.dashboard-menu a:active, .dashboard-menu a:focus, .dashboard-menu a:visited {
    text-decoration: none;
    color: #cccccc;
}

.dashboard-menu .k-invalid {
    border: red 1px solid !important;
}

.dashboard-menu .k-tooltip-validation {
    display: none !important;
}

.dashboard-menu .k-combobox, .dashboard-menu .k-dropdown, .dashboard-menu .k-autocomplete {
    width: 100%;
    padding: 0;
}

.dashboard-menu .k-input {
    width: 100%;
    color: black;
}

.dashboard-menu .k-content input {
    width: 100%;
}

.dashboard-menu fieldset {
    width: 100%;
    height: 100%;
    border: 1px solid silver;
    padding: 15px 10px 0 5px;
    margin-bottom: 10px;
}

.dashboard-menu .control-label.group-inner-label {
    padding-top: 0;
}

#wrapper .k-input {
    width: 100%;
    color: black;
}

#rollouts.k-grid table tr {
    cursor: pointer;
}

#buildouts.k-grid table tr {
    cursor: pointer;
}

.dashboard-menu .form-control {
    padding: .33em;
}

#toggle-menu {
    background-color: transparent;
    border: 0;
    color: #999999;
    margin-top: 15px;
    margin-left: 10px;
    float: left;
}

#toggle-menu:focus {
    outline: none;
}

.dashboard-menu .k-tabstrip-wrapper {
    margin-bottom: 15px;
}

.dashboard-menu .k-tabstrip li {
    line-height: normal;
}

/*#endregion */

/*#region Small+ Sizes */

@media(min-width:768px) {
}

/*#endregion */

/*#region Rollout */

.rollout-details fieldset {
    width: 100%;
    height: 100%;
}


#usermessage-container .k-notification-wrap {
    white-space: normal;
}

#notification-container .k-notification-wrap {
    white-space: normal;
}

.not-found {
    display: none;
}

.refresh {
    background-image: linear-gradient(to bottom, #eeeeee 0, #cccccc 100%);
    margin: 4px;
    padding: 4px 8px;
}

.refreshText {
    margin-left: 4px;
}

.dashboard-diagnostics {
    display: none;
}

.Failed, .FailedRG, .Unhealthy {
    color: #c00000;
} 
.Succeeded, .SucceededRG, .Healthy {
    color:#007000;
}
.Running, .RunningRG {
    color:#0070c0;
} 
.Canceled, .Unknown {
    color:darkorange;
}

/*#endregion */

/*#region ModernUI */

.tile {
    display: block;
    border: 1px white solid;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

#rollout-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
}

#rollout-info > .col-sm-4 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
}

#rollout-info > .col-sm-8 {
    width: 62%;
}

#Rollout > .row {
    margin-right: 0;
}

.tile-cloud {
    background-color: #ecf0f1;
}

.tile fieldset {
    width: 100%;
    height: 100%;
    padding-bottom:10px;
}

.tile legend, .legend {
    padding: 4px 8px;
    margin-bottom: 4px;
    color: #cccccc;
    background-color: #3c3c3c;
    font-size: 18px;
}

.searchTitle {
    display: inline;
    font-size: 18px !important;
}

.tile label {
    padding-left: 25px;
}

.tile .k-datepicker {
    width: 100%;
}

.tile fieldset .row div {
    padding:0;
}

div .ox {
    overflow-x:auto;
}

div .oy {
    overflow: auto;
    min-width: 484px;
    height: 110px;
    padding-right: 4px;
}

#moreDetails {
    padding: 10px 40px 10px 10px;
}

#moreDetails .row {
    width:100%
}

span.info {
    color: darkorange;
}

#rollout-filter .row {
    padding-right: 15px;
    padding-bottom: 10px;
}

/*#endregion */

/*#region Animation */

.animated {
    -animation: spin 1s infinite linear;
    -ms-animation: spin 1s infinite linear;
    -webkit-animation: spinw 1s infinite linear;
    -moz-animation: spinm 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
  
@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.blink {
    animation: blink 1s;
    animation-iteration-count: infinite;
}

/*#endregion */

#overall-status {
    float:left;
    width:70px;
}

#retryBtn, #cancelBtn {
    float:left;
    width: 80px;
    padding: 1px;
    margin-right: 5px;
}

#retryPane {
    float:left;
    width:210px;
}

.beta {
    color: lightgray;
    font-style:italic;
    font-size: 11px;
    line-height: 15px;
}

#authortoollink {
    float:right;
    color: yellow;
    margin-top: 14px;
    margin-right: 40px;
}

#visBtn, #moreLink {
    float: right;
    padding: 3px 15px 2px 15px;
    width: 100px;
}

#visBtn.Running {
    border: 1px solid white;
}

#moreInfoContent {
    margin-top: 8px;
}

#moreinfoWindow {
    font-family: Consolas;
    font-size: 10pt;
    background-color: #282828;
    color: white;
}

.moreinfo {
    overflow: auto;
    max-height: 1000px;
}

    .moreinfo label {
        color: navy;
        padding-right: 5px;
        font-weight: normal;
        padding-left: 0;
        margin: 0;
    }

    .moreinfo blockquote {
        margin: 2px 2px 2px 15px;
        padding: 0 0 0 4px;
        font-size: 10pt;
        border-width: 2px;
    }

    .moreinfo table {
        width: auto !important;
        border-spacing: 1px !important;
        background-color: lightblue;
    }

        .moreinfo table th {
            background-color: lightblue;
            padding: 2px 4px;
            font-weight: normal;
        }

        .moreinfo table td {
            background-color: white;
            padding: 2px 4px;
        }

#settingPane {
    width: 250px;
    background-color: #3c3c3c;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    display: none;
    position: absolute;
    top: 46px;
    right: 0;
    color: #ccc;
    padding: 8px;
    border: 1px solid azure;
    border-top-width: 0;
    z-index: 100;
}

    #settingPane h4 {
        margin-top: 0;
    }

    #settingPane hr {
        margin: 4px 0;
    }

#timeformat, #moreInfoExpand, #expandall {
    padding: 4px;
    margin: 6px;
}

.sepline {
    border-style: dashed;
    margin: 0 8px;
}

div.rolloutMessage {
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid grey;
    background-color: lightcyan;
    -webkit-border-radius: 4px;
}

    div.rolloutMessage span.glyphicon {
        margin-right: 4px;
    }

#powerbipane {
    margin: 20px 20px 0 20px;
    display: none;
}

    #powerbipane ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #powerbipane input {
        margin-right: 4px;
    }

    #powerbipane hr {
        margin: 8px 0 6px 0;
        border-color: silver;
    }

    #powerbiframe {
        position: fixed;
        top: 0;
        left: 400px;
        right: 10px;
        bottom: 10px;
        margin-top: 60px;
    }

#powerbireport {
    width: 100%;
    height: 100%;
    border-width: 0;
}

#pbfilters {
    float: left;
    margin-right: 20px;
    overflow-y: auto;
}

    #pbfilters fieldset {
        padding: 5px 10px 10px 10px;
        margin: 20px 0 10px 0;
        border: 1px solid grey;
    }

    #pbfilters legend {
        font-size: 13px;
        font-weight: bold;
        border: 0;
        margin: 0;
        width: auto;
    }

    .reportlinkpan input {
        width: 210px;
    }

    .reportlinkpan button {
        margin-left: 5px;
    }

.reportBtnPane {
    text-align: center;
}

.ml5 {
    margin-left: 5px;
}

.reportBtnPane button {
    width: 150px;
}

.infralist span {
    margin-right: 6px;
}

.notice {
    color: #1e90ff;
}

.opacity3 {
    opacity: 0.3;
}

.valTxt {
    color: darkorange;
    margin-left: 10px;
}

#expandSwitch {
    font-size: 14px;
    margin: 10px;
    color: #f0ffff;
    text-decoration: underline;
}

.k-grid td {
    word-break: break-all;
}

.fL {
    float: left;
    margin-right: 4px;
}

.pr15 {
    padding-right: 15px !important;
}

.arRow {
    line-height: 24px;
}

#disARBtn {
    cursor: pointer;
    font-size: 20px;
    margin-left: 10px;
}

.disBtn {
    cursor: default;
    opacity: 0.5;
}

#serviceGroupList {
    margin: 10px 0 10px 0;
}

.sgItem {
    padding: 4px;
    cursor: pointer;
}

    .sgItem button {
        float: right;
        height: 12px;
        padding-bottom: 4px;
        margin-top: -2px;
    }

.k-state-selected button {
    color: #f35800;
}

#Home {
    margin-top: 15px;
}

#date-range {
    margin-top: 4px;
    margin-bottom: 4px;
}

#refreshIcon {
    float: right;
    display: none;
}

#sgAddBtn {
    float: right;
    width: 27px;
    height: 27px;
    bottom: -1px;
}

#pbRefresh {
    display: none;
}

#search {
    width: 180px;
    margin-left: 110px;
}

.errMsg {
    color: red;
    border: 1px solid gray;
    padding: 4px;
    width: 100%;
}

#visualPane {
    visibility: hidden;
}

#rssmPane, #rangeSg {
    display: none;
}

.gtswitch {
    margin-bottom: 10px;
    margin-left: 28px;
}

#detailTab, #visualTab {
    border-width: 1px;
    border-style: solid solid none;
    border-color: white;
    padding: 4px 2px 4px 10px;
    margin-top: 4px;
    margin-left: 10px;
    display: inline-block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

.rTabA {
    background-color: #eee;
    color: black;
}

    .rTabA #expandSwitch {
        color: dimgrey;
    }

#zoomBar {
    text-align: right;
    display: none;
}

#zoomBar button {
    margin: 5px 10px;
    height: 26px;
    font-size: 16px;
}

.zoomBtn {
    background-color: transparent;
    font-size: 20px;
    line-height: 14px;
    margin-left: 4px;
    border: 0;
}

.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    background-color: white;
    overflow: auto;
}

.ml20 {
    margin-left: 20px;
}

.mt8 {
    margin-top: 8px;
}

#buildoutPage {
    display: none;
}

#buildoutPane {
    margin-top: 10px;
}

#servicePane, #serviceAssets {
    position: fixed;
    overflow: auto;
    clear: both;
    height: 100%;
}

#buildoutPage select {
    height: 24px;
    color: black;
}

#servicePane hr {
    margin: 14px 0;
    border-top-color: gray;
}

#servicePane ul {
    list-style-type: none;
    padding: 0;
}

#servicePane ul {
    color: black;
}

    #servicePane ul li, #assetContainer ul li {
        padding: 3px 6px;
        cursor: pointer;
        border: 1px solid lightgray;
        border-radius: 4px;
        margin: 4px 0;
    }

    #servicePane ul li.selected {
        border-color: #1e90ff;
        font-weight: bold;
    }

    #servicePane ul li:hover {
        background-color: lightblue;
    }

#servicePane button {
    margin: 0 0 0 8px;
    padding: 2px 8px;
}

#buildoutView {
    position: fixed;
    top: 130px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.buildoutTabs {
    height: 40px;
    background-color: lightblue;
    font-size: 14px;
    color: #555;
}

    .buildoutTabs label {
        margin-right: 5px;
        min-width: 70px;
    }

.boTab {
    padding: 8px;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid navy;
    cursor: pointer;
    font-weight: bold;
}

.editor {
    padding: 10px;
}

.editor td {
    margin-bottom: 4px;
}

.editor td input {
    margin-bottom: 4px;
}

    .editor td input[type=text] {
        width: 300px;
        height: 24px;
    }

.propName {
    padding-right: 10px;
}

.propValue {
    border-left: 1px solid grey;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-left: 10px;
    margin: 5px 0;
}

.disTab {
    border-bottom: 2px solid lightblue;
}

.editor td input[type=text].kv {
    width: 100px;
    margin-right: 10px;
}

#copyClipboard {
    float: right;
    height: 20px;
    padding: 2px 6px;
    cursor: pointer;
    color: black;
    margin-top: -4px;
}

.copyBtn {
    height: 20px;
    cursor: pointer;
    margin: 0 0 2px 10px;
}

.bottomNotice {
    position: fixed;
    bottom: 10px;
    min-width: 45px;
}

#menu-expanded .bottomNotice {
    width: 400px;
}

.bottomNotice a {
    height: 40px;
    padding-top: 12px;
}

button.stopWait {
    float: right;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 14px;
}

.wsnw {
    white-space: nowrap;
}

#regionList {
    float: left;
    width: 100px;
}

#buildoutList {
    float: left;
}

.oflist {
    position: fixed;
    top: 160px;
    bottom: 10px;
    width: 460px;
    margin: 10px 0;
}

.bcg {
    background-color: #eae8e8;
}

.pt {
    padding: 10px 10px 0 10px;
}

.pb {
    position: fixed;
    top: 235px;
    bottom: 10px;
    width: 460px;
    overflow: auto;
}

#bolist {
    margin: 0;
    padding: 5px 10px !important
}

.oflist label {
    margin: 5px 5px 5px 0;
    color: black;
}

.fr {
    float: right;
    margin-right: 20px;
    margin-top: 8px;
}

.bl {
    display: block;
}

.w1 {
    width: 150px;
}

.w100 {
    width: 100%;
}

#sbvPane {
    padding: 10px 50px;
}

#serviceQueryPane, #assetContainer {
    width: 500px;
    position: relative;
    height: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
    color: #ccc;
    background-color: #3c3c3c;
}

#assetContainer {
    bottom: 0;
    border-right: 1px solid grey;
    float: left;
}

#artifactContent {
    position: fixed;
    left: 500px;
    right: 0;
    color: #ccc;
    background-color: #3c3c3c;
    height: 100%;
}

#artifactContent label {
    margin: 10px;
}

#artifactdiv {
    position: fixed;
    left: 500px;
    right: 0;
    height: 100%;
}

    #artifactdiv textarea {
        width: 100%;
        height: 100%;
        background-color: #f0f0f0;
        border: 1px solid #ccc;
        padding: 5px;
        font-family: "Consolas";
        font-size: 14px;
        color: black;
    }

.buildoutAssets {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid grey;
}

    .buildoutAssets td {
        vertical-align: top;
        padding: 5px;
    }

.artifacts {
    margin-top: 10px;
    height: 100%;
}

#subPop, #depPop {
    display: none;
    background-color: #3c3c3c;
    color: white;
    padding: 20px 10px;
}

table.assetTbl th, table.assetTbl td {
    border: 1px solid white;
    padding: 4px;
}

#otherAssets {
    position: fixed;
    bottom: 0;
    padding-bottom: 10px;
}

    #otherAssets button {
        margin-right: 10px;
    }

#artifactsPane {
    width: 460px;
    position: fixed;
    top: 190px;
    bottom: 52px;
    overflow: auto;
}

#artifactsPane ul {
    list-style-type: none;
    padding-left: 20px;
}

#artifactsPane ul li {
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    border: 0;
    overflow-wrap: break-word;
}

#artifactsPane .glyphicon {
    margin-right: 6px;
    margin-top: 2px;
    float: left;
}

.buildoutLoading {
    width: 22px;
    margin-left: 5px;
}

#artifactsLoading {
    width: 18px;
    margin-top: -4px;
    margin-left: 4px;
}

#blobLoading {
    width: 20px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.dep {
    border-left: 1px solid grey;
    artifactContent margin-left: 10px;
    padding-left: 10px;
}

.brsel {
    margin-left: 80px;
}

.selBlob {
    background-color: white;
    color: black;
}

.bload {
    padding: 4px 10px;
    margin-top: -2px;
    margin-left: 5px;
}

.droplist {
    position: absolute;
    background-color: white;
    z-index: 99;
    width: 458px;
    max-height: 200px;
    overflow: auto;
    border: 1px solid lightgrey;
    border-top: 0;
}

    .droplist ul {
        list-style-type: none;
        margin: 0;
        padding: 4px;
        color: black;
    }

    .droplist li {
        cursor: pointer;
    }

    .droplist li:hover {
        background-color: lightblue;
    }

#servicePane .droplist li, #assetContainer .droplist li {
    border: 0;
}

#app {
    min-width: 1000px;
    margin-top: 5px;
}

#container {
    padding-left: 60px;
    overflow: auto;
    position: relative;
    width: 100%;
    height: 100%;
}

.combo {
    display: inline-block;
    border: 1px solid lightgrey;
}

.comboBtn {
    padding: 4px;
    cursor: pointer;
}

    .comboBtn:hover {
        background-color: grey;
    }

    .comboBtn svg {
        transform: rotate(90deg);
        fill: white;
        margin-right: 4px;
    }

.comboInput {
    height: 24px;
    width: 430px;
    border: 0;
    outline: none;
    color: black;
}

input[type="search"].comboInput::-webkit-search-cancel-button,
input[type="search"].comboInput::-webkit-search-decoration {
    -webkit-appearance: searchfield;
}

.binfra {
    display: inline-block;
    height: 40px;
    padding: 10px 10px 5px 20px;
    margin-right: 10px;
    background-color: #3c3c3c;
    color: #ccc;
}

.reload {
    width: 22px;
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
    line-height: 12px !important;
    margin-left: 4px;
}
.reload:hover {
    color: white;
}

.infraIcon {
    width: 30px;
    height: 16px;
    display: inline-block;
}

.preview {
    color: yellow;
    font-size: 14px;
    font-style: italic;
}

/* Config tab style*/

#configPage {
    position: relative;
    top: 20px;
    width: 100%;
    padding: 0 30px;
    display: none;
}

    #configPage .bottom {
        margin: 15px 0;
    }

    #configPage .k-tabstrip-wrapper {
        position: relative;
    }

    #configPage .user-message,
    #configPage .errorMsg {
        border: none;
        line-height: 30px;
        width: inherit;
        display: none;
        color: darkorange;
    }

    #configPage .btnLabel {
        float: none;
    }

.config select, .params input {
    margin-right: 20px;
}

.config input,
.config select,
.config button {
    height: 30px;
}

.config input[type=text] {
    width: 300px;
}

#btnLoad {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -2px;
}

#btnExpandCollapse {
    position: absolute;
    z-index: 100;
    margin: 8px;
    right: 1px;
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

#copyConfigBtn {
    position: absolute;
    z-index: 100;
    right: 100px;
    height: 28px;
    margin-top: 4px;
}

#bottomSection {
    display: none;
}

.json {
    outline: none;
}

.json-wrapper {
    background-color: #333333 !important;
    font-family: "Consolas";
    overflow: auto;
}

    .json-wrapper > div {
        height: 100%;
    }

#evaluateSection {
    background-color: #eae8e8;
    padding: .3em;
    border: 1px solid #c5c5c5;
    border-top: none;
    width: 100%;
}

    #evaluateSection .form-group {
        background-color: #333;
        border-top: 1px solid #c5c5c5;
        margin-bottom: 0;
        padding: 0.75em;
    }

        #evaluateSection .form-group .btnLabel {
            float: none;
            color: #fff;
            font-weight: 500;
        }

            #evaluateSection .form-group .btnLabel:not(:first-child) {
                margin-left: 10px;
            }

        #evaluateSection .form-group span {
            color: #fff;
            font-weight: 500;
        }

#btnEvaluate {
    margin-left: 20px;
}

#config-tabstrip {
    border-bottom: none;
}

    #config-tabstrip .k-item:first-child {
        border-left: none;
    }

    #config-tabstrip .k-content {
        height: 76vh;
        overflow: auto;
        margin-bottom: 0;
        border-bottom: none;
        border-left: none;
        position: relative;
        top: 0;
    }

#configLoading {
    display: none;
}

.collapser {
    cursor: pointer;
}

#config-tabstrip .k-state-active {
    background-color: #333 !important;
    border-bottom-color: #333 !important;
}

    #config-tabstrip .k-state-active > .k-link {
        color: #fff !important;
    }

.highlight {
    background-color: rgb(187, 187, 187, 0.5);
}

#propPath {
    width: 400px;
}

#evaluatedValue {
    color: #f1fa8c !important;
    font-family: "Consolas";
    margin: 15px 30px;
}

span.cb-serviceid {
    width: 450px;
}

span.cb-servicegroup {
    width: 400px;
}

.ebtn {
    border: 0;
    background-color: white;
}

.hlr {
    background-color: lightyellow!important;
}

.w100 {
    width: 100px;
}

.artifactsInput {
    width: 300px;
    color: black;
}

.ml100 {
    margin-left: 100px;
}
#graphicPane {
    position:relative;
    top:10px;
    height:100%;
    margin:10px;
    display: none;
}

.fileSelector {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.textPane {
    float: left;
    width: 50%;
    margin-top: 10px;
}

.tpr {
    padding-right:10px;
}

.tpl {
    padding-left:10px;
}

.json {
    clear: left;
    float: left;
    width: 100%;
    height: 820px;
    color: white;
    background-color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    font-family: "Consolas";
    font-size: 13px;
    overflow: auto;
}

#instruction {
    clear: left;
    float: left;
    margin: 30px;
    font-size: 15px;
}

.toolbar {
    width: 100%;
    font-family: 'Segoe UI'
}

#textView {
    display: none;
    clear: left;
    margin-top: 40px;
}

#rolloutPane {
    clear:left;
    margin-top: 40px;
    position: fixed;
    overflow: auto;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
}

.Step {
    fill: #0678BE;
}

.Resource {
    fill: #59b4d9;
}

.Action {
    fill: green;
}

.stage {
    stroke: #aaa;
    fill: none;
}

.link {
    fill: none;
    stroke: #555;
    stroke-width: 1px;
    cursor: pointer;
}

.unit, .button {
    cursor: pointer;
}

.button text, .unit text {
    font-family: "Segoe UI";
    fill: black;
    font-size: 11px;
}

.loadPane {
    position:relative;
    float:left;
}

.loadPane div {
    float: left;
    position:relative;
}

.loadPane button {
    width: 24px;
    margin-right: 4px;
    padding: 0;
}

.btnLabel {
    float: left;
    text-align: right;
    line-height: 22px;
    padding-right: 4px;
    margin-left: 30px;
    font-size: 14px;
    font-weight: bold;
}

::-ms-input-placeholder {  
   font-style: italic; 
}

::-moz-placeholder {
   font-style: italic;  
}

.fileBox {
    width: 300px;
    height: 22px;
    text-overflow: ellipsis;
    margin-right: 4px;
}

.browseBtn {
    width: 24px;
    font-size: 16px;
}

.fileSelector {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.titleLine {
    stroke: yellow;
    stroke-width: 1;
}

.unitTitle {
    fill: white;
    font-weight: bold;
    font-size: 12px;
}

.errorMsg {
    clear: left;
    color: red;
    margin-top: 40px;
    margin-bottom: 20px;
    border: 1px solid gray;
    padding: 4px;
    width: 100%;
}

.toggleBtn {
    line-height: 50px;
    margin: 20px;
}

.ml50 {
    margin-left: 50px;
}

.toolbtn {
    float: left;
}

.viewToggle{
    float: right;
    font-size: 11px;
    padding-right: 20px;
}

#loadingImg {
    float: left;
    margin-left: 30px;
}

#preload {
    float: left;
}

#preload div {
    clear: left;
    float: left;
}

#preload input {
    float: left;
}

#preload a, #preload span {
    float: left;
    line-height: 24px;
}

#graphicPane button {
    padding: 1px 10px 3px 10px;
    margin: 0 30px 0 30px;
    width: 80px;
}

@keyframes glowing {
  0% { opacity: 0.5;}
  50% { opacity: 1;}
  100% { opacity: 0.5;}
}

text.Running, text.Pending, text.CheckInProgress {
    font-weight: bold;
    animation: glowing 1500ms infinite !important;
}

rect.Running {
    fill: blue !important;
}

rect.Succeeded, text.Succeeded, rect.Healthy, text.Healthy {
    fill: green !important;
}

rect.Failed, text.Failed, rect.Unhealthy, text.Unhealthy {
    fill: red !important;
}

rect.Canceled, text.Canceled {
    fill: darkorange !important;
}

div.actiontip {
    visibility:hidden;
    background-color: white;
    border: 1px solid gray;
    border-radius: 4px;
    padding: 4px;
    position: absolute;
    max-width: 400px;
    word-break: break-all;
}

div.actiontip hr {
    margin: 0;
    padding: 0;
}

.uheader {
    fill: #265a88;
}

.stepBorder {
    stroke: #265a88;
}

.unit .serviceText‎‎ {
    font-size: 14px !important;
}

#digramPane {
    width: 100%;
    overflow: auto;
}
.json-beautify ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 26px;
}

.json-beautify li {
	position: relative;
}

.hoverable {
	transition: background-color .2s ease-out 0s;
	-webkit-transition: background-color .2s ease-out 0s;
	display: inline-block;
}

.hovered {
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

.selected {
	outline-style: solid;
	outline-width: 1px;
	outline-style: dotted;
}

.collapsed > .collapsible {
	display: none;
}

.ellipsis {
	display: none;
}

.collapsed > .ellipsis {
	display: inherit;
}

.collapser {
	position: absolute;
	top: 1px;
	left: -1.5em;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
}

.status {
	position: fixed;
	left: 0px;
	bottom: 0px;
	min-width: 628px;
	border-color: #c2c2c2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-top-right-radius: 4px;
	height: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 7px;
	padding-left: 4px;
	opacity: 0;
	background-color: #d2d2f6;
	color: #696969;
	transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	user-select: none;
	-webkit-user-select: none;
}

	.status:not(:empty ) {
		opacity: 1;
	}

.toolbox {
	font-family: Consolas;
	font-size: 13px;
	opacity: .25;
	background-color: #d2d2f6;
	position: fixed;
	right: 0px;
	top: 0px;
	border-color: #c2c2c2;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-bottom-left-radius: 4px;
	padding-bottom: 3px;
	transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	cursor: default;
	user-select: none;
	-webkit-user-select: none;
	padding-left: 2px;
}

	.toolbox:hover {
		opacity: 1;
	}

	.toolbox > * {
		padding-left: 3px;
		padding-right: 3px;
	}

	.toolbox > a {
		padding-left: 5px;
	}

	.toolbox > img {
		height: 14px;
		vertical-align: bottom;
		cursor: pointer;
	}

.property {
	font-weight: bold;
	color: #9cdcfe;
}

.type-null {
	color: gray;
}

.type-boolean {
	color: firebrick;
}

.type-number {
	color: #ff9900;
}

.type-string {
	color: #f1fa8c;
}

.callback-function {
	color: gray;
}

.collapser:after {
	content: "-";
}

.collapsed > .collapser:after {
	content: "+";
}

.collapsed > .ellipsis {
	display: inherit;
}

.ellipsis:after {
	content: "...";
}

.collapsible {
	margin-left: 2em;
}

.hoverable {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 2px;
	color: #fff;
}

/* .hovered {
  background-color: rgba(235, 238, 249, 1);
} */

.collapser {
	padding-right: 6px;
	padding-left: 6px;
}
