 
<style type="text/css">
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* ------------------ LOAD CORE E MIXINS  
---------------------------------------------------------------------- */
/* ------------------ GENERALS
---------------------------------------------------------------------- */
.fixed {
  position: fixed;
  z-index: 999;
  width: 100%;
}
.small-text {
  font-size: 12px;
}
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.nopadright {
  padding-right: 0;
}
.nopadleft {
  padding-left: 0;
}
.padleft15 {
  padding-left: 15px;
}
.padleft30 {
  padding-left: 30px;
}
.padright15 {
  padding-right: 15px;
}
.padright30 {
  padding-right: 30px;
}
.padtop15 {
	
  padding-top: 15px;
}
.padtop30 {
	
  padding-top: 30px;
}
.padbottom15 {
  padding-bottom: 15px;
}
.padbottom5 {
  padding-bottom: 5px;
}
.padleft7 {
  padding-left: 7px;
}
.padright7 {
  padding-right: 7px;
}
.uppercase {
  text-transform: uppercase;
}
.nomargin,
table.nomargin {
  margin: 0;
}
.wall-of-text {
  line-height: 160%;
}
/* ------------------ BUTTONS
---------------------------------------------------------------------- */
.disabled,
[disabled],
fieldset[disabled] {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.badge {
  text-shadow: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #000 0%, #000 100%);
  background-image:      -o-linear-gradient(top, #000 0%, #000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image:         linear-gradient(to bottom, #000 0%, #000 100%);
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border: none;
  border-color: none;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #000;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #000;
  border-color: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #000;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #999 0%, #7a7a7a 100%);
  background-image:      -o-linear-gradient(top, #999 0%, #7a7a7a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#999), to(#7a7a7a));
  background-image:         linear-gradient(to bottom, #999 0%, #7a7a7a 100%);
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff7a7a7a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border: none;
  border-color: none;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #7a7a7a;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #7a7a7a;
  border-color: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #7a7a7a;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border: none;
  border-color: none;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border: none;
  border-color: none;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border: none;
  border-color: none;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border: none;
  border-color: none;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.btn-default:hover,
.btn-primary:hover {
  background-color: #2d5c88;
}
.btn {
  min-width: 138px;
  text-transform: uppercase;
}
/* ------------------ DROPDOWNS  
---------------------------------------------------------------------- */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #5569ab;
  background-image: -webkit-linear-gradient(top, #2d5c88 0%, #5569ab 100%);
  background-image:      -o-linear-gradient(top, #2d5c88 0%, #5569ab 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2d5c88), to(#5569ab));
  background-image:         linear-gradient(to bottom, #2d5c88 0%, #5569ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6678b3', endColorstr='#ff5569ab', GradientType=0);
  background-repeat: repeat-x;
}
/* ------------------ NAVBAR  
---------------------------------------------------------------------- */
.navbar-inverse .badge {
  color: #2d5c88;
  background-color: #fff;
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #8896c4 0%, #2d5c88 100%);
  background-image:      -o-linear-gradient(top, #8896c4 0%, #2d5c88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8896c4), to(#2d5c88));
  background-image:         linear-gradient(to bottom, #8896c4 0%, #2d5c88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8896c4', endColorstr='#ff6678b3', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 0;
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #2d5c88 0%, #5569ab 100%);
    background-image:      -o-linear-gradient(top, #2d5c88 0%, #5569ab 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2d5c88), to(#5569ab));
    background-image:         linear-gradient(to bottom, #2d5c88 0%, #5569ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6678b3', endColorstr='#ff5569ab', GradientType=0);
    background-repeat: repeat-x;
  }
}
.navbar-toggle i {
  font-size: 30px;
  color: #000;
}
/* ------------------ ALERTS
---------------------------------------------------------------------- */
.alert-secondary {
  color: #000;
  background-color: #e6e6e6;
}
.alert-default {
  color: #fff;
  background-color: #000;
}
.cookie-notice a {
  color: #999;
}
.cookie-notice a:hover {
  color: #2d5c88;
}
.floating_cookie{
//	margin-left:16.666667%;
  position:relative;
  top:0px;
 z-index:100;
}
/* ------------------ PROGRESS BAR  
---------------------------------------------------------------------- */
.progress {
  height: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.progress .progress-bar {
  font-size: 8px;
  line-height: 8px;
}
/* ------------------ LIST GROUPS  
---------------------------------------------------------------------- }*/
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: none;
  background-image: none;
  border: #cacaca;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
/* ------------------ WELLS  
---------------------------------------------------------------------- */
.well {
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* ------------------ TYPOGRAPHY  
---------------------------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
}
.text-primary,
.text-primary:hover {
  color: #2d5c88;
}
.text-success,
.text-success:hover {
  color: #5cb85c;
}
.text-danger,
.text-danger:hover {
  color: #d9534f;
}
.text-warning,
.text-warning:hover {
  color: #f0ad4e;
}
.text-info,
.text-info:hover {
  color: #5bc0de;
}
.title i {
  color: #2d5c88;
}
.title {
  margin: 40px 0 30px;
  text-transform: uppercase;
}
.title .siap-icon,
.title i,
.title .glyphicon {
  padding-right: 15px;
  font-size: 45px;
  color: #2d5c88;
  vertical-align: middle;
}
/* ------------------ TABLES  
---------------------------------------------------------------------- */
table a:not(.btn),
.table a:not(.btn) {
  text-decoration: underline;
}
table .dropdown-menu a,
.table .dropdown-menu a {
  text-decoration: none;
}
table .success,
.table .success,
table .warning,
.table .warning,
table .danger,
.table .danger,
table .info,
.table .info {
  color: #fff;
}
table .success a,
.table .success a,
table .warning a,
.table .warning a,
table .danger a,
.table .danger a,
table .info a,
.table .info a {
  color: #fff;
}
/* ------------------ FORMS  
---------------------------------------------------------------------- */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning .form-control-feedback {
  color: #f0ad4e;
}
.has-warning .form-control,
.has-warning .form-control:focus,
.has-warning .input-group-addon {
  border: 1px solid #f0ad4e;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.has-error .form-control-feedback {
  color: #d9534f;
}
.has-error .form-control,
.has-error .form-control:focus,
.has-error .input-group-addon {
  border: 1px solid #d9534f;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .form-control-feedback {
  color: #5cb85c;
}
.has-success .form-control,
.has-success .form-control:focus,
.has-success .input-group-addon {
  border: 1px solid #5cb85c;
}
/* ------------------ NAVS  
---------------------------------------------------------------------- */
.nav-pills > li > a {
  border-radius: 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: none;
}
/* ------------------ INDICATORS  
---------------------------------------------------------------------- */
.close {
  text-decoration: none;
  text-shadow: none;
  opacity: .4;
}
.close:hover,
.close:focus {
  opacity: 1;
}
.label {
  font-weight: 400;
  border-radius: 0;
}
/* ------------------ CONTAINERS  
---------------------------------------------------------------------- */
.panel-heading,
.panel-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-default .close {
  color: #000;
}
a.list-group-item-success.active {
  background-color: #5cb85c;
}
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  background-color: #4cae4c;
}
a.list-group-item-warning.active {
  background-color: #f0ad4e;
}
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  background-color: #eea236;
}
a.list-group-item-danger.active {
  background-color: #d9534f;
}
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  background-color: #d43f3a;
}
.modal .close {
  color: #000;
}
.popover {
  color: #000;
}
/* ------------------ LABEL  
---------------------------------------------------------------------- */
.label-secondary {
  color: #000;
  background-color: #e6e6e6;
}
/* ------------------ CHECKBOXES  
---------------------------------------------------------------------- */
/* CSS used here will be applied after bootstrap.css */
/* custom checkboxes */
.custom-checkbox > [type="checkbox"],
.custom-checkbox > label {
  margin-bottom: 0 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
   -khtml-user-select: none;
}
.custom-checkbox {
  line-height: 35px;
}
.custom-checkbox > [type="checkbox"]:not(:checked),
.custom-checkbox > [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label,
.custom-checkbox > [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:checked + label:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  content: '';
  background-image: url("../img/check-base.svg");
  -webkit-background-size: cover;
          background-size: cover;
  border: 1px solid #999;
  border-radius: 0;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox > [type="checkbox"]:checked + label:after {
  position: absolute;
  top: 53%;
  left: 6px;
  margin-top: -14px;
  font: normal normal normal 20px/1 'Glyphicons Halflings';
  color: #000;
  content: '\25A0';

  xtransition: all .2s;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}
.custom-checkbox > [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after,
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
  left: 2px;
  content: '\25a0';
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
  color: #dadada;
  cursor: not-allowed;
  background-color: #eee;
  border-color: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}
.custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
  color: #dadada;
  cursor: not-allowed;
}
.custom-checkbox > [type="checkbox"]:disabled + label {
  color: #aaa;
  cursor: not-allowed;
}
.custom-checkbox > [type="checkbox"]:checked:focus + label:before,
.custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.custom-checkbox > label:hover:before {
  border: 1px solid #555 !important;
}
.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before {
  border: 1px solid #e4e4e4 !important;
}
.custom-checkbox label {
  font-weight: 400;
}
/* ------------------ SELECT e INPUT  
---------------------------------------------------------------------- */
select.form-control {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwMCAyMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZD0iTTIsNzUuMDM5bDM4LjQxNy0zOC40MjJsNTkuNTkxLDU5Ljc1MWw1OS43NTEtNTkuNzUxTDE5OCw3NS4wMzlsLTk3LjgzMyw5OC4wMDJMMiw3NS4wMzl6Ii8+DQo8L3N2Zz4NCg==");
  background-repeat: no-repeat;
  background-position: right center;
          background-origin: content-box;
  -webkit-background-size: 1ex 1ex;
          background-size: 1ex;

     -moz-appearance: none;
  appearancce: none;
  -webkit-background-origin: content-box;
}
.form-control {
  padding: 5px 10px;
}
.input-group-addon {
  min-width: 164px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}
/* ------------------ SWITCH
---------------------------------------------------------------------- */
/* The switch - the box around the slider */
.switch {
  position: relative;
  top: 12px;
  display: inline-block;
  width: 60px;
  height: 32px;
}
/* Hide default HTML checkbox */
.switch input {
  display: none;
}
/* The slider */
.slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  background-color: #999;
  -webkit-transition: .4s;
       -o-transition: .4s;
          transition: .4s;
}
.slider:before {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  content: "";
  background-color: white;
  -webkit-transition: .4s;
       -o-transition: .4s;
          transition: .4s;
}
input:checked + .slider {
  background-color: #000;
}
input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #000;
          box-shadow: 0 0 1px #000;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
       -o-transform: translateX(26px);
          transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/* ------------------ PANEL
---------------------------------------------------------------------- */
.panel-title > a {
  display: block;
  width: 100%;
  height: 100%;
}
.panel-default .panel-heading,
.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-info .panel-heading,
.panel-warning .panel-heading,
.panel-danger .panel-heading {
  font-size: 12px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwMCAyMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTIsNzUuMDM5bDM4LjQxNy0zOC40MjJsNTkuNTkxLDU5Ljc1MWw1OS43NTEtNTkuNzUxTDE5OCw3NS4wMzlsLTk3LjgzMyw5OC4wMDJMMiw3NS4wMzl6Ii8+DQo8L3N2Zz4NCg==");
  background-repeat: no-repeat;
  background-position: right center;
          background-origin: content-box;
  -webkit-background-size: 2ex 2ex;
          background-size: 2ex;

  -webkit-background-origin: content-box;
}
.panel {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-title a:hover {
  color: #e6e6e6;
  text-decoration: none;
}
/* ------------------ TABS
---------------------------------------------------------------------- */
.nav.nav-tabs a {
  color: #000;
}
.nav.nav-tabs a:hover {
  color: #2d5c88;
  background-color: #fff;
}
/* ------------------ SIDEBAR MENU
---------------------------------------------------------------------- */
.row.verticalmenu {
  width: 100%;
  margin: 0;
}
.verticalmenu .nav.navbar-nav > li,
.verticalmenu .nav.navbar-nav {
  display: block;
  float: none;
  width: 100%;
}
.verticalmenu .navbar-header {
  display: block;
  float: none;
  width: 100%;
  background-color: #fff;
}
.verticalmenu .dropdown.open .dropdown-menu {
  position: static;
  display: block;
  float: none;
  width: 100%;
  background-color: transparent;
}
.verticalmenu li a {
  color: #fff;
  text-transform: uppercase;
}
.verticalmenu .collapse.navbar-collapse {
  padding: 0;
}
.verticalmenu .navbar-default.myverticalnavbar {
  margin-bottom: 0;
  border-top: none;
  border-right: 2px solid #2d5c88;
  border-bottom: none;
  border-left: none;
}
.verticalmenu .nav.navbar-nav li {
  border-bottom: 1px solid #2d5c88;
}
.verticalmenu .nav.navbar-nav .dropdown-menu > li {
  border: medium none;
}
.verticalmenu i.fa-chevron-down {
  float: right;
  padding-top: 3px;
  font-size: 14px;
  text-align: right;
}
.verticalmenu .nav.navbar-nav li.primary-bg {
  background-color: #2d5c88;
  border-bottom: 1px solid #000;
}
.verticalmenu .nav li.primary-bg:hover {
  background-color: #000;
}
.verticalmenu .nav li.primary-bg a:hover {
  color: #fff;
}
.verticalmenu .logo-network {
  background-color: #fff;
  border-top: 2px solid #2d5c88;
  border-bottom: medium none;
  text-align:center;
}
.verticalmenu .logo-network img {
  width: auto;
  max-width: 100%;
  max-height: 45px;
}
.verticalmenu .primary-bg .siap-icon {
  padding-right: 10px;
  font-size: 35px;
  vertical-align: middle;
}
.verticalmenu .copy {
  display: block;
  float: none;
  width: 100%;
  clear: both;
  color: #fff;
}
.verticalmenu .navbar-footer .siap-icon {
  font-size: 25px;
  color: #2d5c88;
}
.verticalmenu .navbar-brand {
  height: auto;
  max-height: 150px;
}
.verticalmenu .navbar-brand img {
  width: auto;
  padding: 15px;
  max-height: 150px;
  max-width: 100%;
}
.verticalmenu .navbar-footer {
  padding: 15px;
}
.verticalmenu .navbar-footer a {
  float: left;
  padding: 5px;
}
.verticalmenu .language {
  width: -moz-max-content;
  padding-bottom: 5px;
  margin: 0 auto;
}
.verticalmenu .language a {
  max-width: 35px;
  height: auto;
}
.verticalmenu .language img {
  width: 100%;
}
.verticalmenu .language img:hover {
  opacity: .8;
}
.verticalmenu .social {
  width: -moz-max-content;
  margin: 0 auto;
}
.verticalmenu .social a {
  text-decoration: none;
}
.verticalmenu .social a:hover span.siap-icon {
  color: #fff;
}
.verticalmenu .dropdown.open .dropdown-menu {
  padding-left: 10px;
}
.dropdown-menu li a {
  line-height: 2;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #2d5c88;
  background-color: transparent;
}
.verticalmenu .nav .navbar-footer.text-center {
  border-bottom: none;
}
 .agency{
 	margin:0px;
 }
 .agency.agency_bold{
 	font-weight:bold;
 }
/* ------------------ HOME main content
---------------------------------------------------------------------- */
.main-content,
.menusidebar {
  padding: 0;
}
.banner-up {
  width: 100%;
  height: 114px;
  max-height: 150px;
  overflow: hidden;
  background-image: url("../img/banner-up.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
	margin-bottom:30px;
}
.banner-up a {
  display: block;
  width: 100%;
  height: 150px;
}
.vetrina .box h5,
.vetrina .box span {
  font-weight: bold;
  text-transform: uppercase;
}
.vetrina .box span.sconto {
  font-weight: lighter;
  text-transform: none;
}
	.vetrina2 .box h5,
.vetrina2 .box span {
  font-weight: bold;
  text-transform: uppercase;
}
.vetrina2 .box span.sconto {
  font-weight: lighter;
  text-transform: none;
}
.white-bg {
  padding: 5px;
  margin: 0;
  color: #000;
  background-color: rgba(255, 255, 255, .8);
}
.white-bg_offer {
  padding: 5px;
  margin: 0;
  color: #fff;
  background-color: rgba(45,92,136,0.8);
}
.grey_div{
	padding:10px;
    background-color: rgba(0, 0, 0, .1);
    margin-bottom:27px;
}
.padding_title{
  padding:10px !important;
}
.black-bg {
  padding: 5px;
  margin: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, .7);
}
.vetrina .box h5.black-bg {
  font-weight: normal;
}
 * .vetrina2 .box h5.black-bg {
  font-weight: normal;
}
.thumbnail-img {
  position: relative;
  height: 200px;
  background-image: url("../img/thumb-vetrina.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% auto;
	background-size: 100% auto;


}
 .vetrina{
min-height:720px;
}
 .vetrina2{
min-height:360px;
}
.box:hover{
	-webkit-transform: rotate(0deg) scale(1.04);
	transform: rotate(0deg) scale(1.04);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.thumbnail-img div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
a.catalog-btn {
  display: block;
  height: 75px;
  padding: 15px 5px;
  margin-top: 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #999;
}
a.catalog-btn span.siap-icon {
  font-size: 40px;
}
a.catalog-btn:hover {
  background-color: #000;
}
.banner-down {
  width: 100%;
  height: 200px;
  margin-top: 20px;
  overflow: hidden;
  background-image: url("../img/banner-down.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.ricerca .row {
  margin: 0;
}
.input-group-addon.calendar {
  min-width: 2px;
  padding: 0 5px;
  background-color: transparent;
  border-left: medium none;
}
.form-control.calendar {
  border-right: none;
}
span.label.title-bar {
  display: block;
  width: 100%;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
.panel.title-bar .panel-title a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.panel.title-bar .panel-heading {
  padding: 8px 15px;
}
.panel-group {
  margin-bottom: 2px;
}
.avanzata {
  position: absolute;
  top: -3px;
  right: 15px;
  display: block;
  padding: 0 0 2px 15px;
  background-color: #fff;
}
.text-switch {
  position: relative;
  top: -5px;
  padding-left: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
.ricerca .btn.btn-default {
  margin-top: 10px;
}
.text-contacts {
  min-height: 250px;
  padding: 20px;
  color: #fff;
  background-color: #999;
}
.row.contatti {
  padding-right: 15px;
}
.row.contatti {
  padding-bottom: 50px;
}
.map-container iframe {
  position: relative;
  display: block;
  pointer-events: none;
  /* IE needs a position other than static */
}
.map-container iframe.clicked {
  pointer-events: auto;
}
/* ------------------ RISULTATI
---------------------------------------------------------------------- */
.nomarginbottom,
h1.nomarginbottom {
  margin-bottom: 0;
}
.dropdown-menu.default {
  background-color: #000;
}
.dropdown-menu.default li a {
  color: #fff;
}
.dropdown-menu.primary {
  background-color: #999;
}
.dropdown-menu.primary li a {
  color: #fff;
}
.dropdown-menu.light {
  background-color: #fff;
}
.dropdown-menu.light li a {
  color: #000;
}
.label {
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
.text-quota {
  margin: 5px;
  font-size: 90%;
  font-style: italic;
  color: #999;
}
.quota {
  font-size: 120%;
  font-weight: bold;
}
.fa.fa-facebook.facebook-share {
  padding: 5px 10px;
  font-size: 20px;
  color: #fff;
  background-color: #3b5998;
}
.fa.fa-facebook.facebook-share:hover {
  background-color: #000;
}
.logo-fornitore img {
  width: auto;
  height: 100%;
  max-height: 30px;
}
#slider12a .slider-track-high,
#slider12c .slider-track-high {
  background: #999;
}
#slider12b .slider-track-low,
#slider12c .slider-track-low {
  background: #999;
}
#slider12c .slider-selection {
  background: #000;
}
.price-slider .slider-handle {
  background-color: #000;
  background-image: none;
  border: medium none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.price-slider .slider {
  background-color: transparent;
}
.price-slider .slider-track-low,
.price-slider .slider-track-high {
  background: #e6e6e6 none repeat scroll 0 0;
  border-radius: 0;
}
.price-slider .slider-selection {
  background-color: #999;
  background-image: none;
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.price-slider .slider-handle.round {
  border-radius: 0;
}
.filters .custom-checkbox {
  float: left;
  padding: 0 10px;
  margin-top: -3px;
  line-height: 35px;
}
.label.label-primary.flottato {
  float: left;
}
.results {
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.results .nav-tabs .siap-icon {
  font-size: 22px;
  color: #2d5c88;
}
.results .nav-tabs .siap-icon.icon-siap-plane {
  position: relative;
  top: 5px;
}
.stampa-info {
  float: right;
  padding: 8px;
  font-size: 18px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
}
.stampa-info:hover {
  background-color: #2d5c88;
}
.table th {
  text-transform: uppercase;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: none;
}
.results .tab-content .label.label-secondary.title-bar {
  font-weight: bold;
  text-align: center;
}
.rwd-table {
  min-width: 300px;
  margin: 1em 0;
}
.rwd-table tr {
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  font-weight: bold;
  content: attr(data-th) ": ";
}
@media (min-width: 767px) {
  .rwd-table td:before {
    display: none;
  }
}
@media (min-width: 767px) {
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
}
.rwd-table {
  overflow: hidden;
  color: #000;
  border-radius: .4em;
}
.rwd-table th,
.rwd-table td {
  margin: 0;
}
@media (min-width: 767px) {
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}
.verticalmenu .pagination li a {
  color: #999;
}
.verticalmenu .pagination li.active a {
  color: #000;
}
.verticalmenu .pagination li a:hover {
  color: #000;
}
.pagination-block {
  border-top: 1px solid #e6e6e6;
}
.verticalmenu .pagination li.text a {
  color: #000;
  text-transform: none;
  pointer-events: none;
  cursor: default;
  border: medium none;
}
.verticalmenu .pagination li.text a:hover {
  background-color: transparent;
}
/* ------------------ Quote page
---------------------------------------------------------------------- */
.totale-default {
  padding: 10px 0;
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
}
.totale-parziale {
  font-weight: bold;
  background-color: #eee;
}
/* ------------------ Dati page
---------------------------------------------------------------------- */
.textarea-label {
  float: left;
  min-width: 150px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  background-color: #e6e6e6;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
/* ------------------ Scrollbar
---------------------------------------------------------------------- */
.mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(90, 90, 90, .85) !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(120, 120, 120, .75) !important;
}
/* ------------------ Fix specific icon
---------------------------------------------------------------------- */
.siap-icon.icon-siap-back2 {
  position: relative;
  top: 2px;
  padding-right: 5px;
}
.fa.fa-chevron-down {
  position: relative;
  top: -1px;
  padding-left: 5px;
}
.siap-icon.icon-siap-photo {
  position: relative;
  top: 5px;
}
.siap-icon.icon-siap-euro {
  position: relative;
  top: 3px;
}
.siap-icon.icon-siap-marker {
  position: relative;
  top: 4px;
}

.carousel_title_h3{
	background-color: rgba(45,92,136,0.8);
  	width: -moz-max-content;
  	padding:10px 30px;
 	margin: 0 auto;
 	 color:#fff;

}
.carousel_title_p{
	background-color: rgba(250,250,250,0.8);
	color:#000;
  	width: -moz-max-content;
  	padding:10px 30px;
 	margin: 10px auto;
}


/* ------------------ SMARTPHONE and MEDIA 
---------------------------------------------------------------------- */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .menusidebar.small {
    height: 100vh;
    background-color: #000;
  }
.fix_large{
  	position:fixed;
	top:0px;
	left:0px;
  	z-index:100;
  }
  .fix_large2{
  	margin-left:16.66666667%;
  }
 .main-content {
    height: 100vh;
  }
}
/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .menusidebar.small {
    height: 100vh;
    background-color: #000;
  }
  .main-content {
    height: 100vh;
  }
  .fix_large{
  	position:fixed;
	top:0px;
	left:0px;
  	z-index:100;
  }
  .fix_large2{
  	margin-left:16.66666667%;
  }
 } 
@media (max-width: 767px) {
.floating_cookie{
  margin-left:0px;
  }
  .menusidebar.small {
    height: auto;
    overflow-y: auto;
    background-color: transparent;
  }
	.small_text_for_device{
		font-size: 1em;
		word-break:break-all;
	}
  .hide_text_for_device{
	display:none;
	}
  .main-content {
    height: auto;
    overflow-y: auto;
  }
  .navbar-brand {
    float: left;
    max-width: 50%;
    padding: 5px;
  }
  .verticalmenu .navbar-default.myverticalnavbar {
    border-right: none;
  }
  .navbar-nav {
    margin: 0;
  }
  .ricerca,
  .ricerca .col-xs-12,
  .col-xs-12.catalogo,
  .col-xs-12.map-container {
    padding: 0;
  }
  .avanzata.text-right {
    position: static;
    top: 0;
    right: 15px;
    display: block;
    padding: 0 0 15px;
    text-align: left;
    background-color: #fff;
  }
  .btn {
    min-width: 30px;
    padding: 5px 15px;
  }
  .title {
    margin: 15px 0 30px -15px;
  }
  .btn-group.btn-block {
    margin: 5px 0;
  }
  .price-slider {
    position: relative;
    top: 20px;
    height: 50px;
    padding-top: 10px;
    margin: 0;
  }
  .padright7,
  .padleft7 {
    padding: 0;
  }
}
.mappa{
margin-top:20px;
}
#map {
	border:1px solid #000;

}

.btn_full{
width:100%;
margin-top:0px !important;
}
.title_province{
font-weight: 700;
text-align: center;
display: block;
width: 100%;
padding: 8px 15px;
font-size: 14px;
text-transform: uppercase;
color: #000;
background-color: #e6e6e6;


}
.maximagelogo{
	max-width:300px;
max-height:300px;
}
.maximagelogo_admin{
	min-height:80px;
	background-size:cover;
	background-repeat:no-repeat
}
.icon_admin{
	max-width:20px;
}
.langadm{
	max-width:49px;
}
.container-table {
    height: 100%;
	position: fixed;
	right: 0px;
	z-index: 1;
	float: right;
	top:0px;

}
.container-table {
    display: table;

}

.vertical-center-row {
    display: table-cell;

}
.panelx{
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-primaryx{
	border-color: #337ab7;
}
.panel-headingx{
	padding: 10px 15px;
border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
	color: #fff;
background-color: #337ab7;
border-color: #337ab7;
	
}
.fa-5x{
	font-size: 5em;
}.
.logo_admin{
	height:120px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	
}
 .favico_admin{
	max-width:50px;
	max-height:50px;
	background-repeat:no-repeat;
  	background-position:center;
}
.margin0{
	margin:0px;
}

.huge{
font-size: 40px;
}

.panel-footerx{
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pull-leftx{
float: left !important;
}
.pull-rightx{
float: right !important;
}
.panel-greenx{
border-color: #5cb85c;
}
.greenhead{
border-color: #5cb85c;
color: white;
background-color: #5cb85c;

}
.panel-yellowx{
	border-color: #f0ad4e;
}
.yellowhead{
	border-color: #f0ad4e;
	color: white;
	background-color: #f0ad4e;
}
.cursor-pointer{
	cursor:pointer;
}
.text-center{
	text-align:center; 
}
/*# sourceMappingURL=bootstrap-theme.css.map */
</style>
