@charset "utf-8";
/* CSS Document */
a:hover, a, a:focus, a:active
{
	text-decoration:none;
	color: rgb(0, 119, 119);
	outline:none;
	border:none;
}
h2,h3,h4,h5
{
	color: #000;
}
@font-face {
	font-family:'PTSans-Regular';
	src: url('../fonts/PTSans-Regular_gdi.eot');
	src: url('../fonts/PTSans-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PTSans-Regular_gdi.woff') format('woff'),
		url('../fonts/PTSans-Regular_gdi.ttf') format('truetype'),
		url('../fonts/PTSans-Regular_gdi.svg#PTSans-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-F6CE;
}
@font-face {
	font-family:'BodoniFLF-Roman';
	src: url('../fonts/BodoniFLF-Roman_gdi.eot');
	src: url('../fonts/BodoniFLF-Roman_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BodoniFLF-Roman_gdi.woff') format('woff'),
		url('../fonts/BodoniFLF-Roman_gdi.ttf') format('truetype'),
		url('../fonts/BodoniFLF-Roman_gdi.svg#BodoniFLF-Roman') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-E002;
}
@font-face {
	font-family:'PTSans-Bold';
	src: url('../fonts/PTSans-Bold_gdi.eot');
	src: url('../fonts/PTSans-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PTSans-Bold_gdi.woff') format('woff'),
		url('../fonts/PTSans-Bold_gdi.ttf') format('truetype'),
		url('../fonts/PTSans-Bold_gdi.svg#PTSans-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-F6CE;
}
body
{
	font-family:'PTSans-Regular';
}
.container
{
	width:1100px;
}

.search-bar .search-section {
    max-width: 615px;
	 margin: 0 auto;
}
.search-bar {
    padding-top: 40px;
    padding-bottom: 80px;
}
.document-section
{
	padding:0px 0 80px 0;
}
.search-bar .go-button {
    background: rgb(0, 118, 118) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    font-size: 17px;
    height: 53px;
    padding:0 40px 0 20px;
    text-transform: uppercase;
	  border: 1px solid rgb(0, 118, 118);
	   border-radius: 0;
	   background-image:url(../images/search-icon.png);
	   background-repeat:no-repeat;
	   background-position:82% center;
}
.search-bar input {
    border: 1px solid rgb(0, 118, 118);
    border-radius: 0;
    color: rgb(63, 72, 77);
    font-size: 14px;
    height: 53px;
}
.document {
    display: inline-block;
	vertical-align: middle;
}
.search-section input::-webkit-input-placeholder {
    color: rgb(63, 72, 77);
	font-size: 14px;
}

.search-section input:-moz-placeholder { /* Firefox 18- */
   color: rgb(63, 72, 77);
	font-size: 14px;
}

.search-section input::-moz-placeholder {  /* Firefox 19+ */
    color: rgb(63, 72, 77);
	font-size: 14px;
}

.search-section input:-ms-input-placeholder {  
    color: rgb(63, 72, 77);
	font-size: 14px; 
}
.search-help {
    float: left;
    margin-top: 15px;
}
.advanced {
    float: right;
    margin-top: 15px;
	
}
.search-help .modal-button, .advanced a {
	text-decoration:underline;
    color: rgb(0, 0, 0);
    font-size: 14px;
}
.modal-button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
}
.modal {
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
}
.modal-dialog
{
	width: 950px;
}
.modal-content button.close
{
	 background: rgb(0, 119, 119) none repeat scroll 0 0;
    border-radius: 50%;
    height: 30px;
    padding: 0;
    position: absolute;
    right: -10px;
    top: -7px;
    width: 30px;
	  opacity: 1;
	   font-size: 25px;
    font-weight: normal;
	color: rgb(255, 255, 255);
	text-decoration:none;
}
.close:focus, .close:hover
{
	opacity:1;
	color: rgb(255, 255, 255);
}
.modal-body
{
	text-align:left;
	padding:0;
}
.modal h2 {
    color: rgb(0, 100, 100);
    font-size: 17px;
	line-height: 24px;
    text-transform: uppercase;
}

.modal .response-error {
    color: red;
    text-align: left;
}

.modal-header {
    border-bottom: medium none;
    min-height: inherit;
    padding: 0;
}
.modal-content
{
	padding: 40px;
	border-radius: 0;
}
.search-help > span, .right-document .search-help a.question, .search-advanced .question{
    background: rgb(0, 118, 118) none repeat scroll 0 0;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    padding: 2px 8px;
	margin-right: 6px;
	font-family:'PTSans-Bold';
}
.close > span {
    font-size: inherit !important;
}
.right-document .search-help a.question {
    display: inline-block;
    padding:2px 11px;
	font-family:'PTSans-Bold';
	margin-left: 10px;
	margin-right:0;
}
.search-help a {
    display: inline-block;
    vertical-align: middle;
}
.docu-small > img {
    max-width: 22px;
}
.right-document span {
   font-size: 18px;
}
.advanced > span {
    margin-right: 10px;
}
.document > span {
    display: inline-block;
    vertical-align: middle;
}
.docu-content p {
    font-size: 14px;
    line-height: 17px;
  margin: 0;
}
.docu-content {
   display: inline-block;
   padding-right: 10px;
    text-align: left;
    vertical-align: middle;
}
.docu-content button.modal-button {
    color: rgb(0, 118, 118);
  font-size: 14px;
    text-decoration: underline;
	background:inherit;
	border:none;
}
.news-about
{
	background:#f0f0f0;
}
.news-about h1, .modal-header h4, .filter h1, .matching h2, .advanced-search h1, .news-section h1, .news-about h2 {
    font-family: "BodoniFLF-Roman";
	position:relative;
	padding-bottom: 10px;
	 margin-top: 0;
	 font-size:30px;margin-bottom: 20px;
	 color: rgb(0, 0, 0)
}
.news-about p {
    color: rgb(63, 72, 77);
    font-size: 15px;
	line-height: 23px;
	margin-bottom: 0;
}
.news-about {
    padding: 40px 0;
}
.date-month {
   background: rgb(0, 119, 119) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-family: "PTSans-Bold";
    font-size: 30px;
    height: 60px;
    text-align: center;
    vertical-align: top;
    width: 74px;
	line-height: 37px;
}
.logo img {
    max-width: 380px;
    max-height: 220px;
}
.footer p {
    color: rgb(63, 72, 77);
    font-size: 12px;
    margin: 0;
    padding: 35px 0;
}
.content {
    display: inline-block;
    width: 85%;
	padding-left: 15px;
}
.news-about h1:after, .modal-header h4:after, .filter h1:after, .matching h2:after , .advanced-search h1:after, .news-section h1:after, .news-about h2:after
{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:21px;
	height:2px;
	background:#007777;
}
.modal-header h4::after {
    left: 0;
    margin: auto;
    right: 0;
}
.modal h4 {
  line-height: 35px;
	text-align: center;
	color: rgb(0, 0, 0);
}
.two-column {
    padding-bottom: 20px;
}
.news-about a {
    color: rgb(0, 118, 118);
    font-family: ptsans-bold;
    font-size: 16px;
}
.news-about em {
    color: rgb(63, 72, 77);
    font-size: 16px;
}
.modal li {
    color: rgb(63, 72, 77);
    font-size: 13px;
    list-style: outside none none;
    padding-bottom: 10px;
}
.modal ul {
    padding-left: 10px;
}
.news-about .about-content {
    padding-left: 65px;
}

.date-month > span {
    background: rgb(0, 100, 100) none repeat scroll 0 0;
    display: block;
    font-family: "PTSans-Regular";
    font-size: 13px;
    line-height: 16px;
    padding: 3px 0;
	text-transform:uppercase;
}
.got-it button, button.got-it {
    background: rgb(169, 218, 222) none repeat scroll 0 0;
    color: rgb(0, 119, 119);
    display: inline-block;
    font-size: 15px;
    padding: 8px 15px;
    text-transform: uppercase;
	border: 2px solid rgb(169, 218, 222);
	text-decoration: none;
}
.got-it {
    text-align: right;
	margin-top: 20px;
}
#myModal1 .modal-body {
    background: rgb(240, 240, 240) none repeat scroll 0 0;
    padding: 20px 25px;
}
.modal-body label
{
	font-family:'PTSans-Bold';
	font-size:15px;
	margin-bottom: 10px;
}
.modal-body input {
    border-color: rgb(227, 227, 227);
    border-radius: 0;
    height: 44px;
}
.modal-body textarea {
    height: 124px;
	 border-color: rgb(227, 227, 227);
    border-radius: 0;
	resize:none;
}
.got-it i {
    font-size: 13px;
    padding-right: 5px;
}
button.cancel {
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid rgb(169, 218, 222);
    color: rgb(169, 218, 222);
    float: left;
    font-size: 15px;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
button.got-it {
    float: right;
	margin-top:0;
}
.modal-body a {
    color: rgb(68, 120, 225);
    float: right;
    font-size: 12px;
	text-decoration: none;
}
#myModal3 .modal-body{
    background: rgb(240, 240, 240) none repeat scroll 0 0;
    padding: 30px 30px 40px 30px;
}
#myModal3 .modal-content {
    padding: 40px 0 0;
}
#myModal3 {
    padding-left: 0 !important;
}
.cancel-submit
{
	margin-top:10px;
}
.right-document .search-help {
    float: right;
}
.heading-filter {
    background: rgb(186, 225, 229) none repeat scroll 0 0;
    padding: 20px 35px;
}
.heading-filter h1 {
    margin-bottom: 0;
}
.main-section .filter {
    width: 36%;
}
.main-section .matching {
    padding-left: 10px;
    width: 64%;
}
.main-section {
    margin-top: 15px;
}
.filter-main {
    background: rgb(240, 240, 240) none repeat scroll 0 0;
    padding: 25px 31px 1px;
}

