
/* Стили для блока администрирования зарегистрированного пользователя */
#innerX {
    margin-bottom: 5px !important;
}

#innerX .text {
    margin: 2px 0 !important;
    border: 1px solid #B5B8C8;
    width: 220px;
    padding: 2px;
}

#innerX table td:first-child {
    width: 175px;
}

/* Изменение базовых стилей ExtJS для формы поиска */
.x-window-dlg .extvs-loading-icon {
    background: transparent url('./ajax-loader.gif') 0 0 no-repeat;
    /*../extjs3/resources/images/default/shared/*/
    height: 46px;
}

.x-fieldset {
    padding-top: 10px !important; /* For IE */
}
.x-fieldset .x-fieldset {
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
}
.x-fieldset-body .x-btn {
    width: 200px !important;
}
.x-fieldset-body button.x-btn-text {
    font: bold 13px Arial, Helvetica, sans-serif;
    padding: 0 20px;
    color: #002B49;
}
fieldset.x-panel-collapsed {
    margin-bottom: 0 !important;
}
.x-panel-btns {
    padding: 0 5px 5px 5px;
}
.extvs-form-editable-field {
    color: #004685;
}

.x-dependent-disabled {
    color: #004685;
}
/*
.x-dependent-disabled input {
    background: none;
    border: none;
}*/

#hotel_search_platform {
    min-height: 280px;/* Надо тестить. */
}

.x-toolbar-ct-maximize table.x-toolbar-ct table,
.x-toolbar-ct-maximize table.x-toolbar-ct table input {
    width: 100%;
}
