﻿



#wrapper {
    width: 100%
}

.left {
    width: 400px;
    float: left;
}

.right {
    width: 400px;
    padding-left: 225px;
    float: right;
    padding-top: 51px;
}

.rightsearchbox {
    width: 400px;
    float: left;
    margin-left: 400px;
    padding-top: 49px;
}

.cusform-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #dde7ef;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#scroll {
    /*display: block;*/
    max-height: 600px;
    width: 100%;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


.pad {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

.search {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 33%;
}

.search-buttons {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 23%;
}



.autoScroll {
    padding-top: 0px;
    padding-left: 10px;
    padding-left: 10px;
    padding-left: 10px;
    height: 500px;
    overflow: auto;
}

.margin {
    margin-right: 270px;
}

.edit-btn {
    display: inline-block;
    padding: 1px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 15px;
}

.btn-showcode {
    color: #543030;
    background-color: #deb05b;
    border-color: #46b8da;
}