textarea {
    resize: none;
}

tr[template = "true"] {
    display: none;
}

form * {
    /*font-size: 16pt!important;*/
}

.editable-field[type="text"] {
    font-size: 18px!important;
}
.editable-field:disabled {
    border: 0px!important;
    background-color: transparent!important;
    cursor: default;
}
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    /*pointer-events: none;*/
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > .ic_div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.console-msg {
    font-size: 18px;
}

.label-info {
    background-color: #a56365!important;
}

.label-info:hover {
    color:#fff!important;
    text-decoration-color: #fff!important;
}

.post-section .btn-danger {
    background-color: #8E2834;
    border-color: #8E2834;
    margin: 1px;
}

.post-section .btn-danger:hover {
    background-color: #a56365;
}

.score {
    display: inline;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
    /*border: 0;*/
    font-size: 0;
}
.score legend {
    overflow: hidden;
    height: 0;
}

.score input {
    position:absolute;
    top: -2em;
    clip:rect(0,0,0,0);
}

.score label {
    font-size: 32px; font-size: 2rem;
    line-height: 32px; line-height: 2rem;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 1.2em;
    height: 1em;
    overflow: hidden;
    text-indent: 100%;
    margin-bottom: 0;
}
.score label:before {
    content: "☆";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    text-indent: 0;
    line-height: 1em;
    color: #aaa;
}
.score label:hover:before,
.score label:hover ~ label:before,
.score input:checked ~ label:before {
    content: "★";
    color: #ffbb04;
}

.score label:active {
    position: relative;
    top: 1px;
}

#raiting_info {
    display: inline;
}

.rich-snippets {
    display: none;
}

.profile-name-info {
    background-color: #d54c7e!important;
}
.label-info.arrowed-in-right:before  {
    border-color: #d54c7e #d54c7e #d54c7e transparent;
}

.label-info.arrowed-in-right:after {
    border-color: #d54c7e transparent #d54c7e #d54c7e;
}

/*.profile-page .profile-info-name {
    width: 150px;
}*/

.page-main .tel-input:read-only {
    background-color: transparent!important;
    border: 0px;
}
.user-edit-panel label {
    font-weight: bold;
}
.user-edit-panel label, .user-edit-panel input {
    font-size: 16px;
}

@media only screen and (max-width:600px) { 
    /*    .profile-page .profile-info-name {
            width: 100%;
        }*/
}

.red {
    color: red;
}

.user-img {
    width: 200px;
    height: 170px;
}