﻿#login-container {
    padding-top: 100px;
}

#login-container .toast {
    margin-bottom: 10px;
}

.container-body{
    margin-top: .4rem !important;
    margin-bottom: .4rem !important;    
}


.space-top-60 {
    padding-top:60px;
}

tr.main-table td {
    padding: 0.2rem .3rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.hidden-layout{
    border: 0px;
    background-color: transparent;
    pointer-events: none;
}

.display-none{
    display: none;
}

.btn-fix {
    padding: 0;
    border: none;
   
    white-space: normal;
}
  

.readme-line {
    background: #d4eeee;
}

iframe {
    width: 100%;
    height: 100%;
}

.modal-content {
    height: 100%;
}

.list-group-text {
    font-size: 12px;
    font-weight: bold;
}

.group-write {
    color: green;
}

.legend {
    list-style: none;
    display: inline;
    float: right;
    font-style: italic !important;
    font-weight: normal;

}

.legend li {
    float: right;
    margin-right: 10px;
}

.legend span {
    border: 1px solid gray;
    float: left;
    width: 12px;
    height: 12px;
    margin: 2px;
    margin: 6px;
    margin-top: 6px;
}

.legend .write {
    background-color: green;
}

.legend .access{
    background-color: #3b4351;
}

.dropdown.dropdown-right {
    min-width: 200px;
}

#markdownPreview {
    /* border: 1px solid #ddd; */
    margin-bottom: 20px;
}

.btn-color {
    color: #5755d9;
}