﻿body {
}

input[type=text] {
    width: 300px;
}
.remark-body p{
    margin:0px;
}

.remark {
    margin-bottom: 1.3em;
}

.panel .container {
    width: 100% !important;
}
.sub-panel-header{
  line-height:28px!important;
}

.panel-header-sublink {
    margin-left: 5px;
}

.buttonIcon {
    height: 18px;
    margin-right: 6px;
}

.remark.note .remark-header:before {
display:none;
}
img{
    max-width:100%;
}

.sub-panel-header p{
    margin:0px;
}

.dialog {
    position: fixed;
    width: 700px;
    height: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.dialog .top {
    background: url('media/dialog-bg-top.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.dialog .bot {
    background: url('media/dialog-bg-bot.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.dialog .mid {
    background: #ffffff;
    text-align: center;
    border: 1px solid;
}

    .dialog .mid div {
        width: 90%;
        margin: auto;
    }

.dialog .btn-close {
    text-align: right;
    margin-right: 15px;
    cursor: pointer;
}

#dialog .logo {
    width: 100px;
}

#dialog .progress {
    width: 250px;
    height: auto;
    margin: 30px 0;
}

#dialog h2 {
    font-size: 24px;
}

#dialog .button {
    /*background: url('media/button-bg.png');*/
    background-color: darkseagreen;
    background-size: cover;
    width: 100px;
    /*height: 30px;*/
    clear: both;
    display: block;
    padding: 4px 15px;
    margin: 20px 0;
    margin: auto;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    text-shadow: 0 0 3px #000000;
    border-radius: 8px 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.error-message {
    background-color:red;
    color:white;
    font-weight: bold;
}

div.signin-info {
    right: 50px;
    position: absolute;
    text-align: right;
    color: white;
}

.panel-body ol, .panel-body p{
    margin-bottom:0px
}