.form-control,
.userModal input,
.userModal .modal-content {
	border-radius: 0;
}
textarea.form-control {
    height: 200px;
}
.userModal .modal-header {
	background-color: black;
}
.userModal .modal-header h4, 
.userModal .close {
	color: white;
	opacity: 1;
}
.left-padd {
	padding-left: 60px;
}
.comment-item {
	border-bottom: 1px dashed #bbb;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.comment-it {
	padding-left: 20px;
}
.btn-clean {
	border: 0;
	background: transparent;
}
.btn-sq {
	border-radius: 0;
}
.rating-container .caption {
    display: none!important;
}
.bg-white {
	background-color: white;
}
.panel-buttons .row {
	margin-right: 0;
}
.panel-buttons button.uk-button-medium,
.panel-buttons a.btn-danger,
.panel-buttons a.btn-default {
	text-align: left;
	background-color: transparent;
	color: white;
	padding: 10px;
}
.panel-buttons button.uk-button-medium {
	border: 1px solid #00a8e6;
	padding: 5px 0 5px 10px;
}
.btn-default,
.btn-info,
.btn-primary,
.btn-warning,
.btn-danger {
	border-radius: 0;
}
.del-icon {
	position: absolute;
	right: 0;
	top: 0;
	z-index:1;
}
.transparent-field {
	background: transparent;
	border: 1px solid white;
	width: 100%;
	color: white;
}
#feedback-form .has-error .help-block, 
#feedback-form .has-error .control-label, 
#feedback-form .has-error .radio, 
#feedback-form .has-error .checkbox,
#feedback-form .has-error .radio-inline,
#feedback-form .has-error .checkbox-inline,
#feedback-form .has-error.radio label,
#feedback-form .has-error.checkbox label,
#feedback-form .has-error.radio-inline label,
#feedback-form .has-error.checkbox-inline label {
	color: #ff6966;
}
.view-image-modal .image-container img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin: 0px auto;
}
.add-gallery>div:nth-child(2) .form-upload, .my-place-edit>div:nth-child(2) .form-upload {
    padding-top: 41px;
}
.modal-content {
	border: none;
}
.half-page {
	padding: 37px;
}
.btn-black-on {
	/*border: 1px solid #fff;*/
	color: white;
	background: black;
	border-radius: 3px;
}
.btn-black-on:hover {
	border: 1px solid #000;
	color: black;
	background: white;
}
.rating-disabled .rating {
    cursor: default!important;
}
.rating-container .filled-stars {
    text-shadow: none!important;
    -webkit-text-stroke: 0!important;
    color: #f5a100!important;
}
#add-tags .selectric .label,
#user-searching-form .selectric .label,
#gallery-data-form .selectric .label {
	text-align: left !important;
}
.small-preview-image {
	background-size: cover;
	height: 120px;
	width: 100%;
}
.chekMainImage {
	background: url(../images/chekMainImage.png) no-repeat;
	width: 8px;
    height: 8px;
    display: inline-block;
}
.uncheckMainImage {
	background: url(../images/uncheckMainImage.png) no-repeat;
	width: 8px;
    height: 8px;
    display: inline-block;
}
.trash-remove {
    width: 18px;
    height: 18px;
    font-size: 0!important;
    background: #eb5960;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    right: 6px;
    z-index: 8;
    cursor: pointer;
}
.trash-remove:before {
    content: '-';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 2px;
    background: #fff;
    margin-top: -1px;
    margin-left: -4px;
}
.text-remove-check {
	color: #ff8986;
}
.text-remove-check:hover,
.text-white:hover {
	color: white;
	text-decoration: none;
}
.image-album {
	background-size: cover;
	width: 100%;
	padding-top: 80%;
    margin: 1px 13px;
}
.album-wrapper {
	padding: 0 24px;
	margin-bottom: 30px;
}
.item-wrapper {
	padding: 0 37px;
	margin-bottom: 30px;
}
.wrapper-list-view .item .our-worker {
	margin: 0;
    border: 1px dashed #ccc;
    padding: 20px;
    min-height: 130px;
}
.our-worker strong {
	font-size: 1.3em;
	margin-right: 10px;
}
.our-worker .user-icon-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    float: left;
    display: block;
    background-size: cover;
    background-position: center;
}
.remove-worker {
    width: 14px;
    height: 18px;
    background: url(../images/remove-grey.png) center no-repeat;
    cursor: pointer;
    z-index: 10;
}
.remove-worker:hover {
    background: url(../images/remove-red.png) center no-repeat;
}
.list-block-link {
    width: 97%;
    min-height: 120px;
    position: absolute;
    top: 0;
    z-index: 1;
}
.search-user {

}
#user-searching-form {
	padding: 54px 24px;
}
#user-searching-form .help-block {
	display: none;
}
.btn-list {
	bottom: 7px;
    border: 1px solid #777;
    padding: 8px 10px;
}
.help-block {
    position: absolute;
}
.remove-comment {
    padding-left: 20px;
    font-family: RalewayLight;
    color: #256191;
}
.remove-comment, .text-afterform a:hover {
    text-decoration: none;
}
.add-photo-area .areafile .transparent-item {
    color: rgba(37, 97, 145, 0.16);
    border: 2px solid rgba(37, 97, 145, 0.14);
}
.pdl-0 {
    padding-left: 0;
}
.button-type-b a {
    color: white;
}
.button-type-b a:hover {
    text-decoration: none;
    color: black;
}
.lowercased {
    text-transform: none;
}
#gallery-images-form .checkbox-line {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
#gallery-images-form .checkbox .form-group {
    margin-bottom: 4px;
}
#club-edit-form .checkbox input[type=checkbox]+div span {
    padding-left: 5px;
    margin-top: 10px;
}
#feedback-form .checkbox .form-group {
    margin-bottom: 0;
}
#form-signup .checkbox {
    margin: 0;
    padding: 0;
    padding-left: 24px;
}
#form-signup .checkbox input[type=checkbox]+div i {
    border: 1px dashed #5d5a5a;
}
#form-signup .checkbox input[type=checkbox]+div span {
    padding-left: 0;
}
#form-signup .authform-modal>div {
    padding-bottom: 0;
}
.main-image h1 {
    max-width: 100%;
}
#imgInp {
    display: none;
}
.developments-item .right-devel .container-content-devel .users-list .user-list-item {
    vertical-align: top;
}
i.glyphicon-ruble {
    font-size: 0.6em;
}
#tarif-1 .help-block,
#tarif-2 .help-block,
#tarif-3 .help-block {
    text-align: center;
    width: 100%;
}
.filtered {
    color: white;
    font-size: 1.3em;
}
a.view-poster-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.instit-list .instit-item-container .button-type-b {
    z-index: 4;
    position: relative;
}
.field-signupform-accept p.help-block-error {
    bottom: -30px!important;
}
#register .input .btn-type-c {
    margin-top: 26px;
}
#form-signup .checkbox input[type=checkbox]+div span {
    margin-left: -15px;
}
#form-signup .field-signupform-accept.has-error:after {
    content: '';
    background: url(/images/error-icon.png) no-repeat;
    background-size: cover;
    visibility: visible;
    position: absolute;
    right: 12px;
    bottom: 14px;
    width: 19px;
    height: 19px;
    transition: all .5s;
}
/* .logo img {
    width: 33px;
} */
#feedback-form button.btn-type-c {
    margin-top: 20px;
}
.non-float {
    float: none!important;
}
select.selectric-dr {
    padding: 10px;
    width: 100%;
    color: #959595;
    border: 1px solid #959595;
    font-family: RalewayLight;
}
select.selectric-dr option {
    display: block;
    padding: 8px 10px;
    color: #666;
    cursor: pointer;
}
.users-list-page .item {
    width: auto;
    display: inline-block;
    float: left;
}
.users-list-page .user-list-item {
    width: 100%;
    height: 100px;
}
#data-user-avatar span.text-uploadfile {
    top: 50%!important;
}
#data-user-avatar .form-group.has-error .help-block-error {
    position: absolute;
    bottom: 6px;
    left: 2px;
    padding: 2px 16px;
    background: #fff;
    transition: all .3s;
    cursor: text;
    color: #ec1923;
    overflow: inherit; 
    text-overflow: ellipsis;
    white-space: nowrap;
    right: 15px;
    font-size: 11px;
}
#data-user-avatar .field-imgInp .help-block-error {
    overflow: hidden!important; 
}
#gallery-images-form label {
    cursor: pointer;
}
.text-hint {
    overflow: inherit;
}
td.small-padding {
    padding-right: 10px;
}
.inputs-group-2 .input-wrap input {
    text-align: left;
    text-indent: 10px;
}
.inputs-group-2 table td:nth-child(2) .text {
    left: 5px;
}
.inputs-group-2 .input-wrap .text {
    position: absolute;
    top: 11px;
    left: 5px;
}
.input .pseudoinput, .input input, .input textarea {
    padding: 11px 8px;
}
.content-inst-element.menu-inst-el {
    background-image: none;
    background-color: #555;
}
.text-red {
    color: red;
}
.images-block .image-block.size-w-3 {
/*    min-width: 257px;*/
/*    min-height: 174px;*/
}
.glyphicon.glyphicon-download-alt {
    color: white;
    font-size: 16px;
}
#reset-password-form .form-group.has-error .help-block-error {
    bottom: 88px;
    background-color: transparent;
}
.ias-trigger a {
    display: inline-block;
    padding: 10px 20px;
    margin: 0px auto;
    width: 230px;
    margin-top: 45px;
}

