
/* Analyse Tool CSS */

body{
  font: 75% "Trebuchet MS", sans-serif;
  margin: 15px 50px 25px;
}

/*
#icons {
  margin: 0;
  padding: 0;
}
#icons li {
  margin: 2px;
  position: relative;
  padding: 4px 0;
  cursor: pointer;
  float: left;
  list-style: none;
}
#icons span.ui-icon {
  float: left;
  margin: 0 4px;
}
.fakewindowcontain .ui-widget-overlay {
  position: absolute;
}
select {
  width: 200px;
}
*/



/* Header applicatie */
.HeaderMain {
    margin-top: 2em;
    margin-top: 0px;
    margin-bottom: 0px;
}
.HeaderSelect {
    margin-left: 0.5em;
}
.HeaderTab {
    margin-top: 2em;
    margin-left: 0.5em;
}
.HeaderThema {
margin-top: 0em;
}


/* Kleine UI icon-button halverwege  regel - superscript */
button.small-up {
  bottom: 6px;
}
button.small-up .ui-button-text{
  font-size: .0em;          /* afmeting button */
}

/* Opmaak weergave project info */
.project-info {
    padding: .6em .6em .6em .6em;
    border: 1px solid #d8dcdf;
    background: rgba(238, 238, 238, 0.3);
    color: #004276;    /* #2e2e2e; */
}


.lokIcon01{
    width: 16px;
    height: 16px;
    /*background-image => Dynamic CSS*/
    background-position: -112px -144px;  /* ui-icon-radio-off */
    display: inline-block;
    margin-left: -1.3em;
    margin-top: -8px;
}
.lokIcon02{
    width: 16px;
    height: 16px;
    /*background-image => Dynamic CSS*/
    background-position: -16px -144px;  /* ui-icon-info */
    display: inline-block;
}
.IconUnratedCat{
    width: 16px;
   height: 16px;
    /*background-image => Dynamic CSS*/
    background-position: -112px -144px;  /* ui-icon-radio-off */
    display: inline-block;
    margin-left: -1.3em;
    margin-top: -8px;
}
.IconRatedCat{
    width: 16px;
 height: 16px;
    /*background-image => Dynamic CSS*/
    background-position: -80px -144px;  /* ui-icon-bullet */
    display: inline-block;
    margin-left: -1.3em;
    margin-top: -8px;
}
.IconCatTrue{
    width: 16px;
    height: 16px;
    /*background-image => Dynamic CSS*/
    background-position: -64px -144px;   /* .ui-icon-check */
    display: inline-block;
}
.IconCatFalse{
    width: 16px;
    height: 16px;
    /*background-image => Dynamic CSS*/
    background-position: -48px -128px;   /* .ui-icon-minus */
    display: inline-block;
}

/* Classes used by sizeSelectmenu */
.toggle00 {
}
.toggle50 {
    font-size: 50%;
}
.toggle75 {
    font-size: 75%;
}
.toggle100 {
    font-size: 100%;
}
.toggle110 {
    font-size: 110%;
}
.toggle120 {
    font-size: 120%;
}
.toggle130 {
    font-size: 130%;
}
.toggle140 {
    font-size: 140%;
}
.toggle150 {
    font-size: 150%;
}

.ui-progressbar {
  position: relative;
}
.progress-label {
  position: absolute;
  left: 45%;
  top: 4px;
  /*font-weight: bold;*/
  color: #CCC;      /* was #eeeeee */
  /*text-shadow: 1px 1px 0 #fff;*/
}


/* === Micro grafieken ====================================== */

