div.calcMatrix {

}
div.calcMatrix div.c_row {
    height: 17px;
    padding: 5px 0 10px 0;
    border-bottom: 1px #f0f0f0 solid;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
}

/* --- uploadedPics --- */
ul.uploadedPics {
    font-size: 10px;
    padding: 0;
}
ul.uploadedPics:after{
    content: '';
    display: block;
    clear: both;
}
ul.uploadedPics li {
    float: left;
    width: 200px;
    margin: 0 10px 10px 0;
    text-align: center;
    position: relative;
    list-style-type: none;
}
ul.uploadedPics li img{
    max-width: 200px;
    max-height: 167px;
}
ul.uploadedPics li textarea{
    height: 45px;
    font-size: 11px;
    line-height: 14px;
}
ul.uploadedPics li span{
    display: none;
    position: absolute;
    left: 10px;
    bottom: 62px;
    z-index: 2;
    padding: 0px 4px;
}
ul.uploadedPics li:hover span{
    display: block;
}
.myplaceholder {
    background-color: yellow;
}

table.good_param {
    border-collapse: collapse;
    margin: 20px;
    width: 100%;
}

table.good_param TR TD, table.good_param TR TH {
    font-size: 14px;
    padding: 5px;
}

table.good_param td.name {
    width: 145px;
}

table.good_param input.input, table.good_param select {
    width: 100%;
}

.hint {
    color: #ddd;
}

tr.errorTr td, select.error, input.error {
    background: rgba(255, 13, 15, 0.24);
}

tr.offTr td {
    color: #c3c3c3;
}

textarea.metaTextarea {
    width: 100%;
}

textarea.goodTextarea {
    width: 450px;
}

input.input{
    height: 30px;
}
input.input,
textarea.input,
select.input{
    box-sizing: border-box;
    background: #f8f8f8;
    font-size: 15px;
    box-sizing: border-box;
    padding: 6px 4px;
}

select {
    background: #f8f8f8;
    border: 1px solid #ccc;
}

.w20 {
    width: 20px;
}
.w60 {
    width: 60px;
}
.w100 {
    width: 100px;
}
.wwide{
    width: 100%;
}

.w200{
    width: 200px;
}
.al {
    text-align: right;
}


.cost {
    width: 80px !important;
    text-align: right;
}

.area {
    width: 54px !important;
    text-align: right;
}

.dotten {
    text-decoration: none;
    border-bottom: 1px dotted rgba(0, 174, 19, 0.52);
}

.dotten:hover {
    text-decoration: none;
    border-bottom: 1px dotted rgb(0, 174, 19);
}

.neighbors {
    position: absolute;
    top: 17px;
    right: -8px;

}

.neighbors a {
    text-decoration: none;
    display: block;
    float: left;
    margin-right: 5px;
}

.neighbors a img {
    height: 80px;
    padding: 8px 0 0 0;
}

.neighbors a span {
    margin: 0px 6px 5px 0px;
    padding: 3px 10px;
    background: #1D754F;
    color: #ffffff;
    border-radius: 5px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
}

.neighbors a span:hover {
    background: #ffffff;
    color: #1D754F;
}

.submit_sm {
    margin: 5px 0;
    font-size: 12px;
    padding: 4px 8px;
}



.mod_admin_menu {
    font-size: 11px;
    padding: 0 5px;
}

.mod_admin_menu ul {
    margin-top: 20px;
}

.mod_admin_menu ul li {
    padding: 0 4px 0 0;
    display: inline-block;
    height: 24px;
}

.mod_admin_menu ul li:first-of-type {
    padding-left: 0;
}

.mod_admin_menu ul li:last-of-type {
    padding-right: 0;
    background: none;
}

.mod_admin_menu a
    /*.mod_admin_menu a span*/ {
    color: #076f08;
    text-decoration: none;
    text-decoration: underline;
    border-radius: 10px;
    border: 1px solid;
    padding: 1px 5px 3px 7px;
    text-decoration: none;
}

.mod_admin_menu a:hover {
    color: #ffffff;
    background: #076f08;
    text-decoration: none;
    border: 1px solid #076f08;
}