.filter-main input::-webkit-input-placeholder {
    color:#000;
	font-size: 17px;
}

.filter-main input:-moz-placeholder { /* Firefox 18- */
  color:#000;
	font-size: 17px;
}

.filter-main input::-moz-placeholder {  /* Firefox 19+ */
    color:#000;
	font-size: 17px;
}

.filter-main input:-ms-input-placeholder {  
   color:#000;
	font-size: 17px;
}
.filter-main .input-group-btn {
    display: block !important;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 2;
	font-size: 17px;
	
}
.filter-main .input-group {
    display: block;
}
.filter-main input[type="text"] {
    display: block !important;
    width: 100% !important;
	padding-right: 40px;
  border-radius: 0;
    height: 39px;
}
.filter-main h2 {
    color: rgb(0, 119, 119);
    font-size: 17px;
    text-transform: uppercase;
	 margin-bottom: 20px;
	 margin-top: 0;
}
.search-advanced .column-row {
    padding-left: 0;
}
.filter-main button {
    background: inherit;
    border: medium none;
	background-image:url(../images/grey-search-icon.png);
	background-repeat:no-repeat;
	background-position:55% center;
	 padding: 19px;
	 height:30px;
}
.checkbox label
{
	padding-left:12px;
}
.checkbox input[type="checkbox"] + span
{
	background-image:url(../images/checkbox-uncheck.png);
	background-repeat:no-repeat;
	background-position:0 center;
	 padding-left: 28px;
	 font-size: 16px;
}

