﻿.console INPUT {
    width: 200px;
    text-align: left;
    padding-left: 5px;
    margin-bottom: 5px;
}

.consoleswitch {
    position: fixed;
    z-index: 1001;
    left: 0px;
    top: 0px;
    background: #333;
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 5px 5px 5px 8px;
}


.console a {
    width: 200px;
    text-align: left;
    padding-left: 5px;
    margin-bottom: 5px;
}

.console {
    position: fixed;
    left: 0px;
    top: 40px;
    width: 1px;
    height: 1px;
    background-color: #ffffff;
    padding: 5px 5px 5px 5px;
    z-index: 5030;
    display: block;
}
.auto-resizable-iframe {
    max-width: 420px;
    margin: 0px auto;
}

.auto-resizable-iframe > div {
    position: relative;
    padding-bottom: 75%;
    height: 0px;
}

.auto-resizable-iframe iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.btn-success {
    color: #fff;
    background-color: #006680;
    border-color: #006680;
}

.btn-success:hover {
    color: #fff;
    background-color: #006680;
    border-color: #006680;
}
.bg-gradient-success {
    background: #006680;
    background: linear-gradient(180deg,#0090b5 0,#006680) !important;
}

.btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #006680;
    border-color: #006680;
    box-shadow: 0 0 0 0.2rem rgba(0, 197, 79, 0.5);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 197, 79, 0.5);
}

.text-nav-highlight {
    color: #0099bbff !important;
}
#header a, header.main-nav a {
    font-weight: normal;
}
a {
    color: #006680;
    font-weight: bold;
    text-decoration: underline;
}

.btn 
{
    text-decoration: none;
}

#contentdisable a:hover {
    color: #006680;
}

