@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

@media print {
  .applicationInfo,
  .applicationTitle,
  .mainMenu, 
  .subMenu,
  .Widget_PaginatorControllerDiv{
    display: none;
    }
  .pageTitle,
  caption {
    color: #333;
    }
}

html,
body
{
  font-family: Ubuntu, Helvetica, Verdana, sans-serif;
  background: #E6E8EF;
}

.wrapOuter
{
  text-align: center;
}

.wrapInner
{
  text-align: left;
}

.panel.login
{
  width: 400px;
  margin: auto;
  margin-top: 50px;
}

.Widget_FormLayout fieldset label,
.errorMessage
{
  margin: 5px;
  padding: 1px;
}

.Widget_FormLayout fieldset label.EmptyLabel
{
  margin: 0;
  padding: 0;
}

.errorMessage
{
  color: #F00;
}

.Widget_LinkButton.button.small
{
  padding: 1px;
  height: 13px;
  width: 13px;
  text-align: center;
}

.applicationInfo {
  position: fixed;
  bottom: 0;
  text-align: center;
  background: #E6E8EF;
  padding: 5px;
  color: #555555;
  }

.mainPage {
  margin-bottom: 35px;
  }

.loginWindow {
  width: 400px;
  margin: auto;
  }

.loginWindow .title {
  margin: auto;
  }

.loginWindow .warning {
  color: red;
  padding: 15px;
  }

.nofound {
  display: block;
  padding: 5px;
  font-style: italic;
  color: #999999;
  }
.validation_warning {
  color: red;
  padding: 10px !important;
  border: 1px solid red;
}

.Widget_Table .Widget_DateOutput,
.Widget_Table .Widget_NumberOutput {
  /*font-family: "Ubuntu Mono";*/
  display: inline-block;
 /* width: 100%;*/
  }

.subMenuContainer ul,
.subSubMenuContainer ul,
.subMenuContainer ul li,
.subSubMenuContainer ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  }
.subSubMenuContainer {
  min-height: 100px;
  background: #eeeeee;
  min-width: 150px;
  }
.subSubMenuContainer ul li a {
  display: block;
  padding: 3px 5px;
  padding-right: 0;
  text-decoration: none;
  color: #4787DD;
  }
.subSubMenuContainer ul li a:hover {
  text-decoration: underline;
  }
.subSubMenuContainer ul li a.Widget_LinkButton_Selected:after {
  float: right;
  content: ". ";
  color: #eeeeee;
  border-right: 4px solid #4787DD;
  }
.subMenuContainer ul li a {
  display: block;
  padding: 3px 10px;
  text-decoration: none;
  color: #4787DD;
  }
.subMenuContainer ul li a.Widget_LinkButton_Selected {
  background: #EEEEEE;
  color: #4787DD;
  }
.subMenuContainer ul li a:hover {
  background: #91B7EB;
  color: white;
  }

.subMenu {
  padding-right: 10px;
  border-right: 1px solid #4787DD;
  }
.subContent {
  padding-left: 10px;
  width: 600px;
  }
.subSubContent {
  padding-left: 10px;
  min-width: 450px;
  }
.pageTitle, .Widget_FormLayout > fieldset > legend  {
  display: block;
  padding: 3px 5px;
  background: #4787DD;
  color: #eeeeee;
  }

.Widget_FormLayout > fieldset > legend 
{
  margin: -3px -5px 2px;
  width: 100%;
}

.search,
.detail,
.edit {
  background: #dddddd;
  padding: 3px 5px;
  }
.detail,
.edit {
  background: #eeeeee;
  margin-bottom: 10px;
  }

.subMenuHeader {
  display: block;
  font-weight: bold;
  padding: 5px;
  padding-top: 15px;
  color: #4787DD;
  border-bottom: 2px solid #4787DD;
  }

.rapporten .Widget_Table {
  width: auto;
  min-width: 150px;
  margin-bottom: 15px;
  }
.rapporten .Widget_Table tr td:nth-child(even) {
  background-color: #F4F4F4;
  }
.rapporten caption,
.vandaag caption {
  padding: 3px 5px;
  background: #4787DD;
  color: #eeeeee;
  font-size: 1.1em;
  }
.vandaag {
  background: white;
  padding: 5px;
  }
.vandaag .box {
  margin-bottom: 15px;
  width: 100%;
  }
.vandaag .box .Widget_Table {
  width: auto;
  }

.Widget_FormLayout fieldset .Widget_LinkButton {
  display: inline-block;
  vertical-align: middle;
  }
.Widget_Extension_Preset.Widget_LinkButton {
  padding-left: 10px;
  }
.Widget_TextAreaInput {
  min-height: 100px;
  width: 100%;
  }

