/**/

html {
	scroll-behavior: smooth;
}

body {
  padding-top: 56px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  background-color:#f9f9f9;
}

.navbar {
  background-color:#f5f4f4;
  border: 1px dotted #666;
}

.container-top {
	padding-top:64px;
}

@media (max-width: 450px) {
  .navbar { 
    margin-left:-15px; 
  } 
  .container-top {
	padding-top: 100px;
  }
}
@media (max-width: 380px) {
  .container-top {
	padding-top: 150px;
  }
}

.bg { 
  background-image: url("../images/bg.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
}
@media (max-height: 450px) {
  .bg { 
    height:auto; 
  } 
}

.footer {
	background-color:#000;
	opacity:.8;
	color:#fff;
	width:100%;
}
.footer2 {
	background-color:transparent;
	color:#333;
	width:100%;
}

.icon {
	opacity:1;
}
.icon:hover {
	opacity:0.4;
}
.btn-icon:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}

.formlabel {
	font-size:11px;
	font-weight:bold;
}

h1 > span, h2 > span, h3> span, h4 > span, h5 > span {
	font-weight:500;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-5 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}
.display-6 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 3.4rem !important;
}

.mt-6,
.my-6 {
  margin-top: 3.4rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 3.4rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3.4rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 3.4rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.opa-9 {
	opacity:.95;
}

.form-control {
	font-size:16px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #bc1111;
}

.alert-white {
  color: #333;
  background-color: #fff;
  border-color: #333;
}
.alert-light {
  color: #333;
  background-color: #f7f7f7;
  border-color: #333;
}
.alert-gold { 
  color: #9c6904; 
  background-color:#f6daa2; 
  border-color: #e5c88f;
}

.form-control {
  height: 40px;
  padding: 6px 6px;
  font-size: 16px;
  line-height: 1.42857143;
}

.btn {
  font-size: 18px;
}
.btn-black {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}
.btn-black:focus,
.btn-black.focus {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}
.btn-black:hover {
  color: #fff;
  background-color: #100d0d;
  border-color: #3b3b3b;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}
.btn-black:active:hover,
.btn-black.active:hover,
.open > .dropdown-toggle.btn-black:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.open > .dropdown-toggle.btn-black:focus,
.btn-black:active.focus,
.btn-black.active.focus,
.open > .dropdown-toggle.btn-black.focus {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  background-image: none;
}
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus {
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}
.btn-black .badge {
  color: #3b3b3b;
  background-color: #fff;
}

.btn-collapse {
  display: inline-block;
  padding: 0px 0px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 4px;
  width: 100%;
  background-color:transparent;
}
.panel-default > .panel-heading-danger {
  background-color: #f2dede;
}


/* Modal form */
.overlay { background-color:rgba(0,0,0,0.5); bottom:0; cursor:default; left:0; opacity:0; position:fixed; right:0; top:0; visibility:hidden; z-index: 1040; -webkit-transition:opacity .5s; -moz-transition:opacity .5s; -ms-transition:opacity .5s; -o-transition:opacity .5s; transition:opacity .5s;} 
.overlay:target { visibility:visible; opacity:1;} 

/* login */
.overlay:target+.login { opacity:1; visibility:visible;} 
.login { background-color:#f5f5f5; border:0px; display:inline-block; width:550px; left:50%; opacity:0; border-radius:6px; padding:30px; position:fixed; text-align:left; top:35%; visibility:hidden; z-index:1050; -webkit-transform: translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:opacity .5s, top .5s; -moz-transition:opacity .5s, top .5s; -ms-transition:opacity .5s, top .5s; -o-transition:opacity .5s, top .5s; transition:opacity .5s, top .5s; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);} 
.login-wide { width:850px !important; } 
/*.advarsel p, .advarsel div, .advarsel span { margin-bottom:10px; font-size:16px; font-weight:normal; color:#000000;} */
/*.login p, .login div, .login span { margin-bottom:10px; font-size:16px; font-weight:normal; color:#000000;} */
.login .alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
.login .glyphicon-alert { font-size:24px; margin-right:20px; color:#a94442; }
.login .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
.login .glyphicon-success { font-size:24px; margin-right:20px; color: #3c763d; }
.login .display-4 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

/* advarsel */
.overlay:target+.advarsel { top:35%; opacity:1; visibility:visible;} 
.advarsel { background-color:#ebccd1; border:0px; border-top: 15px solid #a94442; display:inline-block; width:550px; left:50%;  opacity:0; border-radius:6px; padding:30px; position:fixed; text-align:left; top:35%; visibility:hidden; z-index:1050; -webkit-transform: translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:opacity .5s, top .5s; -moz-transition:opacity .5s, top .5s; -ms-transition:opacity .5s, top .5s; -o-transition:opacity .5s, top .5s; transition:opacity .5s, top .5s; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);} 
/*.advarsel p, .advarsel div, .advarsel span { margin-bottom:10px; font-size:16px; font-weight:normal; color:#000000;} */
.advarsel .alert-danger { color: #a94442; background-color: #ebccd1; border-color: #ebccd1; }
.advarsel .glyphicon-alert { font-size:24px; margin-right:20px; color:#a94442; }
.advarsel .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
.advarsel .glyphicon-success { font-size:24px; margin-right:20px; color: #3c763d; }
.advarsel .display-4 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

/* info */
.overlay:target+.infobox { top:35%; opacity:1; visibility:visible;} 
.infobox { background-color:#dff0d8; border:0px; display:inline-block; width:550px; left:50%;  opacity:0; border-radius:6px; padding:30px; position:fixed; text-align:left; top:35%; visibility:hidden; z-index:1050; -webkit-transform: translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:opacity .5s, top .5s; -moz-transition:opacity .5s, top .5s; -ms-transition:opacity .5s, top .5s; -o-transition:opacity .5s, top .5s; transition:opacity .5s, top .5s; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);} 
.advarsel p, .advarsel div, .advarsel span { margin-bottom:10px; font-size:16px; font-weight:normal; color:#000000;}
.infobox p, .infobox div { margin-bottom:10px; font-size:16px; font-weight:normal; color:#000;} 
.infobox div small { font-size:10px; }
.infobox span { margin-bottom:10px; font-size:24px; font-weight:normal; color:#000; opacity:1; }
.infobox span:hover { color: #bc1111; opacity:.6; }
.infobox .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
.infobox .display-4 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #3c763d;
}
.infobox .display-small {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
}

/* The popup form - hidden by default */
.infoboks-popup { display: none; position: fixed; bottom: 75px; right: 30px; z-index: 999; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.infoboks-container-fluid { display:none; width: 300px; border: 1px solid #000;}
.infoboks-container { width: 300px; padding: 30px; border-radius: 4px; border: 1px solid #000; box-sizing:border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 16px; line-height: 1.42857143;}
.infoboks-container p, .infoboks-container div { margin-bottom:10px; font-size:16px; font-weight:normal; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";} 
.infoboks-container span { margin-bottom:10px; font-size:24px; font-weight:normal; color:#bc1111; opacity:1; }
.infoboks-container span:hover { color: #000; opacity:.6; }
.infoboks-container .display-small { font-size: 14px; font-weight: 400; }


@media (max-width: 767px) {
  .login, .advarsel, .infobox { 
	width:350px;
  } 
}

@media (max-width: 1024px) {
  .sm-hide { 
    display:none; 
  } 
}

@media (max-width: 767px) {
  .md-hide { 
    display:none; 
  } 
}


.d-xs-show{display:none!important }
@media (max-width:476px) {
	.d-xs-show{display:block!important }
}


.hide-sm {display:block!important; }
.show-sm {display:none!important; }
@media (max-width: 897px) {
	.hide-sm {display:none!important; }
	.show-sm {display:block!important; }
}

/* linkBold */
.linkBold a:active, .linkBold a:link, .linkBold a:visited {font-weight:bold; text-decoration:none;}
.linkBold a:hover {color:#bcbcbc; text-decoration:none;}

.badge-red {
  position:absolute;
  width: 18px;
  height: 20px;
  padding: 4px 7px 5px 5px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  justify-content: center;
  box-sizing: content-box;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #e2181b;
  border-radius: 50px; 
  box-shadow: 5px 5px 5px #ebebeb;    
  z-index: 50;
}

.text-red {
	color:#bc1111;
}
.text-bold {
    font-weight: 600;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, 
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.disabled, 
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, 
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, 
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.disabled, 
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, 
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}


.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, 
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.disabled, 
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, 
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-orange {
  color: #fff;
  background-color: #e27204;
  border-color: #c56200;
}
.btn-orange:focus,
.btn-orange.focus {
  color: #fff;
  background-color: #CC6600;
  border-color: #985f0d;
}
.btn-orange:hover {
  color: #fff;
  background-color: #CC6600;
  border-color: #d58512;
}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  color: #fff;
  background-color: #CC6600;
  border-color: #d58512;
}
.btn-orange:active:hover,
.btn-orange.active:hover,
.open > .dropdown-toggle.btn-orange:hover,
.btn-orange:active:focus,
.btn-orange.active:focus,
.open > .dropdown-toggle.btn-orange:focus,
.btn-orange:active.focus,
.btn-orange.active.focus,
.open > .dropdown-toggle.btn-orange.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  background-image: none;
}
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled.focus,
.btn-orange[disabled].focus,
fieldset[disabled] .btn-orange.focus {
  background-color: #e27204;
  border-color: #c56200;
}
.btn-orange .badge {
  color: #e27204;
  background-color: #fff;
}


.focus {
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
	border:1px solid #333; 
	border-radius:8px;
	box-shadow: 5px 5px 5px #ebebeb;
    /*transition: all .3s linear;*/

}
.focus:hover {
	border:1px solid #666666; 
	/*box-shadow: 0px 0px 5px #ebebeb;*/
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*transition: all .3s linear;
    transform: scale(1.02);*/
}
.focus-disabled {
	opacity:.4;
	cursor: not-allowed;
}
.focus-disabled:hover {
	border:1px solid #666; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.focus-title {
	font-size:18px;
}

.focus2 {
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
	border:1px solid #999; 
	border-radius:0px;
	box-shadow: 5px 5px 5px #ebebeb;
    /*transition: all .3s linear;*/
}
.focus2:hover {
	border:1px solid #000; 
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.focus2 > span {
    position: absolute;
    align-content: center;
    padding: 20px;
    right: 0px;
    left: 17px;
    bottom: 25px;
    opacity: 0;
    transform: scale(.5);
    transition: .9s;
    width: 89%;
}
.focus2:hover > span {
    transform: scale(1);
    opacity: 1;    
    transition: all .9s;
}
.focus2 .display-5 {
    transition: .9s;
    opacity: 1;
}
.focus2:hover .display-5 {
    transform: scale(.5);
    opacity: 0;
    transition: all 1s;
}

.alert-success-bdrcolor {
	border-color: #3c763d;
}
.alert-warning-bdrcolor {
	border-color: #8a6d3b;
}
.alert-info-bdrcolor {
	border-color: #31708f;
}

.bdr {
	border: 2px;
	border-style: solid;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 20px;
}
.bdr-thin {
	border: 1px;
	border-style: solid;
	border-radius: 0px;
	padding: 10px;
	margin-bottom: 20px;
}

.bdr-info {
	border-color: #46b8da;	
}
.bdr-danger {
	border-color: #d43f3a;	
}
.bdr-warning {
	border-color: #eea236;	
}
.bdr-success {
	border-color: #4cae4c;	
}
.bdr-secondary {
	border-color: #4e555b;	
}
.bdr-orange {
	border-color: #c56200;
}


.info-border {
	border: 2px;
	border-style: solid;
	border-color: #46b8da;
	border-radius: 4px;
	padding: 10px;
}

.warning-border {
	border: 2px;
	border-style: solid;
	border-color: #eea236;
	border-radius: 4px;
	padding: 10px;
}

.orange-border {
	border: 2px;
	border-style: solid;
	border-color: #c56200;
	border-radius: 4px;
	padding: 10px;
}

.success-border {
	border: 2px;
	border-style: solid;
	border-color: #4cae4c;
	border-radius: 4px;
	padding: 10px;
}

.secondary-border {
	border: 2px;
	border-style: solid;
	border-color: #4e555b;
	border-radius: 4px;
	padding: 10px;
}

.danger-border {
	border: 2px;
	border-style: solid;
	border-color: #d43f3a;
	border-radius: 4px;
	padding: 10px;
}





.nav-tabs2 {
  border-bottom: 1px solid #bc1111;
}
.nav-tabs2 > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs2 > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs2 > li > a:hover {
  border-color: #eee #eee #ddd;
  border-bottom-color: #bc1111;
}
.nav-tabs2 > li.active > a,
.nav-tabs2 > li.active > a:hover,
.nav-tabs2 > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #bc1111;
  border: 1px solid #bc1111;
  border-bottom-color: transparent;
}


/* The popup form - hidden by default */
.form-popup { display: none; position: fixed; bottom: 50px; right: 30px; border: 1px solid #000; z-index: 999; box-shadow: 0px 0px 0px 0px #666666; }
.form-container { width: 250px; padding: 30px; }
.form-container p, .form-container div { margin-bottom:10px; font-size:16px; font-weight:normal;} 
.form-container div small { font-size:10px; }
.form-container span { margin-bottom:10px; font-size:24px; font-weight:normal; color:#bc1111; opacity:1; }
.form-container span:hover { color: #000; opacity:.6; }
.form-container .display-4 { font-size: 3.5rem; font-weight: 400; line-height: 1.2; }
.form-container .display-small { font-size: 1.3rem; font-weight: 400; line-height: 1.2; }

/* The popup form - hidden by default */
.info-form { overflow: hidden; transition: 0.5s; position: fixed; bottom: 50px; left: 30px; width: 0px; border-radius:4px; border: 0px solid #66512c; z-index: 9900; -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.075), 0 0 10px #333; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.075), 0 0 10px #333; }
.info-container { width: 350px; padding: 30px; }
.info-container p, .form-container div { margin-bottom:10px; font-size:16px; font-weight:normal;} 
.info-container span { opacity:.4; }
.info-container span:hover { opacity:1; }


.has-warning {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.obs {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.bg-warning {
  background-color: #f6daa2;
}
.bg-danger {
  background-color: #F38A8A;
}

/* Back to top button */
#backToTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 30px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 999; /* Make sure it does not overlap */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F7F7F7;
}
.table-hover > tbody > tr:hover {
  background-color: #f0f0f0;
}

.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #333;
  text-align: center;
  background-color: #d9edf7;
  border-radius: 4px;
  border: 1px solid #31708f;
  opacity: 1;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
}

.card-info {
  background-color: #e7eef1;
}
.card-danger {
  background-color: #f2dede;
}
.card-success {
  background-color: #dff0d8;
}
.card-warning {
  background-color: #fcf8e3;
}
.card:hover {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

.card-shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card-shadow:hover {
	box-shadow: 5px 5px 5px #ebebeb;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.stretched-link:after { 
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	pointer-events:auto;
	content:"";
	background-color:rgba(0,0,0,0)
}

.jumbotron hr {
  border-top-color: #000;
}

#confirm-backdrop, #confirm-backdrop-local, #confirmCancel-backdrop, #errorModalMessage-backdrop {
	position: fixed;
	background-color:rgba(0,0,0,0.5);
	display:none; 
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 9998;
}

#confirm, #confirm-local, #confirmCancel, #errorModalMessage { 
	background-color:#f5f5f5; 
	border:1px solid #999; 
	display:none; 
	width:450px;
	margin: auto;
	left:50%;  
	border-radius:6px; 
	padding:2em 2em; 
	position:fixed; 
	text-align:left; 
	top:35%; 
	z-index:9999; 
	-webkit-transform: translate(-50%, -50%); 
	-moz-transform:translate(-50%, -50%); 
	-ms-transform:translate(-50%, -50%); 
	-o-transform:translate(-50%, -50%); 
	transform:translate(-50%, -50%); 
	-webkit-transition:opacity .5s, top .5s; 
	-moz-transition:opacity .5s, top .5s; 
	-ms-transition:opacity .5s, top .5s; 
	-o-transition:opacity .5s, top .5s; 
	transition:opacity .5s, top .5s; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);			
}

#confirm-advarsel {
	background-color:#f5f5f5; 
	border:1px solid #999; 
    border-right:15px solid #d43f3a;    
	display:none; 
	width:450px;
	margin: auto;
	left:50%;  
	border-radius:6px; 
	padding:2em 2em; 
	position:fixed; 
	text-align:left; 
	top:35%; 
	z-index:9999; 
	-webkit-transform: translate(-50%, -50%); 
	-moz-transform:translate(-50%, -50%); 
	-ms-transform:translate(-50%, -50%); 
	-o-transform:translate(-50%, -50%); 
	transform:translate(-50%, -50%); 
	-webkit-transition:opacity .5s, top .5s; 
	-moz-transition:opacity .5s, top .5s; 
	-ms-transition:opacity .5s, top .5s; 
	-o-transition:opacity .5s, top .5s; 
	transition:opacity .5s, top .5s; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);			
}

@media (max-width: 767px) {
	#confirm, #confirm-local, #confirmCancel, #errorModalMessage, #confirm-advarsel { 
		width:350px;
	} 
}

#aflys-sektion {
	display:none; 
}

/* kvittering for gennemført */
.kvittering_succes{ 
    position: fixed; 
    width: 0px;
    top: 0%;
    left: 0%;
    transform: translate(-50%, -50%);
    margin: auto;
    height: 200px;
    font-size: 1.2em;
    padding: 10px 15px 10px 30px;
    background: linear-gradient(to bottom right, #009900 0%, #003300 100%);
    border-left: 20px solid #00B302; 
    color: #EBFCEE;
    display: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    
}
.kvittering_succes i{ 
    color: #EBFCEE;
}
.fade-in {
    -webkit-animation: fadein .5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein .5s; /* Firefox < 16 */
        -ms-animation: fadein .5s; /* Internet Explorer */
         -o-animation: fadein .5s; /* Opera < 12.1 */
            animation: fadein .5s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

a:hover > .hover-to-red {
  color: #a94442;
}

.x-small {
  font-size: 70%;
}

.glyphicon-sm { font-size:0.7em; }
.glyphicon-2x { font-size:1.2em; }
.glyphicon-3x { font-size:1.5em; }
.glyphicon-4x { font-size:2em; }
.glyphicon-5x { font-size:3em; }
.glyphicon-lg { font-size:4rem; }
.glyphicon-red, .red { color:#bc1111; }
.glyphicon-transform { transition: transform .5s; }
.glyphicon-danger { font-size:24px; margin-right:20px; color:#a94442; }
.glyphicon-success { font-size:24px; margin-right:20px; color: #3c763d; }
.glyphicon-info { font-size:24px; margin-right:20px; color: #31708f; }
.glyphicon-warning { font-size:24px; margin-right:20px; color: #8a6d3b; }

.chk-danger {
    accent-color: #d43f3a;
}
.chk-success {
    accent-color: #398439;
}