.medium-graph {
    border: none;                /* 1px solid #aeaeae */
    background-color: #eaeaea;   /* "canvas" styling */
    float:left;                  /* should be clearfix'd instead */
    list-style-type: none;       /* no bullets shown */
    padding: 0px 0px 0px 0px;
    margin: 10px 20px 100px 50px;
}
.medium-graph li {
    width: 50px;         /* set a bar width */
    height: 75px;       /* set full height */
    margin: 2px;
    float:left;         /* to have bars "left-aligned" */
    position:relative;  /* needed for the actual bar fill element */
}
.medium-graph li+li {
    margin-left:0;      /* avoid margin double-up between bars as they don't collapse */
}
.medium-graph span {
    position:absolute;  /* "bottom-align" the bars, widths will be set inline */
    right:0;
    bottom:0;
    left:0;
    background-color: #aeaeae;
}
.medium-graph-label{
    /*background => Dynamic CSS*/
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.small-graph {
    /*border-bottom: 1px solid #aeaeae;*/
    /*background-color: #eaeaea;*/        /* "canvas" styling */
    float:left;                           /* should be clearfix'd instead */
    list-style-type: none;                /* geen bullets weergeven */
    padding: 0px 0px 0px 0px;
    margin-top: -5px;
    margin-bottom: 0px;
}
.small-graph li {
    width: 20px;         /* set a bar width */
    height: 20px;       /* set full height */
    margin: 2px;
    float:left;         /* to have bars "left-aligned" */
    position:relative;  /* needed for the actual bar fill element */
}
.small-graph li+li {
    margin-left:0;      /* avoid margin double-up between bars as they don't collapse */
}
.small-graph span {
    position:absolute;  /* "bottom-align" the bars, widths will be set inline */
    right:0;
    bottom:0;
    left:0;
    background-color: #aeaeae;
}
.small-graph .small-graph-label {          /* vervanger x-as, blokjes als labels voor de x-as */
    height: 2px;
    width: 20px;
    bottom: -4px; /*!important*/
    background-color: #D1D1D1;
}




.testclass {
    /*background => Dynamic CSS*/
    opacity: .4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #333333;
    visibility: visible;
}


.PowerdBy {
    text-align: right;
    padding-right: 10px;
    color: #CCC;
}
a.PowerdByLink:link {
    color:#9E9E9E;
    text-decoration: none;
}
a.PowerdByLink:visited {
    color:#9E9E9E;
}
a.PowerdByLink:hover {
    /*color => Dynamic CSS*/
    font-weight: bold;
    font-size:150%;
    text-decoration: underline;
}
a.PowerdByLink:active {
    color:#9E9E9E;
    text-decoration: none;
}
.VersionNumberLeft {
    text-align: left;
    padding-left: 10px;
    color: #CCC;
}
.VersionNumberRight {
    text-align: right;
    padding-right: 10px;
    color: #CCC;
}


.input_blok {
    float: left;
    margin-right: 10px;
}
.input_regel {               /* opheffen float */
    clear: both;
}

/* Classes used by dialog - eindscherm */
.dlg-no-close .ui-dialog-titlebar-close {
    display: none;
}
.dlg-no-title .ui-dialog-titlebar {
    display: none;
}


/* Select menu */

.MySelectMenu {
    font-weight: normal;
    color: black;
    background-color: #DEDEDE;        /*#F5F5F5*/
}

.MySelectMenu-disabled {
    font-weight: normal;
    color: gray;
    background-color: #DEDEDE;        /*#F5F5F5*/
}

.MySelectMenu-sub {
    /*font-weight: normal; */
    padding-left: 15px !important;
    /*
    color: black;
    background-color: #DEDEDE;
    */
    /*#BDBDBD*/
}

.ui-selectmenu-menu li.ui-menu-item {
    font-weight: normal;
    color: black;
    background-color: #DEDEDE !important;        /*#BDBDBD*/
}

.ui-selectmenu-menu li.ui-state-focus {
    font-weight: normal;
    color: black ;
    background-color: #DEDEDE !important;
}

.ui-selectmenu-menu li.ui-state-disabled {
   color: gray ;
   background-color: #DEDEDE !important;
}

.ui-selectmenu-optgroup {
  font-weight: normal;
  color: black;
  margin: 0 0 0 0 !important;
  background-color: #C4C4C4;
}

/*
canvas {
  background-color: 'red';
}
*/

.graph-toolbar {
    padding: 0px 0px 12px 0px;
  }

/* Word cloud */
.word_cloud {
  padding: 3px;
  text-decoration: none;
}
.word_cloud:hover {
  /*color: #ffffff;*/
  font-weight: bold;
  background: orange;   /*#69da03*/
}

#WordCloudOV {
    width: 740px;
    /*background => Dynamic CSS*/
    font-weight: bold;
    color: #004276;
    padding: 20px;
    border: 2px solid rgba(85, 139, 255, 0.27);
    text-align:center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
/*
.tag_cloud:link  { color: #81d601; }
.tag_cloud:visited { color: #019c05; }
.tag_cloud:active { color: #ffffff; background: #ACFC65; }
*/


.StartDisplayNone {
  display: none;
}

/* voor tooltip in grafiek projectinformatie dialog */
.RGraph_tooltip[id^="__rgraph_tooltip_dlPI_lineGraph"] {
  z-index: 100100 !important;
}

/* Achtergrond kleuren tabs - afhankelijk van type */
.ColorTabGV {
  /*background: rgba(173, 216, 230, 0.3);*/
  /* background: lightblue; */
}
.ColorTabOV {
  /*background: rgba(33, 212, 33, 0.3)*/
  /*background: lightgreen; */
}
.ColorTabGVOV {
  /*background: rgba(255, 255, 224, 0.3);*/
  /* background: lightyellow; */
}


.BulletRed{
  width: 14px;
  height: 15px;
  /*background-image => Dynamic CSS*/
  display: inline-block;
  margin-bottom: -3px;
}
.BulletYellow{
  width: 14px;
  height: 15px;
  /*background-image => Dynamic CSS*/
  display: inline-block;
  margin-bottom: -3px;
}
.BulletGreen{
  width: 14px;
  height: 15px;
  /*background-image => Dynamic CSS*/
  display: inline-block;
  margin-bottom: -3px;
}
.BulletWhite{
  width: 14px;
  height: 15px;
  /*background-image => Dynamic CSS*/
  display: inline-block;
  margin-bottom: -3px;
}

.CrossRed{
  width: 15px;
  height: 15px;
  /*background-image => Dynamic CSS*/
  display: inline-block;
  margin-bottom: -3px;
}
.OkGreen{
  width: 15px;
  height: 15px;
  /*background-image => Dynamic CSS*/
  display: inline-block;
  margin-bottom: -3px;
}
.EmailBlack {
  width: 20px;
  height: 14px;
  /*background-image => Dynamic CSS*/
  display: inline-block;
  margin-bottom: -3px;
  cursor: pointer;     /*cursor: hand; */
}


/* Opmaak eigen invoer-velden */

.MyInputField {
  border-radius: 6px;
  border: 2px solid #eeeeee;
  color: #333333;
  background-color: rgba(236, 236, 236, 0.60);
  display: inline-block;
  padding: .3em;                  /* was 4 */
  margin-bottom: 3px;
  margin-top: 5px;
}

/* Input field with select button - combofield */
.MySelectField {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border: 2px solid #eeeeee;
  color: #333333;
  background-color: rgba(236, 236, 236, 0.60);
  display: inline-block;
  padding: .3em;                  /* was 4 */
  margin-bottom: 3px;
  margin-top: 5px;
}

.MySelectFieldButton {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 28px;
    height: 27px;
    margin-left: -4px;
}


/* Search field with search icon on front */
.MySearchField {
  border-radius: 6px;
  border-style: solid;
  border-color: #eeeeee;
  border-width: 2px 2px 2px 0px;
  color: #333333;
  background-color: rgba(236, 236, 236, 0.60);
  padding: 0.3em 3.5em 0.3em 2.3em;          /* 2*/
  margin-left: 0px;
  margin-bottom: 3px;
  margin-top: 5px;
}

.MySearchFieldButtonLeftIcon {
    position: absolute;
    margin-top: 0.7em;
    margin-left: 0.4em;
    cursor: pointer;
}

.MySearchFieldButtonRightIcon {
    position: relative;
    left: -2.7em;              /* -1.6*/
    top: 0.05em;
    cursor: pointer;
}

.MySearchFieldButtonListIcon {
    position: relative;
    left: -2.7em;              /* -1.6*/
    top: 0.1em;
    cursor: pointer;
}

/* Remove delete X from input-search field */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }      /* IE */
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }     /* IE */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }  /* Chrome */





