#toast-container > .toast {
    background-image: none !important;
}

#toast-container > .toast:before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}

#toast-container > .toast-warning:before {
    content: "\f071";
}

#toast-container > .toast-error:before {
    content: "\f071";
}

#toast-container > .toast-success:before {
    content: "\f00c";
}

#toast-container > .toast-warning {
    background-color: #51a351 !important;
}

#log pre,
#response pre {
    max-height: 300px;
    max-width: 570px;
    overflow: auto;
    word-wrap: normal;
    white-space: pre;
}

#key pre,
#help pre {
    white-space: pre-wrap;
}

body {
    background-color: #ecf0f5;
}

.login-box-body .form-control-feedback {
    line-height: 34px !important;
}

#forgotten-password {
    margin-top: 10px;
}

body.dragging,
body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

.command-list table tr.placeholder {
    position: relative;
    display: block;
    background: red;
    margin: 0;
    padding: 0;
    border: none;
}

.command-list table tr {
    cursor: pointer;
}

.command-list table tr.placeholder:before {
    content:           "";
    position:          absolute;
    width:             0;
    height:            0;
    border:            5px solid transparent;
    border-left-color: red;
    margin-top:        -5px;
    left:              -5px;
    border-right:      none;
}

.deploy-reason {
    cursor: pointer;
}

#pending_menu, #deploying_menu {
    display: none;
}

/* Make sure there is always a space between the icon and the label as HTMLMin removes it */
span.label i.fa {
    margin-right: 2px;
}

div.deployment-source-container {
    display: none;
    margin-top: 5px;
}

#command_script,
#config-file-content {
    height: 250px;
}

#preview-content {
    height: 500px;
    max-height: 500px;
    overflow-y: scroll;
}

#repository_error {
    display: none;
}

div#reason div.radio label {
    min-width: 50%;
}

#deploying_menu li a p,
#deploying_menu li a h4,
#pending_menu li a p,
#pending_menu li a h4 {
    margin-left: 0;
}

.project-status .nav-tabs-custom > .nav-tabs > li {
    margin-right: 0;
}

#socket_offline {
    margin-top: 15px;
    display: none;
}

#update-available {
    margin-top: 15px;
}

#show_help {
    cursor: pointer;
}

.edit-profile .form-control {
    height: auto;
}

.avatar-preview {
    background-color: #f7f7f7;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.preview-md,
.current-avatar-preview {
    width: 160px;
    height: 160px;
    margin-bottom: 15px;
    border-radius: 50%;
}

dl.dl-horizontal#hook_fields dt {
    width: 80px;
    text-align: left;
    margin-bottom: 2px;
}

dl.dl-horizontal#hook_fields dd {
    margin-left: 90px;
    margin-bottom: 2px;
}

dl.dl-horizontal#hook_command_ids dt {
    width: 30px;
    text-align: right;
    margin-bottom: 2px;
}

dl.dl-horizontal#hook_command_ids dd {
    margin-left: 40px;
    margin-bottom: 2px;
}

#command div#tokens ul li {
    margin: 2px auto;
}

input#verify-google-code {
    width: 35%;
}

div#project div.modal-body {
    padding: 0;
}

div#project div.nav-tabs-custom {
    margin-bottom: 0;
    box-shadow: none;
}

div#project div.nav-tabs-custom > .tab-content {
    padding: 15px;
}

div#project div.callout-danger {
    margin: 15px;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

table.table tr td {
    vertical-align: middle;
}

/* Console theme - Afterglow */
div.console-afterglow pre {
    background-color: #2c2c2c;
    color: #d9d9d9;
}

div.console-afterglow pre span.text-red {
    color: #b64b3e !important;
}

div.console-afterglow pre span.text-default {
    color: #d9d9d9;
}

/* Console theme - Solarized dark */
div.console-solarized-dark pre {
    background-color: #002b36;
    color: #839496;
}

div.console-solarized-dark pre span.text-red {
    color: #073642 !important;
}

div.console-solarized-dark pre span.text-default {
    color: #839496;
}

/* Console theme - Solarized light */
div.console-solarized-light pre {
    background-color: #fdf6e3;
    color: #657b83;
}

div.console-solarized-light pre span.text-red {
    color: #eee8d5 !important;
}

div.console-solarized-light pre span.text-default {
    color: #657b83;
}

/* Console theme - Monokai  */
div.console-monokai pre {
    background-color: #272822;
    color: #F8F8F2;
}

div.console-monokai pre span.text-red {
    color: rgba(249,38,114,1) !important;
}

div.console-monokai pre span.text-default {
    color: #F8F8F2;
}

/* Console theme - Dawn  */
div.console-dawn pre {
    background-color: #F9F9F9;
    color: #000000;
}

div.console-dawn pre span.text-red {
    color: rgba(191,79,36,1) !important;
}

div.console-dawn pre span.text-default {
    color: #000000;
}

/*# sourceMappingURL=app.css.map */