.checkbox input[type="checkbox"]
{
	display:none;
}
.checkbox input[type="checkbox"]:checked + span
{
	background-image:url(../images/checked.png);
	background-repeat:no-repeat;
	background-position:0 center;
}
	.filter-nature .checkbox {
    margin-bottom: 20px;
}
.filter-nature {
    margin-bottom: 40px;
}
.table th a {
    color: rgb(0, 119, 119);
    font-size: 15px;
    text-decoration: underline;
}
.table img {
    margin-right: 8px;
}
.table span {
    color: rgb(51, 145, 145);
	font-family:'PTSans-Bold';
}
.table th
{
color:#3f484d;
}
.table th.force-in {
    color: rgb(0, 162, 110);
	 font-size: 15px;
}
  .table th:nth-child(3), .table th:nth-child(2) {
    width: 22%;
}
.table th:first-child {
    width: 37%;
}
.table th, .table td {
    border: medium none !important;
}
.matching-content {
    background: rgb(240, 240, 240) none repeat scroll 0 0;
}
.yellow {
    background: rgb(255, 242, 204) none repeat scroll 0 0;
}
.green {
    background: rgb(219, 235, 212) none repeat scroll 0 0;
}
.justice td a
{
	color: rgb(0, 0, 0);
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 3px 9px;
}
.pink {
    background: rgb(245, 204, 204) none repeat scroll 0 0;
}
.blue {
    background: rgb(209, 226, 228) none repeat scroll 0 0;
}
.signal button {
    color: rgb(227, 87, 87);
    font-size: 14px;
    text-decoration: underline;
	font-family:'PTSans-Bold';
	background:transparent;
	border:none;
}
.signal {
    float: right;
}
.detail {
    color: rgb(102, 102, 102);
    float: left;
    font-size: 14px;
}
.detail > em {
    color: rgb(1, 1, 1);
}
.colum-one .table {
    margin-bottom: 0;
}	
.signal-detail{
    padding: 0 10px;
}
.colum-one {
   
    padding:10px 0;
	
	 position: relative;
}
.hide-show {
    left: 0;
    margin:30px auto 0;
	position:relative;
    right: 0;
    text-align: center;
	 
}
.padding-column {
    padding: 0 30px;
}
.collapse.in, .collapsing
{
	z-index:0;
	 position: absolute;
    top: 17px;
}
.showcontent {
    background:#f0f0f0 url(../images/show.png) no-repeat 13px center ;
    color: rgb(0, 119, 119);
    display: inline-block;
	
	background-repeat:no-repeat;
	background-position:13px center;
    padding: 7px 15px 7px 38px;
	position: relative;
    z-index: 1;
}
.showcontent.main
{
	background:#e0e0e0 url(../images/hide-icon.png) no-repeat 13px center;
}
.border-button::after {
    background:rgb(217, 217, 217);
    bottom: auto;
    content: "";
    height: 2px;
	left:0;
    margin: auto;
    position: absolute;
   top: 17px;
	width:100%;
}
.well {
    background: rgb(224, 224, 224) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom:0px;
    text-align: left;
	padding: 20px 35px;
}
.well h4 {
    font-size: 15px;
	padding-bottom: 15px;
}
.well p {
    color: rgb(63, 72, 77);
    font-size: 15px;
}
.well span {
    color: rgb(0, 119, 119);
}
.paginate .active > a, .paginate .next {
    border-radius: 0 !important;
}
.paginate .active > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 ;
    color: #007777 ;
	border: 2px solid rgb(0, 119, 119);
}
.paginate li a
{
	background:rgb(0, 119, 119);
	 color: #fff ;
	 border: 2px solid rgb(0, 119, 119);
	 font-size:16px;
	 font-family:'PTSans-Bold';
}
.paginate li {
    display: inline-block;
    margin-right: 3px;
}
.paginate .pagination
{
	  margin: 40px 0 0;
}
.matchng-heading, .per-page {
    display: inline-block;
    vertical-align: middle;
}
.page-number {
    float: right;
	 padding-top: 2px;
    width: 60px;font-size: 15px;
}
.match-right {
    float: right;
	 width: 45%;
}
.per-page {
    width: 205px;
}
.per-page .form-control {
    -moz-appearance: none;
    background-image: url("../images/chev-down.png");
    background-position: 98% center;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 0;
    float: right;
    height: 24px;
   padding: 0 0 0 8px;
    width: 55px;
	-webkit-appearance:none;
}
.per-page > label {
    float: left;
	padding-top: 1px;
    width: 73%;
}
.advanced-search .wrapper {
   background: rgb(169, 218, 222) none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 1130px;
    padding: 25px 0 30px;
}
.advanced-search h1::after {
    left: 0;
    margin: auto;
    right: 0;
}
.advanced-search h1 {
    margin-bottom: 0;
	padding-bottom: 20px;
}
.filter-advanced .filter-main {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	 padding: 0;
}
.filter-advanced .container
{
    background: rgb(240, 240, 240) none repeat scroll 0 0;

}
.term-nature-filter {
    margin: 0 auto;
    max-width: 670px;
}
.filter-advanced .filter {
    padding: 40px 0;
}
.hide-show .collapse {
    position: relative;
    top: -18px;
}
 .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover
{
	background-color:rgb(0, 119, 119);
	color:#fff;
	border-color:rgb(0, 119, 119);
}
.paginate li a:focus, .paginate li a:hover
{
	border-color:rgb(0, 119, 119);
	color:rgb(0, 119, 119);
}
.search-advanced a {
    border-bottom: 1px solid rgb(0, 119, 119);
    display: inline-block;
    margin-bottom: 10px;
	font-size: 14px;
}
.search-advanced .docu-small img {
	margin-right: 14px;
    max-width: 17px;
}
.search-document span {
    display: inline-block;
    vertical-align: top;
}
.search-document {
    padding-left: 90px;
}
.form-buttons button.got-it, .form-buttons button.cancel
{
	float: none;
    font-size: 18px;
    text-align: center;
    width: 140px;
}
.form-buttons{
    background: rgb(234, 233, 233) none repeat scroll 0 0;
    padding: 30px 0;
}
.form-buttons button.got-it {
    margin-right: 15px;
}
.form-buttons .got-it i {
    font-size: 15px;
    padding-right: 0;
	
}
.search-advanced input::-webkit-input-placeholder {
   font-size:11px;
	color:#acacac;
}

