.form-control {
    display: inline-block !important;
	width: calc(100% - 5px) !important;
}

.suggestions-wrapper {
    position: absolute !important; /* необходимо чтобы перестал портить bootstrap-верстку, в частности tooltips */
    width: calc(100% - 5px) !important; /* необходимо чтобы перестал портить bootstrap-верстку, в частности tooltips */
}

.m-informant {
    position: relative; 
    left: 5px;
    margin-right: -18px  !important;
    width: 18px  !important;
    height: 18px  !important;
    line-height: 16px  !important;	
}

.tooltip-inner {
    margin-right: -10px;
}

.m-aside-page .aside-side .menu-group li a {
    cursor: pointer !important;
    text-decoration: none !important;
    color: #000 !important;
}
.m-aside-page .aside-side .menu-group li a:hover {
	text-decoration: underline !important;
}
.m-aside-page .aside-side .menu-group li.disabled a {
    text-decoration: none !important;
    color: #ccc !important;
    cursor: default !important;
}
.m-aside-page .aside-side .menu-group li.disabled a:hover {
    text-decoration: none !important;
}
.m-aside-page .aside-side .menu-group li.active a {
	color: #fff !important;
}

.bs-callout.bs-callout-info {
    border-left-color: var(--th-bg-color);
}

.bs-callout.bs-callout-info h4 {
    color: var(--th-bg-color);
}

.bs-callout.bs-callout-ok {
    border-left-color: #2e9f8d;
}

.bs-callout.bs-callout-ok h4 {
    color: #217768;
}

.dropdown-menu {
    left: auto !important;
    right: 15px !important;
}

.dropdown-menu li a {
    text-align: center;
}


ul.top-document-list {
	margin-left:40px;
}

ul.top-document-list li {
	list-style:initial;
}




.main-otkaz-form {
    margin: 30px 0 70px 0;
    clear: both;
}

.main-otkaz-form .submit-blk {
    text-align: left;
}

.main-otkaz-form .submit-blk input[type="submit"] {
    background: #b03f65;
}




.main-otkaz-form {

}

.main-info {

}

.main-info p {
    margin: 10px 0;
}

.main-info h4 {
    margin: 20px 0 10px 0;
}

.main-info h4.kg_table_header {
    margin: 40px 0 10px 0;
    line-height: 30px;
}

.main-info table {
    border-collapse: collapse;
    margin-bottom: 30px;
}

.main-info table thead {
    background: var(--th-bg-color);
    color: #fff;
}

.main-info table td, .main-info table th {
    padding: 4px;
    border: 1px solid var(--th-bg-color);
    text-align: center;
}

.zayav_types label {
    margin-left: 30px;
}

.zayav_types h4 {
     margin-left: 10px;
}

.ob_osnovs label {
    margin-left: 30px;
}

.zayav_types .m-checkbox-with-informant {
    white-space: nowrap;
}

.zayav_types .m-checkbox-with-informant label {
    max-width: 80%;
}

.zayav_types .m-checkbox-with-informant span {
    white-space: normal;
}

.user-name-block {
    display: inline-block;
    vertical-align: bottom;
}

.user-avatar-block {
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
}

.user-avatar-block img {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 40px;
}

a.no_addr_text {
    font-size: 11px;
    text-decoration: none;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}

label.radio {
    padding-top: 1px !important;
}

label.radio input[type="radio"] {
    width: 23px;
    height: 23px;
}

label.radio span {
    line-height: 23px;
    padding-left: 10px;
}

.events {

}

.events .bs-callout {
     position: relative;
}

.events .bs-callout a.close_event {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 6px;
    font-size: 20px;
    color: #000;
    opacity: 0.6;
}

.events .bs-callout a.close_event:hover {
    opacity: 1.0;
}