  body {
    font-family: 'Myriad Pro', Myriad, Myriad-pro, 'Liberation Sans', 'Nimbus Sans L', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  input[type="text"]
  {
    font-family: 'Myriad Pro', Myriad, Myriad-pro, 'Liberation Sans', 'Nimbus Sans L', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:14px;
  }

  a {
	color: #7BC143;
  }
  
  a:hover {
	color: #5E6E67;
  }

  p {
    color: #666;
    font-size: 15px;
    margin: 0 0 20px 0;
  }

  b,
  strong {
    font-weight: 500;
  }

  .radio label,
  .checkbox label {
    line-height: 20px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Myriad Pro', Myriad, Myriad-pro, 'Liberation Sans', 'Nimbus Sans L', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin-bottom: 15px;
    font-weight: bold;
    font-style: normal;
    /* text-transform: uppercase; */
  }

  h1 {
    color: #7BC143;
    font-size: 30px;
    /* font-weight: normal; */
  }

  h2 {
    color: #7BC143;
    font-size: 20px;
    /* font-weight: normal; */
  }

  h3 {
    font-size: 18px;
    font-weight: normal;
  }

  h4 {
    font-size: 15px;
    font-weight: normal;
  }

  h2 .fa,
  h3,
  h3 .fa,
  h4,
  h5,
  h6 {
    color: #000;
  }

  label {
    font-weight: normal !important;
    font-family: 'Myriad Pro', Myriad, Myriad-pro, 'Liberation Sans', 'Nimbus Sans L', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  legend {
    border-bottom: none;
    font-family: 'Myriad Pro', Myriad, Myriad-pro, 'Liberation Sans', 'Nimbus Sans L', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  pre,
  #textarea1,
  #textarea2,
  #textarea3,
  #textarea4 {
    background-color: #fffee9;
    background-image: linear-gradient(#eee 1px, transparent 1px);
    background-size: 100% 15px;
    border: 1px dashed #eee;
    border-radius: 0;
  }

  textarea {
    resize: vertical;
  }

  pre {
    margin-bottom: 20px;
  }

  .alert-dismissable .close,
  .alert-dismissible .close {
    top: -8px;
    right: -14px;
  }

  input[type="file"] {
    cursor: pointer;
    display: block;
    background-color: #e7e7e7;
    color: #000;
    padding: 6px 6px 6px 8px;
    font-size: 14px;
    border-radius: 4px;
    height: auto;
    margin-bottom: 0px;
    line-height: 10px;
  }

  input[type="file"]:hover {
    background-color: #dbdbdb;
  }

  .navbar {
    margin-bottom: 0;
    border-radius: 0;
  }

  .navbar-header {
    margin-top: 3px;
  }

  .navbar-inverse .navbar-nav>li>a {
    color: #ccc;
    font-weight: normal;
    font-family: 'Myriad Pro', Myriad, Myriad-pro, 'Liberation Sans', 'Nimbus Sans L', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    /* text-transform: uppercase; */
    line-height: 28px;
  }

  .well {
    overflow: hidden;
  }

  .alert {
    margin-bottom: 20px;
    margin-top: 0px;
    padding: 10px 20px;
  }

  .btn {
    font-family: 'Myriad Pro', Myriad, Myriad-pro, 'Liberation Sans', 'Nimbus Sans L', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .clear {
    clear: both;
    font-size: 0;
    line-height: 0;
  }

  .clear1 {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 1px;
  }

  .clear2 {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 2px;
  }

  .clear3 {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 3px;
  }

  .clear4 {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 4px;
  }

  .clear5 {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 5px;
  }

  .clear10 {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 10px;
  }

  .clear20 {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 20px;
  }

  .clear40 {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 40px;
  }

  .title {
    padding: 40px 0;
    background-color: #29a0e4;
    box-shadow: 1px 1px 20px #ccc;
    margin-bottom: 40px;
    background: repeating-linear-gradient(45deg, #30a8ec, #30a8ec 10px, #29a0e4 10px, #29a0e4 20px);
  }

  .title h1 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Myriad Pro', Myriad, Myriad-pro, 'Liberation Sans', 'Nimbus Sans L', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
    font-size: 30px;
    text-shadow: 1px 1px 2px #1073ac;
  }

  .title .badge {
    padding: 4px 7px 3px 7px;
    margin-top: -40px;
    background-color: #00598c;
    box-shadow: 1px 1px 20px #fff;
  }

  .error {
    color: #F00;
    font-size: 13px;
  }

  .small {
    font-size: 13px;
  }

  .footer {
    font-family: 'Myriad Pro', Myriad, Myriad-pro, 'Liberation Sans', 'Nimbus Sans L', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    padding: 50px 0;
    background-color: #7BC143; /* eee */
    color: #FFF;
    margin-top: 40px;
    /* border-top: 2px dashed #e7e7e7;
    background: repeating-linear-gradient(45deg, #eeeeee, #eeeeee 10px, #e7e7e7 10px, #e7e7e7 20px); 
    text-shadow: 1px 1px 1px #fff; */
  }

.footer a {
	color: #FFF;
	text-decoration: underline;
}

.footer a:hover {
	color: #5E6E67;
	text-decoration: none;
}

  .bg-info-default {
    border-radius: 4px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
  }

  /* circle starts */

  .footer-circle-wrapper {
    width: 50px;
    z-index: 30;
    margin-bottom: -66px;
  }

  .circle-indicator {
    width: 100%;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    padding: 50% 0;
    line-height: 0;
    position: relative;
    background: #ccc;
    color: #fff;
    font-family: 'Myriad Pro', Myriad, Myriad-pro, 'Liberation Sans', 'Nimbus Sans L', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    opacity: 0.8;
  }

  /* circle ends */

  .well .badge,
  .small .badge {
    background-color: #999;
  }

  .stars .fa {
    color: #ffb900 !important;
  }

  .margin-left-right-0 {
    margin-right: 0;
    margin-left: 0;
  }

  .padding-left-right-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top-0 {
    margin-top: 0;
  }

  .margin-bottom-0 {
    margin-bottom: 0;
  }

  .margin-top-bottom-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .highlight {
    background-color: #cdffc9;
    color: #000;
  }

  ul li .badge {
    font-weight: normal;
    padding: 3px 6px 4px 6px;
    background-color: #ccc;
    color: #000;
    text-shadow: 1px 1px 1px #eee;
    font-size: 11px;
  }

  .input_container ul {
    width: 95%;
    border: 1px solid #eaeaea;
    position: absolute;
    z-index: 9;
    background: #f3f3f3;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .input_container ul li {
    padding: 2px;
  }

  .input_container ul li:hover {
    background: #eaeaea;
  }

  textarea:focus,
  input:focus {
    outline: 0;
  }

  #med_list_id {
    display: none;
  }

  #title-list .select2-selection--single {
    border: 1px #CCC solid;
  }

  .select2-selection--single:focus {
    outline: none;
    border: none;
  }

  button#btnDelete:focus {
    outline: none;
    background-color: #fff;
    border-color: #ccc;
  }

  button {
    outline: none !important;
  }
  
  .tooltip-inner {
    background-color: #60C0DC !important;
    /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
    color: #fff;
  }

  .tooltip.top .tooltip-arrow {
    border-top-color: #60C0DC;
  }

  .tooltip.right .tooltip-arrow {
    border-right-color: #60C0DC;
  }

  .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #60C0DC;
  }

  .tooltip.left .tooltip-arrow {
    border-left-color: #60C0DC;
  }
  
  .input-group-addon.select-input {
    padding: 0;
  }

  .input-group-addon.select-input select {
    width: 90px;
    border: none;
    height: 32px;
  }
  
  label.input-has-value {
    color: red;
  }
  
  /* MODAL! */
  
  