.search-advanced input:-moz-placeholder { /* Firefox 18- */
   font-size:11px;
	color:#acacac;
}

.search-advanced input::-moz-placeholder {  /* Firefox 19+ */
     font-size:11px;
	color:#acacac;
}

.search-advanced input:-ms-input-placeholder {  
    font-size:11px;
	color:#acacac;
}
.search-advanced input {
    border-color: rgb(227, 227, 227);
}
.news-section h1::after {
    left: 0;
    margin: auto;
    right: 0;
}
.news-section .news-text {
    background: rgb(240, 240, 240) none repeat scroll 0 0;
	padding: 40px;
}
.news-text .content
{
	width:89.9%;
}
.news-text .two-column:last-child {
    padding-bottom: 0;
}
.news-section h1 {
    padding-bottom: 20px;
}
.news-text .two-column {
    padding-top: 20px;
}
.news-section {
    padding: 40px 0 0;
}
.news-text .content > p {
    color: rgb(63, 72, 77);
    font-size: 15px;
    line-height: 23px;
}
.news-text .date-month > span
{
	font-size: 15px;
    line-height: 16px;
	padding: 8px 0;
	display: block;
}
.date-month b {
    display: block;
    font-size: 43px;
    line-height: 40px;
    padding: 10px 25px;
}
.news-text .date-month
{
	width:auto;
	height:auto;
}
.signal-error-modal .modal-content {
    padding-left: 0;
    padding-right: 0;
	 padding-bottom: 0;
}
.signal-error-modal .modal-body{
    background: rgb(240, 240, 240) none repeat scroll 0 0;
    padding: 40px 30px;
}
.left-check {
    display: inline-block;
    vertical-align: top;
	width: 40%;
	background-image:url(../images/lines.png);
	background-repeat:no-repeat;
	background-position:right center;
}
.right-check {
    display: inline-block;
	padding-left: 25px;
	width:59%;
}
.cancel-submit-new {
    margin-top: 20px;
}
.signal-error-modal .modal-dialog {
    margin: 30px auto 0;
}
.signal-error-modal .checkbox {
    margin: 0;
}
.signal-error-modal .checkbox input[type="checkbox"] + span
{
	color: rgb(102, 102, 102);
    font-size: 13px;
	font-family:'PTSans-Regular';
}
.signal-error-modal .checkbox > label {
    margin-bottom: 5px;
}
.form-group.what {
    margin-bottom: 0;
}
.right-check .form-group a {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
   display: block;
    float: none;
    font-size: 13px;
    padding: 6px 0 0 8px;
    width: 60px;
	 color: rgb(102, 102, 102);
	-webkit-appearance:none;
	background-image:url(../images/sort-down.png);
	background-repeat:no-repeat;
	background-position:90% 72%;
	
}
.form-other
{
	display:none;
}
button.cancel:hover {
    background: rgb(169, 218, 222) none repeat scroll 0 0;
    color: rgb(0, 119, 119);
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
	-moz-transition:all ease 1s;
	-o-transition:all ease 1s;
	-ms-transition:all ease 1s;
}
button.got-it:hover, .got-it button:hover
{
	background:none;
    color:rgb(169, 218, 222);
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
	-moz-transition:all ease 1s;
	-o-transition:all ease 1s;
	-ms-transition:all ease 1s;
}
.form-control:focus {
    border-color: rgb(169, 218, 222);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(169, 218, 222, 0.6);
}
.matchng-heading > h2 {
    margin-bottom: 0;
}
.serach-filetr-section .document
{
	 background: rgb(236, 236, 236) none repeat scroll 0 0;
	     display: block;
}
.serach-filetr-section .document > span {
    background: rgb(169, 218, 222) none repeat scroll 0 0;
    display: inline-block;
    float: left;
    padding: 25px 25px;
}
.serach-filetr-section .docu-content p {
    font-size: 15px;
    line-height: 23px;
  margin: 0;
}
.serach-filetr-section .docu-content {
    background: rgb(236, 236, 236) none repeat scroll 0 0;
    float: left;
    padding:20px 8.5px;
    text-align: left;
}
.serach-filetr-section .docu-content button.modal-button.new {
    color: rgb(0, 118, 118);
    font-size: 14px;
    text-decoration: underline;
	background:inherit;
	border:none;
}
.another-form .container {
    max-width: 950px;
	 margin-top: 30px;
}
.another-form .modal-header h4 {
    text-align: center;
}
.another-form .modal-header {
    margin-bottom: 40px;
}
.another-form .modal-body {
    background: rgb(240, 240, 240) none repeat scroll 0 0;
    padding: 30px 20px;
}
 .modal-body .remove_field.close {
    background: rgb(169, 218, 222) none repeat scroll 0 0;
    font-size: 18px;
    padding: 13px;
    position: absolute;
    right: 16px;
   bottom: 15px;
}
.additional{
    margin-top: -14px;
}
.form-other textarea {
    height: inherit;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .checkbox label {
padding-left: 10px;
}
.table th a {
font-size: 13px;
}
}


