/*
~   Copyright (c) 2018 WSO2 Inc. (http://wso2.com) All Rights Reserved.
~
~   Licensed under the Apache License, Version 2.0 (the "License");
~   you may not use this file except in compliance with the License.
~   You may obtain a copy of the License at
~
~        http://www.apache.org/licenses/LICENSE-2.0
~
~   Unless required by applicable law or agreed to in writing, software
~   distributed under the License is distributed on an "AS IS" BASIS,
~   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~   See the License for the specific language governing permissions and
~   limitations under the License.
*/

body {
    background: #fff;
}

html, body {
    height: 100%;
}

/* Login page */

.login-block {
    float: left;
    width: 100%;
    padding: 6.25rem 0;
}

.login-sec {
    padding: 3.125rem 1.875rem;
    position: relative;
    background: #f8f9fa;
}

.btn-login {
    width: 100%;
    margin-top: 1.25rem;
    letter-spacing: 0.1rem;
}

a.btn-login:hover {
    color: #fff;
}

.app-icon {
    text-align: center;
    width: 7.625rem;
    height: 7.625rem;
    line-height: 7.125rem;
    border-radius: 100%;
    border: 0.25rem solid #dbe4ec;
}

.app-icon i {
    line-height: 7.125rem;
}

.app-name {
    font-size: 1.52rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding: 1.2rem 0 0.2rem 0;
}

.app-login-form {
    margin-bottom: 0;
}

.login-footer {
    font-size: 0.75rem;
    margin-top: 1rem;
}

.login-img {
    height: 3.75rem;
    padding-left: 0.6rem;
}

/* Home page */

.app-navbar .navbar-brand {
    color: #fff;
    letter-spacing: 0.1rem;
}

.app-navbar .dropdown-menu-right {
    right: 0;
    left: auto;
}

.app-navbar {
    min-height: 4rem;
    box-shadow: none;
}

.user-dropdown {
    text-transform: capitalize;
}

.user-dropdown i {
    font-size: 1.625rem;
    line-height: 0;
    vertical-align: middle;
    padding-right: 0.25rem;
}

.main-content .jumbotron {
    background: #f8f9fa;
    letter-spacing: 0.1rem;
}

.main-content .jumbotron-heading {
    color: #444;
    font-size: 1.625rem;
    letter-spacing: 0.2rem;
    margin-bottom: .5rem;
}

.main-content .nav-tabs {
    border-bottom: 0.0625rem solid #dee2e6;
}

.grey-text {
    color: #9e9e9e !important;
}

.tab-title {
    font-size: 1.2rem;
}

.content-table {
    padding: 2rem 0 1rem 0
}

.align-btn-center {
    text-align: center;
}

.content-btn {
    padding: 0.5rem 3rem;
}

/* Profile */

.user-icon > i {
    color: #c3c3c3;
    padding-bottom: 2rem;
}

.profile .jumbotron-heading {
    font-size: 1.2rem;
}

.profile .main-content .jumbotron {
    background: #fff;
    padding-bottom: 0;
}

/* Footer */

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #2b3a42;
    text-align: center;
    height: 40px;
    line-height: 3em;
    
}

.footer-link, .footer-link:hover {
    color: #fff;
    margin: 0 15px;
}

.footer span {
    font-size: 0.75rem;
    color: #ffffff;
    
}

.wso2-logo {
    height: 2.3rem;
}

.main-content {
    margin-bottom: 6rem;
}

/* Debugger Styles */

#wrapper .lm_content {
    overflow: scroll;
}

.msg-danger-text {
    color: #c9302c;
}

.msg-danger {
    border-left-color: #ec8282;
}

.timeline {
    border-left: 0.25rem solid #666;
    line-height: 1rem;
    margin-top: 2rem;
    padding: 0rem;
    list-style: none;
    text-align: left;
    border-radius: 0.5rem;
}

.event {
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
}

.request-response-infos {
    padding: 0 0 2rem 1rem;
    text-align: left;
    position: relative;
}

.timeline h1 {
    letter-spacing: 0.01rem;
    color: #333;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2rem;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.2rem;
}

.timeline .event .request-response-details, .timeline .event .member-parameters {
    display: none;
}

.request-response-details {
    text-indent: 0.125rem;
}

.timeline h2 {
    letter-spacing: 0.01rem;
    color: #999;
    font-weight: 200;
    font-size: 1.0rem;
}

.timeline code {
    white-space: pre-wrap;
}

.code-container {
    position: relative;
}

.btn-clipboard {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.25rem 0.375rem;
    border: none;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    z-index: 99999;
}

.copied {
    position: absolute;
    top: 0.75rem;
    right: 2.5rem;
    font-size: 0.75rem;
    color: #337ab7;
    background: rgba(255, 255, 255, 0.7);
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    display: none;
    z-index: 99999;
}

.timeline pre {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    font-family: monospace;
}

.timeline .event:after {
    box-shadow: 0 0 0 0.1rem #666;
    left: -0.3rem;
    background: #e1e1e1;
    border-radius: 50%;
    height: 0.4rem;
    width: 0.4rem;
    content: "";
}

.timeline .event:before, .timeline .event:after {
    position: absolute;
    display: block;
    top: 1rem;
}

.wrapper {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#wrapper .lm_splitter {
    display: none;
}

#wrapper .lm_splitter:hover {
    background: #989898;
}

.console-headers {
    border-bottom: 0.0625rem solid #eee;
}

.console-action {
    margin: .4rem 0 .4rem .8rem;
    color: #676767;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #1c678c8a;
    border-radius: .125rem;
}

.card-deck .card {
    display: flex;
    flex: 0 1 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}

.td_left {
    border-left-style: none;
}

.td_top {
    border-top-style: none;
}

.table_label {
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
}

.table_Heading {
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
}

.td_topRight {
    border-top-style: none;
    border-right-style: none;
}

td {
    text-align: left;
    vertical-align: middle;
    vertical-align: top;
    padding: 15px;
    width: 33%;
    font-family: inherit;
}

td {
    font-size: 16px;
    color: #000;
    padding: 0 0 7px 0;
    border: 0;
    vertical-align: middle;
}




