:root
{
    --main-color: rgb(13,26,199);
}

body {
    --jun-lv : var(--main-color);
    /* --jun-lv : #de2910ff; */
    touch-action: manipulation;
}

.message
{
    color:red;
}

.default-top
{
    margin-top: 10px;
}

.bigpic
{
    width: 300px;
}

.panel-heading{
    display: flex;
    align-items: center;
}

.panel-heading h2{
    flex: 2;
}

.panel-heading .panel-right .panel-right-close{
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.panel-body{
    padding-top: 10px !important;
}

.modal-dialog{
    border: 1px double #cccccc;
}

.label-def-margin
{
    margin-top: 9px;
}

#header
{
    background-color: rgb(104,151,221);
    color: white;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header a
{
    color: white;
}

footer {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--jun-lv);
    background-color: var(--jun-lv);
    display : flex !important;
    flex-direction: row;
    justify-content: space-around;
}

footer a {
    color: white;
}

footer a:hover {
    color: white;
}

.ft-icon {
    font-size: 18px;
}

.nav-label
{
    font-size: 12px;
}

.sl_nops{
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
}

.formfix{
    padding-top: 8px;
}

.yellow-text
{
    color: #eea849;
}

.while-text
{
    color: #fff;
}

.red-text
{
    color: #f46b45;
}

.margin-top-15
{
    margin-top: 15px;
}

.margin-bottom-15
{
    margin-bottom: 15px;
}

.black-text
{
    color: black;
}

.hr-label
{
    padding-left: 15px;
    margin-top: 15px;
    color: black;
    border-left: 4px solid rgb(244, 107, 69);
}

#lang-warp
{
    display: none;
}

#lang-warp img
{
    width: 20px !important;
    height: 20px !important;
    margin-left: 5px;
}

.foot-fix
{
    height: 60px;
}

.full-width-image
{
    width: 100%;
    margin-bottom: 15px;
}