.elem {
    margin: 15px 0px;
}

.elem-extra {
    margin: 30px 0px;
}

.elem-wrapper-shorter {
    display: inline-block;
    width: 85%;
    max-width: 465px;
}

.elem-wrapper-phone {
    display: inline-block;
    width: 40%;
    max-width: 220px;
}

.elem-wrapper-side-short {
    display: inline-block;
    width: 30%;
    max-width: 140px;
}

.elem-wrapper-side-long {
    display: inline-block;
    width: 50%;
    max-width: 300px;
}

.elem-rep-group {
    display: inline-block;
    border: 1px solid #e4e4e4;
    padding: 10px;
    width: 85%;
    max-width: 445px;
    box-sizing: border-box;
    border-radius: 3px;
    vertical-align: top;
}

.elem-rep-group-item-50 {
    display: inline-block;
    width: 48%;
    max-width: 220px;
    margin-bottom: 10px;
}

@media screen and (max-width: 460px) {

    .elem-wrapper-phone, .elem-wrapper-side-short, .elem-wrapper-side-long {
        width: 70%;
        max-width: 220px;
    }

}

.elem-inline {
    float: left;
    margin-right: 5px;
    width: 100px;
}

.elem-picture {
    max-width: 200px;
    height: auto;
}

.elem-rep {
    margin-bottom: 5px;
    user-select: none;
}

.elem-rep-sep {
    margin: 0px 5px;
}

.ui-space {
    margin-left: 5px;
}

.ui-space-extra {
    margin-left: 20px;
}

.req {
    color: #ff0000;
}

.lbl {
    display: block;
    margin-bottom: 5px;
}

.lbl-inline {
    display: inline;
    margin: initial;
}

.inp {
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 7px;
    width: 100%;
    max-width: 500px;
}

.inp:focus {
    outline: none;
    border: 1px solid #d0d0d0;
}

.inp-icon-host {
    padding-right: 24px;
}

.inp-icon {
    margin-left: -22px;
}

.icon-lang {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left top;
    width: 16px;
    height: 11px;
}

.icon-lang-hy {
    background-image: url("../images/hy.png");
}

.icon-lang-en {
    background-image: url("../images/en.png");
}

.ui-pointer {
    cursor: pointer;
}

textarea.inp {
    resize: vertical;
    height: 100px;
    min-height: 50px;
    vertical-align: top;
}

.cb, .rb {
    position: absolute;
    left: -9999px;
}

.cb-styled, .rb-styled {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
}

.cb-styled span, .rb-styled span {
    position: absolute;
    left: 3px;
    top: 4px;
    width: 8px;
    height: 4px;
    border-radius: 1px;
    border-left: 3px solid #4fa679;
    border-bottom: 3px solid #4fa679;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn {
    text-decoration: none;
    background-color: #f2f2f2;
    color: #333333;
    border: 1px solid #e4e4e4;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.btn-bold {
    font-weight: bold;
}

.btn:hover, a.btn:hover {
    background-color: #e9e9e9;
    color: #333333;
}

.icon {
    color: #4fa679;
    font-size: 15px;
    cursor: pointer;
}

.icon:hover {
    color: #68bf92;
}

.icon-disabled, .icon-disabled:hover {
    color: #dddddd;
    cursor: initial;
}

.icon-rep {
    margin-left: 5px;
}

.editor-wrapper {
    width: 100%;
    max-width: 900px;
}

.select2 {
    width: 100% !important;
    max-width: 500px;
    box-sizing: border-box;
}

.select2-dropdown {
    z-index: 100000 !important;
}

.select2-hidden-accessible {
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.select2-container .select2-selection--single {
    height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333333;
    line-height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #555555 transparent transparent transparent;
    margin-top: 0px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #555555 transparent;
}

.select2-container *:focus {
    outline-color: #d0d0d0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 7px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
}

.select2-dropdown {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #68bf92;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true][aria-selected] {
    background-color: #68bf92;
    color: #ffffff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e4e4e4;
}

.select2-container--default .select2-results__option {
    padding: 10px 6px;
}

.datepicker-container {
    width: 230px;
    z-index: 100000 !important;
}

.datepicker-top-left, .datepicker-top-right {
    border-top-color: #4fa679;
}

.datepicker-panel > ul > li {
    border: 1px solid #ffffff;
    border-radius: 100%;
}

.datepicker-panel > ul > li:hover {
    border: 1px solid #4fa679;
    background-color: #4fa679;
    color: #ffffff;
}

.datepicker-panel > ul > li.highlighted {
    background-color: #ffffff;
    color: #0081c3;
    border: 1px solid #4fa679;
}

.datepicker-panel>ul>li.highlighted:hover {
    background-color: #4fa679;
}

.datepicker-panel>ul>li.muted:hover {
    color: #f2f2f2;
}

.datepicker-panel>ul[data-view=week]>li {
    border: 0;
    width: 32px;
}

.datepicker-panel>ul[data-view=week]>li:hover {
    border: 0;
    color: #7e7e7e;
}

.datepicker-panel>ul>li.picked, .datepicker-panel>ul>li.picked:hover {
    color: #ffffff;
    border: 1px solid #4fa679;
    background-color: #4fa679;
}

.datepicker-panel>ul>li[data-view="month current"], 
.datepicker-panel>ul>li[data-view="year current"], 
.datepicker-panel>ul>li[data-view="years current"] {
    border-radius: 0px;
}

.datepicker-bottom-left, .datepicker-bottom-right {
    border-bottom-color: #4fa679;
}

.tabs { 
    background-color: #4fa679;
}

.tabs li a, .tabs li a:hover {
    color: #ffffff;
}

.tabs li.selected a, .tabs li.selected a:hover {
    color: #333333;
}