.users-list-page .user-list-item {
    width: 100%;
    height: 100px;
}

@media screen and (max-width: 768px) {
	.users-list-page .user-list-item {
	    height: auto;
	}
}

/* Loader start */
#pjax-container-main,
#pjax-container-view {
    display: none;
}
.loading {
    min-width: 200px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
    z-index: 3;
    margin: 0 auto;
    opacity: 0.7;
}
.loading-container {
    width: 100%;
    height: 100%;
    opacity: 1;
    color: white;
    position: absolute;
    text-align: center;
    font-size: 3em;
    z-index: 4;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}
.glyphicon.glyphicon-refresh {
    font-size: 4em;
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 3s infinite linear;
}
.row-captcha .form-group.has-error .help-block-error {
    position: absolute;
    bottom: 9px;
    left: 41px;
    padding: 2px 7px;
    background: #fff;
    transition: all .3s;
    cursor: text;
    color: #ec1923;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    right: 15px;
    font-size: 11px;
    width: 200px;
}
#form-signup .row-captcha .form-group.has-error:after {
    content: '';
    background: url(/images/error-icon.png) no-repeat;
    background-size: cover;
    visibility: visible;
    position: absolute;
    bottom: 13px;
    width: 19px;
    height: 19px;
    transition: all .5s;
    left: 230px;
}
.btn-reset {
    position: relative;
    z-index: 100;
}

.modal-send {
    display: inline-block;
}
 
@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
 
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
/* Loader end */

/*.ias-trigger .padding-for-element {
    padding-top: 226%;
}

@media screen and (min-width: 1400px) {
    .ias-trigger .padding-for-element {
        padding-top: 224.5%;
    }
}

@media screen and (max-width: 1000px) {
    .ias-trigger .padding-for-element {
        padding-top: 338%;
    }
}

@media screen and (max-width: 595px) {
    .ias-trigger .padding-for-element {
        padding-top: 1335.5%;
    }
}

@media screen and (max-width: 450px) {
    .ias-trigger .padding-for-element {
        padding-top: 1341.5%;
    }
}*/