﻿/* Select */
/* ====== */

div.schepenSelect
{
    width: 837px;
    margin: 0 auto;
}

div.schepenSelect div.row div.col
{
    width: 264px;
}

div.schepenSelect div.row label
{
    width: 96px;
}

div.schepenSelect div.row input
{
    margin-left: 100px;
}

div.schepenSelect div.row div.col_estuair span.chb 
{
    margin-left: 0;
}

div.schepenSelect div.rowbtnSearch div.col
{
    margin-left: 0;
    float: right;
}

div.schepenSelect div.rowbtnSearch input.submit
{
    margin-right: 16px;
}


/* Data */
/* ==== */

div.schepenData
{
    width: 983px; /* Gelijk aan de breedte van de tabcontainer */
    margin: 0 auto;
}


/* SchepenBasis */
/* ============ */

div.schepenBasis
{
    /* Hoogte inclusief btnSave in editeerbare mode. */
    height: 348px;
        
    /* Van belang in editeerbare mode om de btnSave rechts op te lijnen. */
    width: 965px;
}

div.schepenBasis div.col1,
div.schepenBasis div.colExtranr,
div.schepenBasis div.colHulltype,
div.schepenBasis div.colHekschroef
{
    /* Alle divs die tot aan de uiterst rechtse kan van de eerste kolom komen, */
    /* eenzelfde margin geven naast die uiterst rechts kant. */
    margin-right: 9px;
}


div.schepenBasis div.col1
{
    width: 415px;
}

div.schepenBasis div.col2
{
    width: 243px;
}

div.schepenBasis div.col3
{
    width: 298px;
}

div.schepenBasis div.colMmsi
{
    width: 202px;
}

div.schepenBasis div.colExtranr
{
    width: 213px;
}

div.schepenBasis div.colBouwjaar,
div.schepenBasis div.colBoegschroef
{
    width: 147px;
}

div.schepenBasis div.colHulltype,
div.schepenBasis div.colHekschroef
{
    width: 268px;
}


div.schepenBasis input.text, 
div.schepenBasis textarea, 
div.schepenBasis select, 
div.schepenBasis div.radlookup, 
div.schepenBasis span.indent
{
    margin-left: 106px;
}

div.schepenBasis div.col2 input.text
{
    margin-left: 115px;
}

div.schepenBasis div.col3 input.text
{
    margin-left: 142px;
}

div.schepenBasis div.colExtranr input.text
{
    margin-left: 110px;
}

div.schepenBasis div.colHulltype div.hulltype
{
    margin-left: 34px;
}

div.schepenBasis div.colHekschroef input.text
{
    margin-left: 46px;
}



div.schepenBasis label
{
    width: 102px;
}

div.schepenBasis div.col2 label
{
    width: 111px;
}

div.schepenBasis div.col3 label
{
    width: 138px;
}

div.schepenBasis div.colExtranr label
{
    width: 106px;
}

div.schepenBasis div.colHulltype label
{
    width: 30px;
}

div.schepenBasis div.colHekschroef label
{
    width: 42px;
}


div.schepenBasis input.text,
div.schepenBasis textarea
{
    width: 150px;
}

div.schepenBasis .txt_numeric
{
    width: 60px !important;
}


/* Individuele controls */
div.schepenBasis input.lloydsnummer, 
div.schepenBasis input.mmsi, 
div.schepenBasis input.roepletters
{
    width: 90px;
}

div.schepenBasis input.shpnaam, 
div.schepenBasis div.cellMatching input.text, 
div.schepenBasis div.col div.largelookupcontrol input.readonly
{
    width: 266px;
}

div.schepenBasis div.colBouwjaar input,
div.schepenBasis div.colBoegschroef input,
div.schepenBasis div.colHekschroef input
{
    width: 35px;
}


div.schepenBasis div.colHulltype div.hulltype input.text
{
    width: 191px;
}


/* Enkel voor editeer bare mode */

div.schepenBasis div.col_estuair span.chb
{
    margin-left: 137px;
}

div.schepenBasis div.cellMatching div.radlookup div.RadComboBox 
{
    width: 272px !important;
}

div.schepenBasis div.cellMatching div.radlookup div.RadComboBox table tr td input
{
    width: 266px !important;
}

div.schepenBasis div.btnRow input.submit
{
    /* margin van het framework overrulen, de knop mag volledig rechts opgelijnd staan. */
    margin-right: 0;
    width: 126px;
}

/* Schepen identification */
/* ====================== */

div.tabShipIdentification div.row div.col2 label 
{
    width: 88px;
}

div.tabShipIdentification div.row div.col2 input 
{
    margin-left: 92px;
}