/* jquery buttons */
a.Widget_LinkButton.ui-button-small {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../resource/jq/ui-icons_228ef1_256x240.png);
  background-color: white;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: normal;
  font-size: 1em;
  margin: 0px 0px 0px 0;
}
a.Widget_LinkButton.ui-button-small:hover {
  background-image: url(../resource/jq/ui-icons_ffffff_256x240.png);
  background-color: #B5C2C5;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
a.Widget_LinkButton.ui-button-small.edit {
  background-position: -63px -111px;
}
a.Widget_LinkButton.ui-button-small.delete {
  background-position: -175px -95px;
}
a.Widget_LinkButton.ui-button-small.export {
  background-position: -158px -95px;
}
a.Widget_LinkButton.ui-button-small.move.up{
  background-position: -255px -48px;
}
a.Widget_LinkButton.ui-button-small.move.down{
  background-position: -320px -48px;
}

@media only screen and (max-width:1137px){
.button.smallscreenwide {
  display: block;
  width: 300px;
  height: 20px;
  vertical-align: middle;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
}

.bigscreenonly {
  display: none !important;
}

@media only screen and (min-width:1138px) {
.bigscreenonly {
    display: inline-block !important;
   }
}


.shrink {
  width: 1%;
  white-space: nowrap;
}
.Widget_Table_Cell.cleanPreFormat {
  padding: 5px; 
}
.Widget_Table.journaal > tbody > tr:hover > td {
  background-image: repeating-linear-gradient(45deg, rgba(255,0,0,.1) 0px, rgba(255,0,0,.1) 25px, transparent 25px, transparent 50px, rgba(255,0,0,.1) 50px);
}
.Widget_Table_Cell.cleanPreFormat > table,
.Widget_Table_Cell.cleanPreFormat > table tr,
.Widget_Table_Cell.cleanPreFormat > table td {
  width: auto !important;
  border: none;
  background: transparent;
  padding-left: 0;
}
.Widget_Table_Cell.cleanPreFormat > table,
.Widget_Table_Cell.cleanPreFormat > hr {
  width: 30% !important;
}
.Widget_Table_Cell.cleanPreFormat > hr {
  border: 0;
  border-bottom: 1px solid #333;
  margin-left: 0;
}

/*********************/
/* Widget_LinkButton */
/*********************/
.Widget_LinkButton.button
{
  background-color: #4a8bf5;
}
.Widget_LinkButton.button.secondary
{
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#ccc');
  background: #ccc;
  color: #333;
}
.Widget_LinkButton.button.red
{
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F00', endColorstr='#F00');
  background: #F00;
}
a.Widget_LinkButton.button.button-icon
{
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../resource/icons/ui-icons_ffffff_256x240.png);
  margin: 0;
  padding: 0;
}
a.Widget_LinkButton.button.button-icon:hover
{
/*   background-image: url(../resource/icons/ui-icons_ffffff_256x240.png); */
}
a.Widget_LinkButton.button.button-icon.button-icon-edit
{
  background-position: -63px -111px;
}
a.Widget_LinkButton.button.button-icon.button-icon-delete
{
  background-position: -175px -95px;
}
a.Widget_LinkButton.button.button-icon.button-icon-notification
{
  background-position: 2px -142px;
}
a.Widget_LinkButton.button.button-icon.button-icon-export
{
  background-position: -158px -95px;
}
a.Widget_LinkButton.button.button-icon.button-icon-yes
{
  background-color: #F00;
  background-position: -63px -143px;
}
a.Widget_LinkButton.button.button-icon.button-icon-no
{
  background-position: -95px -127px;
}
a.Widget_LinkButton.button.button-icon.button-icon-group
{
  background-position: -111px -111px;
}
a.Widget_LinkButton.button.button-icon.button-icon-arrow-right
{
  background-position: -30px -47px;
}
a.Widget_LinkButton.button.button-icon.button-icon-plus
{
  background-position: -15px -128px;
}

/*********/
/* Icons */
/*********/
.icon
{
  display: block;
  width: 19px;
  height: 19px;
  background-image: url(../resource/icons/ui-icons_228ef1_256x240.png);
  margin: 0;
  padding: 0;
}
.icon.icon-address
{
  background-position: 2px -111px;
}
.icon.icon-contact
{
  background-position: -143px -95px;
}
.icon.icon-group
{
  background-position: -111px -111px;
}
.icon.icon-none
{
  background-position: 2px -127px;
}
.icon.icon-question
 {
   background-position: -48px -144px;
 }

/**************************/
/* Widget_HintingDropDown */
/**************************/
.Widget_HintingDropDown input
{
  background-image:    url("icons/diamond_blue.png") !important;
  background-repeat:   no-repeat !important;
  background-position: right !important;
}

/****************/
/* Widget_Table */
/****************/
.Widget_Table td > a
{
  color: #4787DD;
}
.Widget_Table.log th,
.Widget_Table.log td
{
  vertical-align: top;
}

/***********/
/* Monitor */
/***********/
.monitor {
    margin: -10px -20px -20px;
}

.monitor .Widget_Table td.Widget_Table_Cell.marker {
  background-color: #5FA62B;
}
.monitor .Widget_Table td.Widget_Table_Cell.marker > * {
  color: #fff;
}
.monitor .Widget_Table td.Widget_Table_Cell.importance_1 {
  background-color: #FFA500;
}
.monitor .Widget_Table td.Widget_Table_Cell.importance_2 {
  background-color: #F7584C;
}
.monitor .Widget_Table td.Widget_Table_Cell.importance_1 > *,
.monitor .Widget_Table td.Widget_Table_Cell.importance_2 > * {
  color: #fff;
}
.monitor tr.traveler:hover td
{
  background-color: #FFE7A2;
}
.monitor .Widget_Table_Row_Selected.traveler td {
  background-color: #F8BD00;
}

/*********/
/* Panel */
/*********/
.panel,
.panelTitle
{
  border-radius: 0;
}
.panelTitle.secondary
{
	padding-top: 20px;
	margin-bottom: -8px;
  color: #999;
  background: inherit;
  font-size: .9em;
}

.Widget_Table_Row.odd > td.ADR.ADDRESS
{
    background-color:#53bf41 ;

}
.Widget_Table_Row.odd > td.ADR.ADDRESS div:nth-child(3)
{
    background-color:#35871b ;
    color: #fff;
    margin: 0 -6px;
    padding:0 6px;
}

.Widget_Table_Row.odd > td.ADR.EMPTY
{
    background-color:#53bf41 ;

}
.Widget_Table_Row.odd > td.ADR.EMPTY div:nth-child(3)
{
    background-color:#35871b ;
    color: #fff;
    margin: 0 -6px;
    padding:0 6px;
}

.Widget_Table_Row.odd > td.ADR.GROUP
{
    background-color:#53bf41 ;

}
.Widget_Table_Row.odd > td.ADR.GROUP div:nth-child(3)
{
    background-color:#35871b ;
    color: #fff;
    margin: 0 -6px;
    padding:0 6px;
}

.Widget_Table_Row.odd > td.CON.CONTACT
{
    background-color: #0ea8d1;
    color:#fff;
}
.Widget_Table_Row.odd > td.CON.CONTACT div:nth-child(3)
{
    background-color: #05638a;
    color:#fff;
    margin: 0 -6px;
    padding:0 6px;
}

.Widget_Table_Row.odd > td.CON.EMPTY
{
    background-color: #0ea8d1;
    color:#fff;
}
.Widget_Table_Row.odd > td.CON.EMPTY div:nth-child(3)
{
    background-color: #05638a;
    color:#fff;
    margin: 0 -6px;
    padding:0 6px;
}

.Widget_Table_Row.odd > td.CON.GROUP
{
    background-color: #0ea8d1;
    color:#fff;
}
.Widget_Table_Row.odd > td.CON.GROUP div:nth-child(3)
{
    background-color: #05638a;
    color:#fff;
    margin: 0 -6px;
    padding:0 6px;
}

.Widget_Table_Row.odd > td.HLP.CONTACT
{
    background-color: #c93139;
    color: #fff;
}

.Widget_Table_Row.odd > td.HLP.CONTACT div:nth-child(3)
{
    background-color: #832127;
    color: #fff;
    margin: 0 -6px;
    padding:0 6px;
}

.Widget_Table_Row.odd > td.HLP.EMPTY
{
    background-color: #c93139;
    color: #fff;
}

.Widget_Table_Row.odd > td.HLP.EMPTY div:nth-child(3)
{
    background-color: #832127;
    color: #fff;
    margin: 0 -6px;
    padding:0 6px;
}

.Widget_Table_Row.odd > td.HLP.GROUP
{
    background-color: #c93139;
    color: #fff;
}

.Widget_Table_Row.odd > td.HLP.GROUP div:nth-child(3)
{
    background-color: #832127;
    color: #fff;
    margin: 0 -6px;
    padding:0 6px;
}

.Widget_Table_Row_Selected td
{
   background-color:    #d4ffd4 !important;
}

.Widget_FormLayout fieldset label,
.Widget_FormLayout fieldset input,
.Widget_FormLayout fieldset select,
.Widget_FormLayout fieldset textarea,
.Widget_FormLayout fieldset span,
.Widget_FormLayout fieldset a,
.Widget_FormLayout fieldset a.Widget_LinkButton.button,
.Widget_FormLayout fieldset .Widget_FileUpload_Button
{
  margin: 2px;
}

 .overdue
{
  color: #F7584C !important;
}

.today
{
  color: #FFA500 !important;
}

.later
{
  color: #5FA62B !important;
}

.Widget_FormLayout.narrowLabel fieldset div label
{
	width: 20%;
}

table.centeredCells tr th div,
table.centeredCells tr td div
{
	margin: auto;
	width: 0;
}

.Widget_Table.unbordered th, .Widget_Table td,
.Widget_Table.unbordered th, td
{
	border: none;
}