@charset "utf-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css?family=Overpass Mono|Play');*/
.modal-body {
    padding: 30px;
    background: url(../plugins/images/background1.jpg) center top;
	box-align: center;              /* As specified */
  -moz-box-align: center;         /* Mozilla */
  -webkit-box-align: center; 
}
span.submenu1{
	font-size:1.1em;
	display:block;
	margin-bottom:10px; 
	} 
	
.ewContentColumn {
    background-color: inherit;
    padding: 17px;
    vertical-align: top;
    background: url(../plugins/images/background1.jpg) center top;
}

div#login_forgot{
	padding-bottom:50px;
}
.ewTable td {
    padding: 7px 3px 7px 3px; /* cell padding */ 
}

.breadcrumb {
	
    padding: 8px 15px;
    margin: 0 30px 25px 0;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 15px;
    box-shadow: 0px 2px 4px grey;
	
    margin-left: auto;
    margin-right: auto;
}
.ewToolbar .breadcrumb {
    padding-top: 1px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.ewDesktop {
    display: table;
    padding: 15px;
    border-radius: 15px;
    background: #f5f5f5; 
    box-shadow: 0px 3px 4px grey;
    margin-left: auto;
    margin-right: auto;
} 

.form-horizontal {
    margin-left: 0px auto;
    display: table;
    padding: 15px;
    border-radius: 15px; 
    background: #f5f5f5;
    box-shadow: 0px 3px 4px grey;
	width:100%;
}

/*@media all and (min-width:768px)*/
.col-sm-2 {
    width: 30%;
}

/*@media all and (min-width:768px)*/
.col-sm-10 {
    width: 70%;
}

.btn-group > :first-child.btn {
    margin-left: 10px;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f7f7f7; 
/*  background-color: #f9f9f9;  */ 
}

.table-striped > tbody > tr:nth-child(odd),
.table-striped > tbody > tr:nth-child(even),
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(even) > td { 
background-color: #f7f7f7;
border:1px solid #f0f0f0;
} 

.ewRow {
    margin-bottom: 18px;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
}
	
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 0px solid #ddd;
    /* border-bottom: 1px dotted #dedede; */
}

.ewGrid .ewTable > tbody > tr > td, .ewGrid .ewTable > tfoot > tr > td {
    padding: 3px;
    border-bottom: 1px solid;
    border-top: 0;
    border-left: 0;
    border-right: 0px solid;
    border-color: #a4bed1;
} 
.creabis_tabel{
    padding: 15px;
    border: 1px solid #eeeeee; 
    margin-bottom: 17px;
    display: table;
    border-radius: 15px;  
    box-shadow: 0px 3px 4px grey;
	background:#ffffff;
	margin-left: auto;
margin-right: auto;
}

.ewGrid .ewTable .ewTableAltRow {
    background-color: #ffffff;
    color: inherit
}
.ewGrid .ewTable > thead > tr > th, .ewGrid .ewTable > thead > tr > td {
    border-right: 0px solid;
}

/*@media all and (min-width:768px)*/
.ewViewTable {
    width:100%;
	text-align:left; 
}

  .ewViewTable > tbody > tr > td:first-child {
    font-weight: bold;
	background:#f0f0f0;
	border-bottom:1px solid #ffffff;
    text-align: left; }

.ewLink{
    position: relative;
    padding: 20px 30px;
    background: #A6A5A8;;
    border-radius: 10px;
    top: 30px;
    color: white;
}
.ewHeaderRow {
    background:#ffffff url(../plugins/images/header2.png) center top; 
}
button.ewButton {
    min-width: 115px;
}


/* midden uitlijnen footerpager op edit paginas*/
.middenuitlijnen {
    float: none;
	}

.ewPager {  
   /* float: left;  */
} 
.ewPager .ewNumericPage {  
    float: none; 
} 
.ewPager .pagination{
	float:none;
	margin:30px auto;
    padding: 5px 5px;
    border: 1px solid #dddddd;
    margin-bottom: 17px; 
    display: table;
    border-radius: 8px;  
    box-shadow: 0px 3px 4px grey; 
	background:#eee;
	}
	
 .custom-tooltip + .tooltip > .tooltip-inner {
	 min-width:600px;
	 max-width:800px;
	 background-color: #2A7FC5;  
     color: #FFFFFF; 
	 border-right: 1px solid #90CBFB;  
	 border-bottom: 1px solid #90CBFB;
     border-right: 2px solid #044C87;  
	 border-bottom: 2px solid #044C87;  
     padding: 15px;
     font-size: 16px;
  }
    /* Tooltip on top */
  .custom-tooltip + .tooltip.top > .tooltip-arrow {
      border-top: 5px solid #2A7FC5;
  }
  /* Tooltip on bottom */
  .custom-tooltip + .tooltip.bottom > .tooltip-arrow {
      border-bottom: 5px solid #2A7FC5;
  }
  /* Tooltip on left */
  .custom-tooltip + .tooltip.left > .tooltip-arrow {
      border-left: 5px solid #2A7FC5;  
  }
  /* Tooltip on right */
  .custom-tooltip + .tooltip.right > .tooltip-arrow {
      border-right: 5px solid  #2A7FC5;  
  }
  
  .custom-tooltip {
	 color:#B0D0EB;  
	 font-size:16px;
	 top:3px;
  }
  .custom-tooltip-wit { 
	 color:#ffffff;  
	 font-size:16px;
	 top:3px;
  }
  .custom-tooltip-link {
	 color:#B0D0EB;  
	 font-size:16px;
	 top:3px;
  }
  .ewAddEditOption {
    display: table;
    margin-left: auto;
	margin-right: auto;
	}

@media (min-width: 768px) {
	#ewModalDialog .modal-dialog{width:80%}

    .modal-dialog {width: 750px; margin: 30px auto;}
}
