body
{
        height:  auto !important;
	font-family:"Open Sans" !important;
        
}

.logo
{
   height:100px;
}
.previewfactuur
{
  top:0px;
  font-size:13px;
  z-index:2;
}

.shadow
{
  box-shadow:10px 10px 5px #888;
}

.watermerk
{
	left:150px;
	top:500px;
	position:absolute;
	font-size:162px;
	z-index:1;
	color:#DDDDDD;
	opacity:0.6;
 	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);	
}

.header_factuur
{
  font-size:16px;
}

.links
{
  margin-left:20px;
}
.rechts
{
  margin-left:450px;
}

.aanhef
{
  
margin-top:40px;
}

.inleidendetekst
{
  margin-top:35px;
  border:0px dashed #000;
  font-size:13px;
}

.toelichting
{
 /* margin-top:10px;*/
}
.factuurregels
{
 /* margin-top:10px;*/
  width:100%;
/*  border:0px solid #111;*/
  text-align:right;
}

.totaaltelling
{	
   width:350px;	
   float:right;
   margin-right:30px;
   margin-top:0px;
   border:0px groove #000;
}

.bericht
{
  width:100%;
  border:0px dashed #111;
  margin:auto auto;
  text-align:left;
  margin-top:0px;
  padding:0px;
  font-size:13px;
}

.afsluiting
{
  width:100%;
  margin:0;
  padding:0;
  text-align:left;
  font-size:13px;
}

.voetregel2
{
  position:fixed;
  bottom:0;
  font-size:11px;
  padding-left:30px;
  padding-right:30px;
  text-align:center;
}
.voetregel
{
  position:absolute;
  bottom:0;
  margin-top:30px;
  font-size:11px;
  padding-left:30px;
  padding-right:30px;
  text-align:center;
}
.zoekdebiteur
{
  height:35px;
  background:url('/images/debiteuren_zoeken_darkgrey.png') no-repeat right top !important;
  background-size:32px 32px !important;
  width:200px !important;
}

tr.odd
{
  background:#FFFFFF;
}

tr.row_deb, tr.row_error
{
  background:#FF0000;
}
tr.even
{
  background:#d1d1d1;
}

table.detail-view tr.odd th {
}

table.detail-view
th
{
	width:250px !important;
}
.grid-view table.items th 
{
        font-size: 0.9em;
	color:#000 ;
        padding: 0.2em ;
        background:#FFF;
        border:1px solid #c1c1c1;
}

.grid-view table.items th, .grid-view table.items td
{
        font-size: 13px !important;
	color:#000;
        padding: 0.3em;
	border:1px solid #c1c1c1;
}


.grid-view table.items th a
{
        font-size: 0.9em;
	color:#000;
        padding: 0.3em;
}


.grid-view table.items
{
	border:0px solid transparent !important;
}
div.pagination,
div.pager
{
 	margin:10px !important;
	padding-bottom:10px !important;
	float:right;
}
ul.yiiPager a:link,
ul.yiiPager a:visited
{
        border:solid 0px #ccc !important;
        color:inherit;
        font-weight:bold;
        padding:2px 8px;
	margin-bottom:10px;
        text-decoration:none;
        -moz-border-radius:3px; -webkit-border-radius:3px; border-radius: 3px;
}

#page ul.yiiPager .first, 
#page ul.yiiPager .last {

display: inline;

}

#page ul.yiiPager .page
{
	display:none;
}

.grid-view div.summary
{
   float:left;
}
.gridviewbutton
{
	width:10px;
}
div.left
{
	float:left !important;
}

.faq
{
  padding:10px;
}

table.overzicht_vars{
	font-size:10px !important;
	height:200px !important;
	display:block;
	overflow-x:hidden !important;
}

table.overzicht_vars td{
	border-bottom:1px solid #ddd;
}

.btn-primary
{
	background: #1D2372 !important;
}

.drop_vuilnisbak
{
	border:2px solid #000;
}

.panel-title
{
	b1ackground: #EEEEEE;
	padding:5px;
}

.panel
{
	border: 1px solid #DDDDDD;
	margin-top:10px;
	border-radius:10px;
}
.layer1_class { 
	    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
	}
.layer1_class_show { 
	    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
	}
 /* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width:0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
/*    transition: 0.5s; *//* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important; /* Override the font-size specified earlier (36px) for all navigation links */
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
.overlay_show - .overlay
{
	wi5dth:100% !important;
	background:#FF0000;
}

div.loading {
    background-color: #eee;
    background-image: url('loading.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
}
div.loading * {
    opacity: .8;
}
.loading33 {
/*    background-color: #eee;*/
    background-image: url('/images/preload.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
 
    
}

div.divloading {
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: #eee;
    opacity: 0.7;
    z-index: 1000;
    visibility: hidden;
   
}

div.loadingimg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
   /* background: #eee;*/
    opacity: 1;
    z-index: 10000;
  
   
}
