@font-face {
	font-family: 'Trebuchet MS';
	src: url('/style/responsive/css/fonts/trebuc.eot');
	src:  url('/style/responsive/css/fonts/trebuc.eot?#iefix') format('embedded-opentype'),
	url('/style/responsive/css/fonts/trebuc.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Trebuchet MS';
	src: url('/style/responsive/css/fonts/trebucbd.eot');
	src:  url('/style/responsive/css/fonts/trebucbd.eot?#iefix') format('embedded-opentype'),
	url('/style/responsive/css/fonts/trebucbd.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Trebuchet MS';
	src: url('/style/responsive/css/fonts/trebucit.eot');
	src:  url('/style/responsive/css/fonts/trebucit.eot?#iefix') format('embedded-opentype'),
	url('/style/responsive/css/fonts/trebucit.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Trebuchet MS';
	src: url('/style/responsive/css/fonts/trebucbi.eot');
	src:  url('/style/responsive/css/fonts/trebucbi.eot?#iefix') format('embedded-opentype'),
	url('/style/responsive/css/fonts/trebucbi.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

a,a:hover,a:focus {color: #008ec6; }
a.underline { text-decoration: underline; }
h1,h2,h3,h4,h5,h6 { line-height: normal; margin: 0; }
img { max-width: 100%; }
label { font-weight: normal; }
option[disabled] { color: #ddd; }

.popover { max-width: none; }
.modal-header { border-radius: 4px 4px 0 0; }
.modal-content { display: inline-block; border-radius: 5px; }
.modal-dialog { width: auto; text-align: center; }

.list-inline { margin-left: 0; }
.list-inline>li { padding-left: 0; padding-right: 0; }

.thumbnail { border-radius: 0; }

.navbar { min-height: 0; margin-bottom: 0; }
.navbar-default,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {border:none;}
.navbar-default { background-color: transparent; }
.navbar-default .navbar-toggle { height: 50px; padding: 0 15px; border-radius: 0; margin: 0; border-top: none;border-bottom: none; }
.navbar-default .navbar-toggle[aria-expanded="true"] { box-shadow: inset 0 0px 5px #999; background-color: #ddd; border: none;}

.no-transition { -webkit-transition: height 0; -moz-transition: height 0; -ms-transition: height 0; -o-transition: height 0; transition: height 0; }

.pager li > a { padding: 8px;border-radius: 4px; line-height: normal; }
.pager .next > button { float: right; }

.bootstrap-select.btn-group .dropdown-menu.open { min-width: 250px; }

.bg-orange { background-color: #F7B447; color: white; }
.bg-blue { background-color: #337ab7; color: white; }
.bg-gray { background-color: #ddd; }

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success { background-color: #88b234; border-color: #75A515; }

.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; }
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default { background-color: #d8d8d8; }

.adjust-left,
.adjust-xs-left { padding-left: 0; }
.adjust-right,
.adjust-xs-right { padding-right: 0; }

.text-xxs-left,
.text-xs-left { text-align: left; }
.text-xxs-center,
.text-xs-center { text-align: center; }
.text-xxs-right,
.text-xs-right { text-align: right; }

.hidden-xxs,
.hidden-xxs-inline,
.hidden-xxs-inline-block { display: none; }

.col-xs-offset-right-12 {margin-right: 100%;}
.col-xs-offset-right-11 {margin-right: 91.66666667%;}
.col-xs-offset-right-10 {margin-right: 83.33333333%;}
.col-xs-offset-right-9 {margin-right: 75%;}
.col-xs-offset-right-8 {margin-right: 66.66666667%;}
.col-xs-offset-right-7 {margin-right: 58.33333333%;}
.col-xs-offset-right-6 {margin-right: 50%;}
.col-xs-offset-right-5 {margin-right: 41.66666667%;}
.col-xs-offset-right-4 {margin-right: 33.33333333%;}
.col-xs-offset-right-3 {margin-right: 25%;}
.col-xs-offset-right-2 {margin-right: 16.66666667%;}
.col-xs-offset-right-1 {margin-right: 8.33333333%;}
.col-xs-offset-right-0 {margin-right: 0;}

@media (max-width: 480px) {
	.col-xxs-6 { width: 50%; }
    .col-xxs-12 { width: 100%; }
}

@media (min-width: 481px) {
	.hidden-xxs { display: block; }
	.hidden-xxs-inline { display: inline; }
	.hidden-xxs-inline-block { display: inline-block; }
	.text-xxs-center { text-align: left; }
	.text-xxs-right { text-align: left; }
	.text-left,
	.text-xs-left { text-align: left; }
	.text-right,
	.text-xs-right { text-align: right; }
	.text-xs-center { text-align: center; }
}

@media (min-width: 768px) {
	.adjust-xs-left { padding-left: 15px; }
	.adjust-xs-right { padding-right: 15px; }
	.adjust-sm-left { padding-left: 0; }
	.adjust-sm-right { padding-right: 0; }

	.text-xs-center,
	.text-xs-right,
	.text-sm-left { text-align: left; }
	.text-sm-right { text-align: right; }
	.text-sm-center { text-align: center; }

  .pull-sm-right { float: right; }
  .col-sm-offset-right-12 {margin-right: 100%;}
  .col-sm-offset-right-11 {margin-right: 91.66666667%;}
  .col-sm-offset-right-10 {margin-right: 83.33333333%;}
  .col-sm-offset-right-9 {margin-right: 75%;}
	.col-sm-offset-right-8 {margin-right: 66.66666667%;}
  .col-sm-offset-right-7 {margin-right: 58.33333333%;}
  .col-sm-offset-right-6 {margin-right: 50%;}
  .col-sm-offset-right-5 {margin-right: 41.66666667%;}
  .col-sm-offset-right-4 {margin-right: 33.33333333%;}
  .col-sm-offset-right-3 {margin-right: 25%;}
  .col-sm-offset-right-2 {margin-right: 16.66666667%;}
  .col-sm-offset-right-1 {margin-right: 8.33333333%;}
  .col-sm-offset-right-0 {margin-right: 0;}
}

@media (min-width: 992px) {
  .pull-md-right { float: right; }
  .col-md-offset-right-12 {margin-right: 100%;}
  .col-md-offset-right-11 {margin-right: 91.66666667%;}
  .col-md-offset-right-10 {margin-right: 83.33333333%;}
  .col-md-offset-right-9 {margin-right: 75%;}
  .col-md-offset-right-8 {margin-right: 66.66666667%;}
  .col-md-offset-right-7 {margin-right: 58.33333333%;}
  .col-md-offset-right-6 {margin-right: 50%;}
  .col-md-offset-right-5 {margin-right: 41.66666667%;}
  .col-md-offset-right-4 {margin-right: 33.33333333%;}
  .col-md-offset-right-3 {margin-right: 25%;}
  .col-md-offset-right-2 {margin-right: 16.66666667%;}
  .col-md-offset-right-1 {margin-right: 8.33333333%;}
  .col-md-offset-right-0 {margin-right: 0;}
}

@media (min-width: 1200px) {
  .pull-lg-right { float: right; }
  .col-lg-offset-right-12 {margin-right: 100%;}
  .col-lg-offset-right-11 {margin-right: 91.66666667%;}
  .col-lg-offset-right-10 {margin-right: 83.33333333%;}
  .col-lg-offset-right-9 {margin-right: 75%;}
	.col-lg-offset-right-8 {margin-right: 66.66666667%;}
  .col-lg-offset-right-7 {margin-right: 58.33333333%;}
  .col-lg-offset-right-6 {margin-right: 50%;}
  .col-lg-offset-right-5 {margin-right: 41.66666667%;}
  .col-lg-offset-right-4 {margin-right: 33.33333333%;}
  .col-lg-offset-right-3 {margin-right: 25%;}
  .col-lg-offset-right-2 {margin-right: 16.66666667%;}
  .col-lg-offset-right-1 {margin-right: 8.33333333%;}
  .col-lg-offset-right-0 {margin-right: 0;}
}