html {
    position: relative;
    min-height: 100%}
body {
    font-family: 'Open Sans', serif;
    margin-bottom: 82px;
    padding-top: 50px;
}
a {
    text-decoration: none;
    font-weight: 700;
}
a:hover, a:focus {
    text-decoration: underline;
}
textarea {
    resize: vertical;
     min-height: 150px;
     max-height:  250px;
}
table.dataTable thead th.select-checkbox:before, table.dataTable thead th.select-checkbox:after {
    top: auto;
    bottom: .5em;
}

table.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
    margin-bottom: 4px;
    margin-left: -5px;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}
.btn-submit {
    background: #193f8e;
    color: #FFF;
}
.btn-submit:hover, .btn-submit:focus {
    background: #193f8e;
    color: #FFF;
}
.button-margin * {
    margin-left: 3px;
}
.header-logo-text {
    position: absolute;
    left: 18px;
    top: 0;
    font-size: 24px;
    line-height: 50px;
    vertical-align: middle;
    color: #FFF;
    letter-spacing: 2px;
    font-weight: 400;
}
.navbar-inverse {
    background-color: #627ea7;
    border-color: #f5f5f5;
    font-size: medium;
}
.navbar-nav>li>a, .navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    background: #869cb9;
    color: #FFF!important;
    font-weight: 400;
}
.navbar-inverse.navbar-toggle:hover {
    background-color: #869cb9 !important;
}
.nav-sidebar {
    margin-right: -21px;
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar>li>a {
    padding-right: 20px;
    padding-left: 20px;
    color: #337AB7;
}
.nav-sidebar>.active>a, .nav-sidebar>.active>a:hover, .nav-sidebar>.active>a:focus {
    color: #fff;
    background-color: #337AB7;
}
.main {
    padding: 20px;
}
.main.page-header {
    margin-top: 0;
}
#prot_details,
#motif,
#msa_results {
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.hilite {
    font-weight: bold !important;
}
.hilite2 {
    background-color: yellow !important;
}
.hilite-btn {
    background: #337AB7;
    color: #FFF;
    border-radius: 25px;
}
.hilite-btn:hover, .hilite-btn:focus, .hilite-btn:disabled {
    background: #276293;
    color: #FFF;
    outline: none!important;
}
.hint, #hint1 {
    display: none;
    font-size: smaller;
    color: #337AB7;
}
.hint, #hint2 {
    display: none;
    font-size: smaller;
    color: #337AB7;
}
.seq_col {
    max-width: 250px; 
    word-wrap: break-word;
}
.phosphosite {
    color: red !important;
    font-weight: bold;
}
.sty {
    font-weight: bold;
}
.predicted {
    color: #058ED9;
    font-weight: bold;
}
.domain {
    background-color: #DCF6BE;
}
.disulfide {
    background-color: orange;
}
.signalp {
    background-color: yellow;
}
.trans-membrane {
    background-color: #FF00FF;
}
.furin-type {
    background-color: #00FFFF;
}
.glycosylation {
    background-color: #D3D3D3;
}
.exposed {
    text-decoration: underline;
}
.outside {
    color: #1F49AA;
}
.inside {
    color: #C0508E;
}
.affix {
    top: 95px;
}
.affix-top {
    min-width: 100%;
    position: fixed;
}
#sidenav {
    top: 50px;
}
.results-item {
    margin-left: 8px;
    padding-left: 10px;
    font-size: 12px;
    border-left: solid 2px #FFF;
}
.item-active {
    border-left: solid 2px #337AB7;
}
.ex-btn,
.ex-btn:focus {
    background: transparent;
    float: left;
    line-height: 12px;
    font-size: 12px;
    color: #337AB7;
    outline: none!important
}
.clear-btn,
.clear-btn:focus {
    background: transparent;
    float: right;
    line-height: 12px;
    font-size: 12px;
    color: #A8A29B;
    outline: none!important
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
footer {
    position: absolute;
    padding: 15px;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #E2E2E2;
    font-size: 11px;
    color: #4C5760;
}
footer a, footer a:hover, footer a:focus {
    color: #4C5760;
}
.failed, .not-suitable {
    color: #ED6A5A;
    font-style: italic;
}
.shipped, .success {
    color: #6AB190;
    font-weight: 700;
}
.section_title {
    text-align: left;
}
.sidebar {
    display: none;
}
@media(min-width:995px) {
    .section_title {
    text-align: right;
}
}@media(min-width:786px) {
    .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #F6F6F6;
    border-right: 1px solid #eee;
}
.main {
    padding-right: 40px;
    padding-left: 40px;
}
}