/*
input[type="search"] { height: 26px;
    padding: 1px 6px 0;margin-left: 25px;
    border-style: solid;
border-color: #BBB;
    border-width: 1px 1px 1px 0px}

.btnSearch {
position: relative;
padding: 4px;
cursor: pointer;
float: left;
background-color: white;
border-style: solid;
border-color: #BBB;
border-width: 1px 0px 1px 1px;
}

input[type=search]:after { content : url("magnifying-glass.gif"); }
*/


.MyTextArea {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  padding: 6px;
  width: 94% !important;
  margin: 3px 3px 0px 5px;
  height: auto;        /* plus rows="5" in HTML */
  background-color: rgba(236, 236, 236, 0.60);
  /*
  background-color: rgba(0, 0, 0, 0.03);
  border:1px solid #000000;
  */
}
.MySliderField .ui-slider-handle{
  /*border-color => Dynamic CSS*/
  top: -5px;
  text-align: center;
  border-width: 2px;
}



/* Show resizable icon in corner UI dialog */
.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
    background-position: -80px -224px;
}

/* Geen border om dialoog */
fieldset {
    padding:0;
    border:0;
    /* margin-top:25px; */
}

/* weergeven foutmelding */
.ErrorClass {
  color:red;
  font-style: italic;
  font-weight: bold;
}