th { font-size: 14px; }

tr th:last-child{
    width:1%;
}

td { font-size: 13px; }
.dataTables_filter {
  padding-bottom: 15px;
}
table.dataTable tbody td {
  vertical-align: top;
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before { /* toegevoegd */
    top: 8px;
    left: 1px;
}
  
  @media (min-width: 768px)
  {
	.modal-dialog {
		width: 90% !important;
	 }				
  }	

/* Break tussen geslacht */

.bigscreen {
  display:none;
}				
  
  @media (min-width: 992px)
  {
	.bigscreen {
		display:block;
	 }				
  }	

/* Einde break tussen geslacht */
  
  td::before {
    margin:1px; /* was 2 */
  } 			
  #patient-tblGrid,#recept-tblGrid,#product-tblGrid
  {
	width: 100% !important;
  }
  td.details-control {
	background: url('../Images/details_open.png') no-repeat center center;
	cursor: pointer;
	padding-right: 2px;
  } 
  tr.shown td.details-control {
	background: url('../Images/details_close.png') no-repeat center center;
	cursor: pointer;
	padding-right: 2px;

  }
  
  img.ExternalImage {
   background: url(../Images/loadingei.gif) center no-repeat;
  }
  
#pleaserotate-graphic{ fill: #fff; }
#pleaserotate-backdrop { color: #fff; background-color: #000; }

.countfect { 
	font-weight: bold;
}

.chart {
    margin: 0 auto;
}

#language-selector {
  float: right;
  margin-top: 15px;
  margin-right: 15px;
}
#language-selector a {
  display: block;
  float: left;
  margin-right: 10px;
}
#language-selector a.active {
  pointer-events: none;
}
.btn-register {
  text-align: left !important;
  font-size: 16px !important;
}