/**
 * EGroupware: CSS with less preprocessor
 *
 * Please do NOT change app.css directly, instead change app.less and compile it!

 * Dialog Import Export
 *
 * @link http://www.egroupware.org
 * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
 * @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
 * @package projectmanager
 * @version $Id$
 */

@import (reference) "../../../pixelegg/less/def_buttons.less";
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
@import (less) "../default/app.css";


/*     Dialog Import Export      */

#importexport-export_dialog {
    margin: 1em;


    img {.dimension_height_m;}

    .et2_tabcntr {height: 354px;}

}

/* Tab General*/
 #importexport-export_dialog_importexport-export_dialog-general_tab_content {

      width: 400px;

      table.et2_grid {
        tr:nth-child(even) {background: @color_even;}
        tr:nth-child(odd) {background: @color_odd;}
          td {padding: 0.5em;}

      }

    }

/* Tab Auswahl*/
#importexport-export_dialog_importexport-export_dialog-selection_tab {

         table.et2_grid {
        tr:nth-child(even) {background: @color_even;}
        tr:nth-child(odd) {background: @color_odd;}
          td {padding: 0.5em;}

      }


}

/* Tab Optionen*/
#importexport-export_dialog_importexport-export_dialog-options_tab{
        table.et2_grid {
        tr:nth-child(even) {background: @color_even;}
        tr:nth-child(odd) {background: @color_odd;}
          td {padding: 0.5em;}

      }


}

/**
 * Admin Tree - apps - import / Export Dialog
 * NEW Window
 */

 // First
 .wizard_content {

     #importexport-wizardbox_importexport-wizard_chooseapp,
     #importexport-wizardbox_importexport-wizard_chooseplugin,
     #importexport-wizardbox_importexport-wizard_choosename,
     #importexport-wizardbox_importexport-wizard_basic_import_csv-sample_file,
     #importexport-wizardbox_addressbook-importexport_wizard_vcard_charset{

         margin: 15em 0 0 10em;

         table.et2_grid{font-size: 15px;}
         /*#importexport-wizardbox_msg{font-size: 2em;}*/

         input.et2_textbox{width: 100%;}

     }


     // Filter
     #importexport-wizardbox_importexport-wizard_basic_import_csv-choosesepncharset,
     #importexport-wizardbox_importexport-wizard_basic_import_csv-fieldmapping{

         margin: 0.5em;

        table.et2_grid tr:first-child{height: 62px;}

      .et2_label#importexport-wizardbox_msg {font-size: 15px;}


     }

     // Help
     #importexport-wizardbox_importexport-wizard_basic_import_csv-conditions{

        margin: 0.5em;

        .condition_help {
                    line-height: 2em;
                    border-bottom: 10px solid transparent;
                    }

         .et2_label#importexport-wizardbox_msg {font-size: 15px;}

     }

     // Choose Owner
     #importexport-wizardbox_addressbook-importexport_wizard_vcard_chooseowner,
     #importexport-wizardbox_addressbook-importexport_wizard_chooseowner{
          margin: 0.5em;

        table.et2_grid tr:first-child{height: 62px;}

      .et2_label#importexport-wizardbox_msg {font-size: 15px;}
     }

     // choose
     #importexport-wizardbox_importexport-wizard_chooseallowedusers{

      margin: 0.5em;

      table.et2_grid tr:first-child{height: 62px;}

      .et2_label#importexport-wizardbox_msg {font-size: 15px;}

     }

 }


//