@media (min-width:992px) and (max-width:1230px)
{
	.news-text .content {
    width: 88%;
}
	.filter-main h2
	{
		font-size: 16px;
	}
	.checkbox input[type="checkbox"] + span
	{
		 font-size: 14px;
	}
	.filter-main
	{
		padding: 25px 17px;
	}
	.per-page {
    width: 160px;
}
.per-page > label
{
	width: 65%;
}
.table th:nth-child(3), .table th:nth-child(2) {
    width: 18%;
}
.justice td a
{
	width: 205px;
}
	.container {
    width: 960px;
}
.content
{
	  width: 82%;
}
}
@media (min-width:768px) and (max-width:991px)
{
	.news-text .content {
    width: 84%;
}
	.filter-main h2
	{
		font-size: 16px;
	}
	.checkbox input[type="checkbox"] + span
	{
		 font-size: 14px;
	}
	.filter-main
	{
		padding: 25px 17px;
	}
	.per-page {
    width: auto;
	 padding-left: 30px;
}

.signal, .detail {
    float: none;
}
.per-page > label
{
	display:none;
}
.table th:nth-child(3), .table th:nth-child(2) {
    width: 18%;
}
.justice td a
{
	width: 205px;
}
 .matching h2, .filter h1
 {
	 font-size: 24px;
 }
 
	.modal-dialog {
    width: auto;
	 margin: 30px;
}
	.container {
    width: 750px;
}
.content
{
	 width: 77%;
}
.signal-error-modal .modal-dialog {
    margin: 0 auto;
    padding: 40px;
}
}
@media (max-width:767px)
{
	.modal-body .remove_field.close
	{
		bottom:0;
	}
	.additional {
    margin-bottom: 15px;
    margin-top: -15px;
}
	 .filter-nature:last-child .checkbox:last-child {
    margin: 0;
}
	.news-section .news-text
	{
		padding: 40px 20px;
	}
	.news-text .content {
    width: 83%;
}
	.checkbox label {
    padding-left: 0;
}
.checkbox input[type="checkbox"] + span
{
	font-size: 15px;
}
.search-links {
    margin-top: 20px;
}
.search-document {
    padding-left: 0;
}
.filter-nature {
    margin-bottom: 30px;
}
	.term-nature-filter
	{
		max-width: 600px;
	}
	.padding-column {
    overflow: hidden;
	}
	.table-outer
	{
		overflow-x: scroll;
	}
	.colum-one .table
	{
		min-width: 600px;
    
	}
	.detail, .signal
	{
		float:none;
	}
	.signal-detail{
    margin-top: 20px;
}
	.main-section .filter {
    width: auto;
}
.main-section .matching {
    margin-top: 30px;
    padding-left: 15px;
    width: auto;
}
.match-right {
    float: none;
    width: auto;
}
.table th:nth-child(3), .table th:nth-child(2) {
    width: 21%;
}
	.modal-dialog {
    width: auto;
	 margin: 30px;
}
	.container {
    width: auto;
}
.news-about .about-content {
    margin-top: 30px;
    padding-left: 15px;
}
}
@media (max-width:639px)
{
	.left-check {
    background-image: none;
	}
	.right-check {
    display: block;
    padding-left: 0;
    width: auto;
}
	.document {
    max-width: 430px;
}
.docu-content
{
	width:auto;
}
.docu-content p
{
	font-size: 17px;
}
	#myModal3 .modal-body
	{
		padding: 30px 0 40px;
	}
	.news-text .content {
    padding-left: 0;
    padding-top: 15px;
    width: auto;
}
.news-text .date-month {
    display: block;
}
.news-text .two-column
{
	padding-bottom:0;
}
.news-text .content > p
{
	text-align:center;
}
	.term-nature-filter {
    max-width: inherit;
    padding: 0 20px;
}
.search-advanced .column-row {
    padding: 0;
}
.filter-nature .col-sm-6.col-xs-6 {
    width: 100%;
	 padding: 0;
}
.col-sm-6.col-xs-6 .checkbox:last-child {
    margin-bottom: 5px;
}
	.signal-error-modal .modal-dialog {
    margin: 20px;
}
.signal-error-modal .modal-body
{
	padding:20px 0;
}
.left-check
{
	width:50%;
}
	.modal-content
	{
		padding: 20px;
	}.modal-dialog {
    margin: 20px;
	}
	#myModal1 .modal-body
	{
		 padding:20px 10px;
	}
.content
{
	  width: 82%;
}
.search-bar {
    padding: 40px 0;
}
}
@media (max-width:479px)
{
	.docu-content
	{
		float: none;
    margin-top: 20px;
	text-align: center;
	}
	.document > span
	{
		float:none;
	}
	
	button.cancel, button.got-it
	{
		padding: 6px 15px;
		margin: 0 auto 15px !important;
	}
	.left-check {
    display: block;
    width: auto;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.right-check {
    display: block;
    padding-left: 0;
}
	.heading-filter
	{
		padding: 20px 15px;
	}
	.padding-column {
    padding: 0 15px;
	
}
.well
{
	padding:20px;
}
	.heading-filter h1, .advanced-search h1, .matchng-heading h2
	{
		font-size: 22px;
	}
	.filter-main
	{
		padding: 15px;
	}
	.checkbox label {
    padding-left: 0;
}
.checkbox input[type="checkbox"] + span
{
	font-size: 14px;
    padding-left: 20px;
}
.per-page > label
{
	display:none;
}.per-page .form-control
{
	float:none;
}
.per-page {
    width: auto;
}

	.right-document .search-help {
    float: none;
    text-align: center;
}
.right-document .search-help a.question
{
	margin-right: 0;
}
	.logo img {
    width: 100%;
}
	#myModal1 .modal-body {
    padding: 20px 0;
}
	button.cancel, button.got-it
	{
		margin: 0 auto 20px;
		display: block;
		float:none;
	}
	.modal-body label
	{
		font-size: 13px;
	}
	 .modal-header h4
	{
		font-size: 24px;
	}
.document > span
{
	padding: 20px;
}
.docu-content
{
	padding: 15px;    
	width: auto;
}
.document-section {
    padding:0 0 40px;
}
.content {
    width: auto;
	padding-left: 0;
    padding-top: 10px;
}
.search-bar input, .search-bar .go-button
{
	height: 45px;
}
}

.slide_hidden {
    height: 0px !important;
}

.slide_shown {
    height: 155px !important;
}