﻿/*
'' ----------------------------------------------------------------------
'' Copyright (C) Revolux S.àR.L and IDEP.WEB & SFO.WEB CNAs - 2014-2019.
'' All Rights Reserved.
''
'' Written by Revolux S.àR.L.
''
''  No part of this software may be copied or distributed in any form or by
''  any means without prior written permission of the Copyright owners.
''
''  This file is part of IDEP.WEB and SFO.WEB. IDEP.WEB and SFO.WEB is 
''  software written For IDEP.WEB And SFO.WEB CNAs
''
''  IDEP.WEB & SFO.WEB remains property of Revolux' client CNAs
''  Revolux has the right to change any part of the software without notice.
''
''  The Intellectual Property Right is retained by Revolux S.àR.L. Luxembourg.
''    ( This program is -NOT- in the public domain. )
''
''  These copyright and copying conditions cover the all the programs and 
''  utilities of IDEP.NET and IDEP.WEB and SFO.WEB written by Revolux.
'' ----------------------------------------------------------------------
''
'' CBS' basic styles (unfortunately we still have to live with this
'' old VIRK heritage :| )
''
'' ----------------------------------------------------------------------
''
''~[20140025] 24/03/2014 Marius Groenendijk
''~IDEP.WEB for CBS Initialisation
''
'' ~[20170057] Indented, Renamed Basic_NL to Basic (this file) and used by all MS
'' If an MS does not want the default Arial font, find a better way to override in the rvl-MS file.
'' ----------------------------------------------------------------------
*/

/*TODO: eventually we want to get rid of css lint errors (use of !important) in this file*/

/*old doc - please don't delete
@import url(http://fonts.cbs.nl/cbs_vooruwbedrijf.css);
 Start file $Id: basic.css 5678 2008-01-28 13:22:51Z jronn 
letter-spacing:0.0625em; doe maar niet
*/

/* styling of text */
* {
    font-family: Arial, sans-serif;
    font-size: 11px; /* font-size:0.95em; */
    line-height: 17px;
}

/* Styling of headers */

h2 {
    font-weight: bold;
    font-size: 13px;
    line-height: 17px; /* line-height:1.5em; */
    margin: 0 0 10px 0;
}

h3 {
    font-weight: bold;
    font-size: 11px;
    line-height: 17px; /* line-height:1.5em; */
    margin: 0 0 4px 0;
}

/* Styling of lists */

ol {
    margin-left: 10px;
    padding: 0;
}

    ol li {
        padding-left: 2px;
        margin-left: 10px;
    }

/* Hack to enable correct vertical position of list-style-image in IE6 */
ul {
    list-style: none !important;
    list-style-image: none !important;
    margin: 0;
    padding: 0;
}

    ul li {
        margin: 0;
        padding: 0;
        padding-left: 16px;
        background-image: url('../Images/bluedot.png');
        background-repeat: no-repeat;
        background-position: 0 7px;
    }

    ul ul li {
        margin: 0;
        padding: 0;
        padding-left: 16px;
        list-style-image: none !important;
        background-image: url('../Images/graydot.png');
        background-repeat: no-repeat;
        background-position: 0 7px;
    }

/* LINKS */

a {
    color: #0080a5;
}

    a:visited {
        color: #7b736c;
    }

    a:hover {
        text-decoration: underline;
        /*~[MG 01/03/2012] Slowly display link in normal link color*/
        color: #0080a5;
        -webkit-transition: color 400ms ease-in;
        -moz-transition: color 400ms ease-in;
        -o-transition: color 400ms ease-in;
        -khtml-transition: color 400ms ease-in;
        -ms-transition: color 400ms ease-in;
        transition: color 400ms ease-in;
        /*~[MG 01/03/2012] End change*/
    }

/* Styling of tables */

table, caption, tr, td, th {
    line-height: 15px;
}

td, th, caption {
    padding: 6px 4px 6px 10px !important;
}

caption {
    text-align: left !important;
    font-weight: bold !important;
    color: white !important;
    background-image: url('../Images/tablehead.png') !important;
    background-position: top left !important;
    background-repeat: repeat-x !important;
}

th {
    text-align: left;
    margin: 0;
    font-weight: bold;
    background-color: #d9eff6;
    border-bottom: dotted 1px #bbb5b1;
}

table {
    margin: 0 0 16px 0;
    border-collapse: collapse;
    border: solid 1px #dcdad8;
}

td {
    margin: 0;
    border: dotted 1px #dcdad8; /* dotted works in IE7, FF4 but not in FF3.6 ... */
    /* Next 2 make it behave better during FF zoom */
    border-left-width: 0;
    border-top-width: 0;
}

a img {
    border: 0;
}

/*~[20120101] remove auto clear dinges in IE10 */
input[type=text]::-ms-clear {
    display: none;
}

/* ---------------------------------------------------------------------- */
/* [EOF] */
/* ~[20140025] IDEP.WEB for CBS Initialisation ~~ MG ~~ 24/03/2014 10:32*/
/* ~[20140025] prep ~~ MG ~~ 04/04/2014 11:00*/
/* Verdana vs. Arial ~~ MG ~~ 05/05/2014 15:34*/
/* ~[20170057] Increase base width and HEIGHT of application ~~ MG ~~ 25/06/2019 12:51*/
