/*********************************************************************************************************************************/
/*                                               Foglio di stile per i documenti WKIT                                            */
/*                                                                                                                               */
/*                                                                                                Alessandro Susta - aprile 2017 */
/*********************************************************************************************************************************/

/***********************************/
/*            colori               */
/* ------------------------------- */
/*     FFFFFF -> bianco            */
/*     85BC20 -> verde             */
/*     DADADA -> grigio            */
/*     F6F6F6 -> grigio chiaro     */
/*     474747 -> grigio scuro      */
/*     007AC3 -> blu               */
/***********************************/


/***********************/
/*                     */
/*    base settings    */
/*       START         */
/*                     */
/***********************/

body {
  font-family:   'Fira Sans', sans-serif;
  font-size:     12pt;
  color:         #474747;
  width:         60%;
  margin:        auto;
  margin-top:    30px;
  margin-bottom: 30px;
  text-align:    justify;
}

html::before { display:block; background-color:#007AC3; height:50px; margin-top:10px; padding-top:10px; content:"CDC - Test\A0"; font-size:200%; font-weight:bold; color:white; width:100%; text-align:right; }
html::after  { display:block; background-color:#DADADA; padding-top:10px; padding-bottom:10px; margin-top:10px; margin-bottom:10px; content:"Wolters Kluwer Italia - Technology Factory - Global Platform Organization"; color:#A7A7A7; width:100%; text-align:center; }


/*****************/
/*  index panel  */
/*****************/
div.wkit-index   { display:block; width:15%; position:absolute; left:2%;  top:100px; line-height:1; padding:10px; background-color:#F6F6F6; border:1px solid #DADADA; }


/*******************/
/*  buttons panel  */
/*******************/
.wkit-doc-form .wkit-buttons          { display:block; width:15%; position:absolute; right:2%; top:100px; line-height:1; padding:10px; background-color:#F6F6F6; border:1px solid #DADADA; }
.wkit-doc-form .wkit-buttons          { text-align:left; }
.wkit-doc-form .wkit-buttons button   { color:#007AC3; background-color:inherit; border:0; font-size:inherit; text-align:left; cursor:pointer; }


/***********/
/*  links  */
/***********/
a                        { color:red; text-decoration:underline; cursor:pinter; }
[rel="pci-core:linksTo"] { cursor:pointer;  } 


/***********************/
/*                     */
/*    base settings    */
/*        END          */
/*                     */
/***********************/