/* HTML5 Color Picker object */
.MyColorPicker {
  width: 25px;
  padding: 0;
  border: 0px;
  height: 30px;
  background-color: transparent;
}

/* Spectrum Colorpicker: remove right selector */
.sp-dd {
  display: none;
}
.sp-preview {
  margin-right: 0px;
  height: 17px;       /*  was 20, afmetingen blokje */
  width: 17px;
}

.sp-replacer {
  padding: 1px;           /* was 2 */
  border: solid 1px transparent;
  background: transparent;
}

/* Menu kleurensets */
.color-box {
  float: left;
  width: 20px;
  height: 20px;
  margin-left: 1px;
  border: 1px solid white;
}

/* Opmaak weergave projectinstellingen */

.ProjectInsGroep {
  padding: .6em .6em .6em .6em;
  border: 1px solid #d8dcdf;
  border-radius: 6px;
  background: rgba(238, 238, 238, 0.3);
  color: #004276;    /* #2e2e2e; */
  margin-top: 12px;
}

.ProjectInsHeader {
  margin-top: -17px;
  margin-left: 0px;
}

.ProjectInsHeader span {
  font-weight: bold;
  background-color: white;
  padding-right: 5px;
  padding-left: 5px;
  background-size: contain;
}

.ProjectInsLabel {
    margin-left: 12px;
    margin-top: 10px;
}


/* Gebruikt in menu kleurselectie */
/*.ui-menu .ui-menu > li {*/
#ColorMenu ul li {                       /* selecteer alle li onder specifieke ul */
   clear:both;
   width:500px;
   font-weight: normal;
   color: black;
   background-color:#DEDEDE
}

#ColorDropdownMenu li {                       /* selecteer alle li onder specifieke ul */
   clear:both;
   /*width:500px;*/
   font-weight: normal;
   color: black;
   background-color:#DEDEDE
}

#ColorDropdownDisplay {
  width: 425px;
  height: 30px;
  padding: 1px 5px;
}


#spProjectInsLineWidth.MyInputField,
#spProjectInsWordFreqOV.MyInputField {
  width: 30px;
  border: 0px;
  background-color: inherit;
}

.MyWaitscreen {
  position: absolute;
  left: 0;
  top: 0;
  /*background: rgba(207, 207, 207, 0.5); }*/
}

.FooterMain{
  border: 0px;
  width: 99.5%;
  height: 15px;
}

