	/*********************************************************
	OVVERIDE BOOTSTRAP CSS
	*********************************************************/
	.container{
		width:inherit;
	}

	.modal-open {
		padding-right: 0!important;
	}

	.close{
		opacity: 1;
	}
	.close:hover{
		color: rgb(119,168,224) !important;
	}
	.modal-header .close {
		color: rgb(255,255,255) !important;
	}
	.btn{
		color: rgb(255,255,255);
		border-color: #006325;
		outline: none!important;
		-webkit-transition: background 300ms ease 0s;
		-moz-transition: background 300ms ease 0s;
		-o-transition: background 300ms ease 0s;
		transition: background 300ms ease 0s;
		background: #006325;
		margin-top: 1em;
	}
	.btn:hover{
		color: rgb(255,255,255);
		border-color: #087e3f;
		background: #087e3f;
	}
	.btn:active{
		color: rgb(255,255,255);
		border-color: #048abf;
		background: #048abf;
	}
	.btn.focus,
	.btn:focus{
		box-shadow:none!important;
		color: rgb(255,255,255)!important;
		border-color:#048abf!important;
		background: #048abf!important;
	}
	.btn:visited{
		color: #fff !important;
	}

	address{
		margin-bottom: 0;
	}

	.modal-body h5 {
		margin-bottom: 0;
		font-size: 1.3em;
	}
	.modal-body .modalBodyMetaHeader {
		 margin-bottom: 1em;
	 }
	.modal-body .modalDate,
	.modal-body .modalTime {
		font: normal 1em 'Roboto', sans-serif;
		display: block;
	}
	.linkAttachment {
		margin-top: 1em;
	}
	.modal-content {
	   border-radius: 10px; 
	   border:none;
	}
	#btnSearch .modal-footer {
		padding: 30px;
		text-align:center;
		background-color:rgb(76,89,107);
		
	}
	.modal-dialog {
		width: 900px;
	}
	@media only screen and (max-width:900px) {
		.modal-dialog {
			width: auto !important;
			padding-right: 0 !important;
		}
	}
	@media (max-width: 768px) {
    .col-sm-2,.col-sm-3{
        float:left !important;
    }
    .col-sm-3 {
        width: 25% !important;
    }
    .col-sm-2 {
        width: 16.66666667% !important;
    }
}
@media (max-width: 490px){
	 .col-sm-2 {
        width: 50%!important;
    }
}