
/* .km-flat .km-button {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 0.5em 0.8em;
    
    background: rgba(0, 0, 0, 0.1)
}

.k-textbox > input, .k-input[type="text"], .k-input[type="number"], .k-input[type="password"], .k-textbox, .k-picker-wrap .k-input, .k-button {
    border-style: solid;
    border-width: 1px;
    font-family: inherit;
    font-size: 100%;
    width: 100%;
    border-color: #dbdbde;
    position: relative;
} */


/* std classes : table.customer (like vieworder) */

table.customer {
    border-collapse: collapse;
}

table.customer td {
    padding-right: 5px !important;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;

}

table.customer td:first-child + td {
    padding-right: 0px !important;
    padding-left: 10px !important;
    width: 100%;
}


table.customer td ul, table.customer td ol{
    margin-left: 20px;
}

table.customer td .note{
    font-size: 12px;
    color: #777;
}

table.simple td {
    padding: 5px !important; 
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    border: none;
}

/* std classes : table.filter (like orderlist) */

table.filter {
    border-collapse: collapse;
    margin-bottom: 10px;
    border: none;
}

table.filter td {
    padding: 5px !important; 
    text-align: left;
    vertical-align: middle !important; 
    font-size: 12px;
    background-color: #ebeff9;
}

table.filter td select {
    font-size: 12px;
}
table.filter td input {
    font-size: 12px;
}

li.padded { margin-left : 10px; }


.sn_go {
    background: url("/images/karta/ic_google.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 58px;
    margin-left: 30px;
    margin-top: 30px;
    width: 58px;
}
.sn_vk {
    background: url("/images/karta/ic_vk.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 58px;
    margin-left: 30px;
    margin-top: 30px;
    width: 58px;
}
.sn_fb {
    background: url("/images/karta/ic_facebook.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 58px;
    margin-left: 30px;
    margin-top: 30px;
    width: 58px;
}
.sn_tv {
    background: url("/images/karta/ic_twitter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 58px;
    margin-left: 30px;
    margin-top: 30px;
    width: 58px;
}
.sn_ok {
    background: url("/images/karta/ic_odnoklasniki.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: left;
    height: 58px;
    margin-left: 30px;
    margin-top: 30px;
    width: 58px;
}