/* Tonen GV/OV vragen op tab */
.VraagContainer {
  position: relative;

}
.VraagNr{
  position: absolute;
  left: 0px;
  width: 22px;            /* 20 */
  /*font-size: 100%;*/
  /*font-weight: bold;*/
  /*height: 16px;*/      /* auto*/
  /*vertical-align: baseline;*/     /* middle bottom*/
}
.VraagGVTekst {
  margin-left: 23px;           /* 21 */
  margin-right: 171px;         /* 136 + 35 */
}
.VraagOVTekst {
  margin-left: 23px;           /* 21 */
}
.VraagGrafiek{
  position: absolute;
  right: 0px;
  width: 135px;
}

/* Weergave aanvullende omschrijving thema GV/OV */
.BorderThemaInfo {
  margin-bottom: 10px;
  padding: .6em 1em .6em 1em;
  border: 2px solid #d8dcdf;
  background: rgba(238, 238, 238, 0.3);
  color: #004276;    /* #2e2e2e; */
  cursor: pointer;
}

.ButtonThemaInfo {
  width: 25px !important;
  /*top: 0px;*/
  padding: 5px;
}


.ButtonReaderOV {
  width: 25px !important;
  padding: 5px;
}


/* Weergave aantekeningen per / onder thema GV */

.BorderThemaAantekeningenGV {
  margin-top: 10px;
  padding: .6em 1em .6em 1em;
  border: 2px solid #d8dcdf;
  background: rgba(238, 238, 238, 0.3);
  color: #004276;    /* #2e2e2e; */
  cursor: pointer;
}


/* score per GV vraag aangeven */
.AntwoordScore{
  position: absolute;
  right: 135px;
  width: 35px;
}
.CircleScore {
    border-radius: 50%;
    width: 20px;
    height:20px;
    padding: 3px;
    font-size:  80%;
    font-weight:  bold;
    /* color: white; */
}
.CircleScoreRed {
    /*background: red;*/
    background: none;
    border: 2px solid red;
}
.CircleScoreOrange {
    /*background: orange;*/
    background: none;
    border: 2px solid orange;
}
.CircleScoreYellow {
    /*background: yellow;*/
    background: none;
    border: 2px solid yellow;
}
.CircleScoreGreen {
    /*background: green;*/
    background: none;
    border: 2px solid green;
}
.CircleScoreGray {
    /*background: green;*/
    background: none;
    border: 2px solid gray;
}

#selectable .ui-selecting {
  /*background-image => Dynamic CSS*/
}
#selectable .ui-selected {
  /*background-image => Dynamic CSS*/
    color: white;
}
#selectable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*width: 450px;*/
}
#selectable li {
    margin: 2px;
    padding: 1px 6px 1px;
    float: left;
    /*width: 100px;*/
    /*height: 40px;*/
    font-size: 1.1em;
    text-align: center;
}

/* Reader OV */

.ReaderOVVraagBlok {
    position: relative;
    margin-top:2em;
    margin-bottom: 0.5em;
}

.ReaderOVAntwoordBlok {
    position: relative;
    margin-top: 0.5em;
}

.ReaderOVAntwoord em {
  font-style: normal;
  font-weight: bold;
  /*background => Dynamic CSS*/
  color: white;
}

.ReaderOVAntwoordPrint em {
  font-style: normal;
  text-decoration: underline;
  font-weight: bold;
  color: white;
}

.ReaderOVThemaBlok {
    position: relative;
    margin-top:2em;
    margin-top: 2em;
    margin-bottom: -0.5em;
}

/* Opmeek voor ReaderOV word cloud menu */
#btReaderOVTagListMenu.ui-menu {
    position: absolute;
    background: none;
    background-color: #DEDEDE;
    width: 16em;
    z-index:9999;
}

/*
.GV-VraagNr{
  float: left;
  width: 20px;
}
.GV-VraagTekst {
  margin-left: 21px;
  margin-right: 136px;
}
.GV-VraagGrafiek{
  float: right;
  width: 135px;
}
*/
/* png- menu RGraph */
/*
span#png_link {
    position: absolute;
    left: 450px;
    top: 30px;
    border: 1px black solid;
    padding: 1px;
    background-color: #eee;
    cursor: pointer;
}
*/