@charset "UTF-8";
.bar {
    height: 18px;
    background: #008000;
}

.devlinks {
    border: medium solid #060;
    margin: 1em;
}

.subhead_title img {
    width: 35px;
    margin-top: -15px;
    margin-bottom: -2em;
    margin-left: 1em;
    cursor: pointer;
}

#progress {
    width: 600px;
    font-weight: bold;
    font-size: 14px;
    color: #008000;
}

#lookupmls,
#lookupmls:visited,
#lookupmls:active {
    color: #008000;
    text-decoration: none;
    font-weight: bold;
    margin-left: 12px;
}

#lookupmls:hover {
    color: #0f0;
    text-decoration: none;
}

.vt_save {
    display: inline-block;
    margin-right: 2em;
    margin-top: 2em;
    float: right;
}

.vt_linkitem {
    font-weight: bold;
    font-size: 14px;
}

.textremarks {
    height: 100px;
    width: 600px;
    background: none;
    border: solid 1px #000;
    padding: 5px;
    font-size: 11px;
}

.file-loaded {
    font-size: 14px;
    background-color: #aaa;
    color: #008000;
    font-weight: bold;
    padding-left: 7px;
    padding-top: 8px;
}

.files {
    width: 820px;
}

#fileupload {
    position: absolute;
    opacity: 0;
    transform: translate(-200px, 0) scale(4);
    height: 55px;
}

#addbtn {
    display: inline-block;
    width: 55px;
    height: 55px;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
    background: url("/themes_admin/admin_idxfeed/bttns/g_addnew.png") 0 0 no-repeat;
    border: 0;
}

.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #fff, #09e90a);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333;
    background-color: #09e90a;
}

.btn:active,
.btn.active {
    background-color: #ccc;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:first-child {
    margin-left: 0;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position 0.1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    box-shadow: none;
}
