
.sg-paginator__item p {
    margin: 0;
}

.select2-selection__clear{
    right: -16px;
    color: #0063b0;
}

.modal-dialog .modal-content button.close {
    background: none;
    top: 5px;
    right: 4px;
}

.modal-dialog .modal-content div.modal-body {
    padding: 0;
}

#popupInfoLand .modal-dialog .modal-content button.close {
    background: url(/bitrix/templates/gosuslugi/images/icon/ico_close.png) center no-repeat;
    cursor: pointer;
    z-index: 9999;
}

.modal-dialog .modal-content .modal-header{
    padding: 15px;
}

.bootstrap-dialog div.bootstrap-dialog-title {
    color: black;
    font-weight: bold;
}

.red-star{
  color: red;
}

.sg-input--required:invalid{
    border: 1px solid #EC7E7B;
    box-shadow: none;
}

.sg-select--required{
    border: 1px solid #EC7E7B!important;
    box-shadow: none;
}

.sg-textarea--required:invalid{
    border: 1px solid #EC7E7B;
    box-shadow: none;
}

.sg-btn:disabled{
    cursor: not-allowed!important;
}
