	h1{
		color:#ffc600;
	}
	h2{
		color:#ffc600;
	}

	i.fa, i.fab, i.fas {
	   color: #ffc600;
	  }

	.btn-indigo{
	background-color: #ffc600 !important;
	color : #000;
	}

	.btn-indigo:hover, .btn-indigo:focus, .btn-indigo:active, .btn-indigo.active, .open>.dropdown-toggle.btn-indigo {
	background-color: #ffc600 !important;
	color : #000;
	}

	.fa.disabled,
	.fa[disabled],
	.disabled > .fa,
	[disabled] > .fa {
	  opacity: 0.5;
	  /*optional*/ cursor: not-allowed;
	  /*optional*/ pointer-events: none;
	}

	.highlight2 {
		background-color: #ffc600 !important;
		font-weight: bold;
		padding:1px;
	}

	.highlight{
	  background:#ff7e00;
	/*  padding:1px;
	  border:#F99 dotted 1px;*/
	}

	mark{
	  background-color:#ffc600 !important;
		font-weight: bold;
	}

	@media screen {
	  #printSection {
		  display: none;
	  }
	}

	@media print {
		/* on modal open bootstrap adds class "modal-open" to body, so you can handle that case and hide body */
		body.modal-open {
			visibility: hidden;
		}

		body.modal-open .modal .modal-header,
		body.modal-open .modal .modal-body {
			visibility: visible; /* make visible modal body and header */
		}
	}


	table.dataTable thead .sorting:after,
	table.dataTable thead .sorting:before,
	table.dataTable thead .sorting_asc:after,
	table.dataTable thead .sorting_asc:before,
	table.dataTable thead .sorting_asc_disabled:after,
	table.dataTable thead .sorting_asc_disabled:before,
	table.dataTable thead .sorting_desc:after,
	table.dataTable thead .sorting_desc:before,
	table.dataTable thead .sorting_desc_disabled:after,
	table.dataTable thead .sorting_desc_disabled:before {
	bottom: .5em;
	}


	input[type="text"], textarea, select {
  	 background-color : #F9ffff !important;
  	 padding-left : 5px !important;
	}