a.navbar-brand > * {
    display: inline-block;
    vertical-align: middle;
}

.navbar-brand img {
    margin-right: 4px;
}
.title-page {
    box-sizing: border-box;
    padding-bottom: 8px;
    margin-bottom: 35px;
	margin-top: 35px;
}
.title-tab {
    box-sizing: border-box;
    padding-bottom: 8px;
    margin-bottom: 35px;
}
a.btn-add-fixed {
    position: fixed;
    right: 5%;
    bottom: 10%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #343a40;
    color: #fff;
    font-weight: normal;
    box-shadow: -1px 1px 6px 1px rgba(0, 0, 0, 0.3);
}
a.btn-add-fixed:hover {
	text-decoration: none;
}
a.btn-add-fixed:hover {
    width: 50px;
    height: 50px;
    background-color: #565e65;
}
.value-field {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #343a40;
    background-color: rgba(255, 255, 255, 0.37);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

span.name-field {
    display: inline-block;
    margin-bottom: .5rem;
}
.value-field.textarea-field {
    height: auto;
    min-height: 80px;
}
.edit-customer, .view-customer, .photo-customer {
    color: #343a40;
}
.edit-customer.noactive, .view-customer.noactive, .delete_customer.noactive {
    opacity: .4;
}
.modal_pd {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}
.modal_pd.active {
    opacity: 1;
    visibility: visible;
}
body.active:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.51);
    display: block;
    z-index: 1;
}
.modal_pd_body {
    position: relative;
    max-width: 500px;
    max-height: 500px;
}

.modal_pd_body .close_modal_pd {
    position: absolute;
    top: -25px;
    right: -25px;
    line-height: 24px;
    color: white;
    font-size: 25px;
}

.modal_pd_body img {
    max-width: 100%;
    max-height: 100%;
}
.custom-file-input:lang(en)~.custom-file-label:after {
    content: "ÃÅ¾ÃÂ³ÃÂ»Ã‘ÂÃÂ´";
	cursor: pointer;
}
.photo_doc img {
    max-height: 250px;
}
 .customerPhoto {
    background-position: 50% 50%;
    position: relative;
    width: 400px;
    overflow: hidden;
    cursor: zoom-in;
	background-repeat: no-repeat;
}
@media (max-width: 430px) {
 .customerPhoto {
	 width: 100%;
 }	
}
.modal-body .customerPhoto {
    width: 100%;
}
.customerPhoto img:hover {
    opacity: 0;
}

.customerPhoto img {
    transition: opacity .5s;
    display: block;
    max-width: 100%;
}
img {
    max-width: 100%;
}
a.link_customer {
    color: #343a40;
    text-decoration: underline;
    position: relative;
    box-sizing: border-box;
    padding-left: 26px;
    display: block;
}
a.link_modal_customer {
    color: #343a40;
}

a.link_customer i {
    margin-right: 7px;
}

a.link_customer:hover {
    text-decoration: none;
}
a.link_customer:before {
    content: "\F2C2";
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
button.delete_customer {
    background: none;
    border: none;
    box-sizing: border-box;
    padding: 0;
}
.btn-save i {
    font-size: 15px;
    margin-right: 5px;
}

.btn-add i {
    font-size: 12px;
    margin-right: 5px;
}
.btn-user i {
    font-size: 12px;
    margin-right: 5px;
}
form.list_statuses input,
form.list_notes input,
form.list_hostels input {
    background-color: rgba(255, 255, 255, 0.37);
}

form.list_statuses input:hover, form.list_statuses input:active, form.list_statuses input:focus,
form.list_notes input:hover, form.list_notes input:active, form.list_notes input:focus {
    background-color: #fff;
}
a.del-link {
    color: #ff6975;
    font-size: 16px;
    margin-left: 8px;
    cursor: pointer;
}
.btn-outline-success {
	color: #fdb70b;
    border-color: #fdb70b;
}
.btn-outline-success:hover {
	color: #fff;
    background-color: #fdb70b;
    border-color: #fdb70b;
}
.btn-outline-success-custom {
	color: #fff;
    background-color: #fdb70b;
    border-color: #fdb70b;
	margin-left: 20px;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
	color: #fff;
    background-color: #fdb70b;
    border-color: #fdb70b;
}
.btn-outline-success.focus, .btn-outline-success:focus, .btn-outline-success-custom.focus, .btn-outline-success-custom:focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 183, 11, 0.26);
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(253, 183, 11, 0.26);
}
span.no_link_modal_customer {color: rgba(52, 58, 64, 0.44);position: relative;}

span.no_link_modal_customer:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    transform: rotate(45deg);
    background-color: #343a40;
    width: 100%;
    height: 1px;
}
span.no_search {
    display: block;
    text-align: center;
    color: #343a40;
}
span.message_nav {
    color: hsla(0,0%,100%,.5);
}
.form-control::-webkit-input-placeholder{
	color:#6c757d;
	opacity: 0.4;
}
.form-control::-moz-placeholder{
	color:#6c757d;
	opacity: 0.4;
}
.form-control:-ms-input-placeholder{
	color:#6c757d;
	opacity: 0.4;
}
.form-control::-ms-input-placeholder{
	color:#6c757d;
	opacity: 0.4;
}
.form-control::placeholder{
	color:#6c757d;
	opacity: 0.4;
}
.sp-replacer.sp-light {
    width: 30px;
    height: calc(1.6em + .75rem + 0px);
    border: none;
    position: absolute;
    top: 1px;
    right: 1px;
    box-sizing: border-box;
    border-radius: 0 3px 3px 0;
}

.sp-replacer.sp-light .sp-dd {
    display: none;
}
.form-group {
	position: relative;
}
.status_color_form .sp-replacer.sp-light {
    right: 23px;
}
.btn-info:hover + .info_window{opacity: 1;visibility: visible;transform: translateY(0);}
.info_window_wrap {
    position: relative;
}

.info_window {
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all .3s ease;
    background-color: rgba(0, 0, 0, 0.77);
    color: #fff;
    box-sizing: border-box;
    padding: 15px 20px 15px 10px;
    border-radius: 5px;
    z-index: 1;
}

.info_window li {
    white-space: nowrap;
}
.flag_icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 2px;	
	width: 13px;	
	height: 13px;
	background-size: 100%;	
	background-position: center;
	background-repeat: no-repeat;
}
#setting_fields i.flag_icon {
    margin-right: 0;
    margin-left: 8px;
}
.flag_icon.ua_flag_icon {background-image: url(../images/ua_icon.png);}
.flag_icon.ru_flag_icon {background-image: url(../images/ru_icon.png);}
.flag_icon.en_flag_icon {background-image: url(../images/en_icon.png);}
.custom-nav li:not(:last-child) {margin-right: 20px;}

.custom-nav li span, .custom-nav li a {
    color: #b3b3b3;
    padding: .5rem 1rem;
    display: block;
}
.custom-nav-wrap {padding: 10px 1rem 10px 0;}

.custom-nav li span {
    color: #f89817;
}

.custom-nav li a:hover, .custom-nav li a.active {
    color: #fff;
    text-decoration: underline;
}
.table td, .table th {
    vertical-align: middle;
}