

#cookiesmsg{
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #fefefe;
	border-top: 3px solid #F7D417;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 999;
}



.toggle input {
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .toggle {
    position: relative;
    display: inline-block;
  }
  
  label.toggle-item {
    width: 2em;
    background: #2e394d;
    height: 1em;
    display: inline-block;
    border-radius: 50px;
    margin: 0px;
    position: relative;
    transition: all .3s ease;
    transform-origin: 20% center;
    cursor: pointer;
  }
  label.toggle-item:before {
    content: '';
    position: absolute;
    display: block;
    transition: all .2s ease;
    width: 2.3em;
    height: 2.3em;
    top: .1em;
    left: .1em;
    border-radius: 2em;
    border: 2px solid #88cf8f;
    transition: .3s ease;
  }
  
  .toggle label {
    background: #af4c4c;
    border: 0.5px solid rgba(117, 117, 117, 0.31);
   /* box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2), 0 -3px 4px rgba(0, 0, 0, 0.15);*/
  }
  .toggle label:before {
    content: '';
    position: absolute;
    border: none;
    width: 0.7em;
    height: 0.7em;
    box-shadow: inset 0.5px -1px 1px rgba(0, 0, 0, 0.35);
    background: #fff;
    transform: rotate(-25deg);
  }
  .toggle label:after {
    content: '';
    position: absolute;
    background: transparent;
    height: calc(100% + 8px);
    border-radius: 30px;
    top: -5px;
    width: calc(100% + 8px);
    left: -4px;
    z-index: 0;
    box-shadow: inset 0px 2px 4px -2px rgba(0, 0, 0, 0.2), 0px 1px 2px 0px rgba(151, 151, 151, 0.2);
  }
  
  .toggle input:checked + label {
    background: #4caf50;
  }
 .toggle input:checked + label:before {
    left: 1.25rem;
  }

  .toggle.readonly input + label {
    background: #145c82;
  }
  
  .toggle.readonly input + label:before {
    left: 1.25rem;
  }


  .modal-open {
    overflow: hidden;
  }
  .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .modal-open .modal { 
    overflow-x: hidden;
    overflow-y: auto;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  .modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    outline: 0;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
  }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
  }
  .modal-header .close {
    margin-top: -2px;
  }
  .modal-title {
    margin: 0;
    line-height: 1.42857143;
  }
  .modal-body {
    position: relative;
    padding: 15px;
  }
  .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }
  .modal-footer .btn-alt + .btn-alt {
    margin-left: 5px;
    margin-bottom: 0;
  }
  .modal-footer .btn-alt-group .btn-alt + .btn-alt {
    margin-left: -1px;
  }
  .modal-footer .btn-alt-block + .btn-alt-block {
    margin-left: 0;
  }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
  }
  button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
  }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
  }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      margin: 30px auto;
    }
    .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
      width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg {
      width: 900px;
    }
  }
  [role="button"] {
    cursor: pointer;
  }
  .btn-alt {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .btn-alt:focus,
  .btn-alt:active:focus,
  .btn-alt.active:focus,
  .btn-alt.focus,
  .btn-alt:active.focus,
  .btn-alt.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn-alt:hover,
  .btn-alt:focus,
  .btn-alt.focus {
    color: #333333;
    text-decoration: none;
  }
  .btn-alt:active,
  .btn-alt.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn-alt.disabled,
  .btn-alt[disabled],
  fieldset[disabled] .btn-alt {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-alt-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
  }
  .btn-alt-default:hover,
  .btn-alt-default:focus,
  .btn-alt-default.focus,
  .btn-alt-default:active,
  .btn-alt-default.active,
  .open > .dropdown-toggle.btn-alt-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }
  .btn-alt-default:active,
  .btn-alt-default.active,
  .open > .dropdown-toggle.btn-alt-default {
    background-image: none;
  }
  .btn-alt-default.disabled,
  .btn-alt-default[disabled],
  fieldset[disabled] .btn-alt-default,
  .btn-alt-default.disabled:hover,
  .btn-alt-default[disabled]:hover,
  fieldset[disabled] .btn-alt-default:hover,
  .btn-alt-default.disabled:focus,
  .btn-alt-default[disabled]:focus,
  fieldset[disabled] .btn-alt-default:focus,
  .btn-alt-default.disabled.focus,
  .btn-alt-default[disabled].focus,
  fieldset[disabled] .btn-alt-default.focus,
  .btn-alt-default.disabled:active,
  .btn-alt-default[disabled]:active,
  fieldset[disabled] .btn-alt-default:active,
  .btn-alt-default.disabled.active,
  .btn-alt-default[disabled].active,
  fieldset[disabled] .btn-alt-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
  }
  .btn-alt-default .badge {
    color: #ffffff;
    background-color: #333333;
  }
  .btn-alt.btn-alt-primary {
    color: #ffffff !important;
    background-color: #337ab7;
    border-color: #2e6da4;
  }
  .btn-alt-primary:hover,
  .btn-alt-primary:focus,
  .btn-alt-primary.focus,
  .btn-alt-primary:active,
  .btn-alt-primary.active,
  .open > .dropdown-toggle.btn-alt-primary {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
  }
  .btn-alt-primary:active,
  .btn-alt-primary.active,
  .open > .dropdown-toggle.btn-alt-primary {
    background-image: none;
  }
  .btn-alt-primary.disabled,
  .btn-alt-primary[disabled],
  fieldset[disabled] .btn-alt-primary,
  .btn-alt-primary.disabled:hover,
  .btn-alt-primary[disabled]:hover,
  fieldset[disabled] .btn-alt-primary:hover,
  .btn-alt-primary.disabled:focus,
  .btn-alt-primary[disabled]:focus,
  fieldset[disabled] .btn-alt-primary:focus,
  .btn-alt-primary.disabled.focus,
  .btn-alt-primary[disabled].focus,
  fieldset[disabled] .btn-alt-primary.focus,
  .btn-alt-primary.disabled:active,
  .btn-alt-primary[disabled]:active,
  fieldset[disabled] .btn-alt-primary:active,
  .btn-alt-primary.disabled.active,
  .btn-alt-primary[disabled].active,
  fieldset[disabled] .btn-alt-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
  }
  .btn-alt-primary .badge {
    color: #337ab7;
    background-color: #ffffff;
  }
  .btn-alt-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-alt-success:hover,
  .btn-alt-success:focus,
  .btn-alt-success.focus,
  .btn-alt-success:active,
  .btn-alt-success.active,
  .open > .dropdown-toggle.btn-alt-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
  }
  .btn-alt-success:active,
  .btn-alt-success.active,
  .open > .dropdown-toggle.btn-alt-success {
    background-image: none;
  }
  .btn-alt-success.disabled,
  .btn-alt-success[disabled],
  fieldset[disabled] .btn-alt-success,
  .btn-alt-success.disabled:hover,
  .btn-alt-success[disabled]:hover,
  fieldset[disabled] .btn-alt-success:hover,
  .btn-alt-success.disabled:focus,
  .btn-alt-success[disabled]:focus,
  fieldset[disabled] .btn-alt-success:focus,
  .btn-alt-success.disabled.focus,
  .btn-alt-success[disabled].focus,
  fieldset[disabled] .btn-alt-success.focus,
  .btn-alt-success.disabled:active,
  .btn-alt-success[disabled]:active,
  fieldset[disabled] .btn-alt-success:active,
  .btn-alt-success.disabled.active,
  .btn-alt-success[disabled].active,
  fieldset[disabled] .btn-alt-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
  }
  .btn-alt-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
  }
  .btn-alt-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .btn-alt-info:hover,
  .btn-alt-info:focus,
  .btn-alt-info.focus,
  .btn-alt-info:active,
  .btn-alt-info.active,
  .open > .dropdown-toggle.btn-alt-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
  }
  .btn-alt-info:active,
  .btn-alt-info.active,
  .open > .dropdown-toggle.btn-alt-info {
    background-image: none;
  }
  .btn-alt-info.disabled,
  .btn-alt-info[disabled],
  fieldset[disabled] .btn-alt-info,
  .btn-alt-info.disabled:hover,
  .btn-alt-info[disabled]:hover,
  fieldset[disabled] .btn-alt-info:hover,
  .btn-alt-info.disabled:focus,
  .btn-alt-info[disabled]:focus,
  fieldset[disabled] .btn-alt-info:focus,
  .btn-alt-info.disabled.focus,
  .btn-alt-info[disabled].focus,
  fieldset[disabled] .btn-alt-info.focus,
  .btn-alt-info.disabled:active,
  .btn-alt-info[disabled]:active,
  fieldset[disabled] .btn-alt-info:active,
  .btn-alt-info.disabled.active,
  .btn-alt-info[disabled].active,
  fieldset[disabled] .btn-alt-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
  }
  .btn-alt-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
  }
  .btn-alt-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-alt-warning:hover,
  .btn-alt-warning:focus,
  .btn-alt-warning.focus,
  .btn-alt-warning:active,
  .btn-alt-warning.active,
  .open > .dropdown-toggle.btn-alt-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
  }
  .btn-alt-warning:active,
  .btn-alt-warning.active,
  .open > .dropdown-toggle.btn-alt-warning {
    background-image: none;
  }
  .btn-alt-warning.disabled,
  .btn-alt-warning[disabled],
  fieldset[disabled] .btn-alt-warning,
  .btn-alt-warning.disabled:hover,
  .btn-alt-warning[disabled]:hover,
  fieldset[disabled] .btn-alt-warning:hover,
  .btn-alt-warning.disabled:focus,
  .btn-alt-warning[disabled]:focus,
  fieldset[disabled] .btn-alt-warning:focus,
  .btn-alt-warning.disabled.focus,
  .btn-alt-warning[disabled].focus,
  fieldset[disabled] .btn-alt-warning.focus,
  .btn-alt-warning.disabled:active,
  .btn-alt-warning[disabled]:active,
  fieldset[disabled] .btn-alt-warning:active,
  .btn-alt-warning.disabled.active,
  .btn-alt-warning[disabled].active,
  fieldset[disabled] .btn-alt-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
  }
  .btn-alt-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
  }
  .btn-alt-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-alt-danger:hover,
  .btn-alt-danger:focus,
  .btn-alt-danger.focus,
  .btn-alt-danger:active,
  .btn-alt-danger.active,
  .open > .dropdown-toggle.btn-alt-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
  }
  .btn-alt-danger:active,
  .btn-alt-danger.active,
  .open > .dropdown-toggle.btn-alt-danger {
    background-image: none;
  }
  .btn-alt-danger.disabled,
  .btn-alt-danger[disabled],
  fieldset[disabled] .btn-alt-danger,
  .btn-alt-danger.disabled:hover,
  .btn-alt-danger[disabled]:hover,
  fieldset[disabled] .btn-alt-danger:hover,
  .btn-alt-danger.disabled:focus,
  .btn-alt-danger[disabled]:focus,
  fieldset[disabled] .btn-alt-danger:focus,
  .btn-alt-danger.disabled.focus,
  .btn-alt-danger[disabled].focus,
  fieldset[disabled] .btn-alt-danger.focus,
  .btn-alt-danger.disabled:active,
  .btn-alt-danger[disabled]:active,
  fieldset[disabled] .btn-alt-danger:active,
  .btn-alt-danger.disabled.active,
  .btn-alt-danger[disabled].active,
  fieldset[disabled] .btn-alt-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
  }
  .btn-alt-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
  }
  .btn-alt-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
  }
  .btn-alt-link,
  .btn-alt-link:active,
  .btn-alt-link.active,
  .btn-alt-link[disabled],
  fieldset[disabled] .btn-alt-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-alt-link,
  .btn-alt-link:hover,
  .btn-alt-link:focus,
  .btn-alt-link:active {
    border-color: transparent;
  }
  .btn-alt-link:hover,
  .btn-alt-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
  }
  .btn-alt-link[disabled]:hover,
  fieldset[disabled] .btn-alt-link:hover,
  .btn-alt-link[disabled]:focus,
  fieldset[disabled] .btn-alt-link:focus {
    color: #777777;
    text-decoration: none;
  }
  .btn-alt-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }
  .btn-alt-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-alt-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .btn-alt-block {
    display: block;
    width: 100%;
  }
  .btn-alt-block + .btn-alt-block {
    margin-top: 5px;
  }

  .clearfix:before,
  .clearfix:after,
  .modal-footer:before,
  .modal-footer:after {
    content: " ";
    display: table;
  }
  .clearfix:after,
  .modal-footer:after {
    clear: both;
  }
  .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .pull-right {
    float: right !important;
  }
  .pull-left {
    float: left !important;
  }
  .hide {
    display: none !important;
  }
  .show {
    display: block !important;
  }
  .invisible {
    visibility: hidden;
  }
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .hidden {
    display: none !important;
  }
  .affix {
    position: fixed;
  }