/**/


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;	
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F7F7F7;
}
.table-hover > tbody > tr:hover {
  background-color: #f0f0f0;
}

.navbar {
  background-color:#f5f4f4;
  border: 1px dotted #666;
}

.container-top {
	padding-top:90px;
}

@media (max-width: 450px) {
  .navbar { 
    margin-left:-15px; 
  } 
  .container-top {
	padding-top: 130px;
  }
}
@media (max-width: 380px) {
  .container-top {
	padding-top: 130px;
  }
}

.bg { 
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.bg-default {  
  background-image: url("../images/bg.jpg"); 
}
.bg-settings {  
  background-image: url("../images/bg_settings.jpg"); 
}
@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;
}
.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .5;
}

.formlabel {
	font-size:11px;
	font-weight:bold;
}

h1 > span, h2 > span, h3> span, h4 > span, h5 > span {
	font-weight:500;
}

.glyphicon-lg {
	font-size:24px;
	margin-right:20px;
}

.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;
}

.x-small {
  font-size: 70%;
}

.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;
}

.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: #000;
}

.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-nav {
	width:160px; 
	text-align:left;	 
}

.glyphicon-red {
	color:#bc1111;
}


/* 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 { top:35%; opacity:1; visibility:visible;} 
.login { background-color:#f5f5f5; border:1px solid #999; display:inline-block; width:500px; left:50%;  opacity:0; border-radius:6px; padding:2em 2em 1.3em; 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 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;
}
.login .modal-icon { float:right;margin-top:-40px;margin-right:-20px;opacity:.1; }

/* advarsel */
.overlay:target+.advarsel { top:35%; opacity:1; visibility:visible;} 
.advarsel { background-color:#f5f5f5; border:1px solid #999; border-right:15px solid #d43f3a; width:500px; left:50%;  opacity:0; border-radius:6px; padding:2em 2em 1.3em; 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;
}


@media (max-width: 767px) {
  .login, .advarsel { 
	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 }
}

/* 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:relative;
  display: inline-block;
  min-width: 10px;
  padding: 5px 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #e2181b;
  border-radius: 10px;  
  z-index: 50;
}

.text-red {
	color:#bc1111;
}

.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:6px;
	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-title {
	font-size:18px;
}

.alert-success-bdrcolor {
	border-color: #5c7845;
}

.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;
}

.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; }


/* 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; }

/* 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;
  
}

.jumbotron hr {
  border-top-color: #000;
}


.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)
}

.bg-grey {
  background-color: #FFF4B5;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#confirm-backdrop, #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, #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, #confirmCancel, #errorModalMessage, #confirm-advarsel { 
		width:350px;
	} 
}

/* 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;
}

/* kvittering for fejl */
.kvittering_danger{ 
    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, #d43f3a 0%, #cc0000 100%);
    border-left: 20px solid #ff0000; 
    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_danger 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; }
}

.jumbotron-shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media (min-width: 1080px) {
  .d-flex {
    display: flex !important;
  }
}
.justify-content-center {
  justify-content: center !important;
}

.bdr {
	border: 2px;
	border-style: solid;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 20px;
}
.bdr-thin {
	border: 1px;
	border-style: solid;
	border-radius: 4px;
	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;
}
.chk-danger {
    accent-color: #d43f3a;
}
.chk-success {
    accent-color: #398439;
}

.wm {
    position: absolute;
    display: none;
    top: 20%; 
    left: 50%; 
    font-size: 60px;
    color: #bc1111;
    rotate: -30deg; 
    -webkit-transform: translate(-50%, -50%); 
    -moz-transform:translate(-50%, -50%); 
    -ms-transform:translate(-50%, -50%); 
    -o-transform:translate(-50%, -50%); 
    transform:translate(-50%, -50%); 
    z-index: 1000;
	text-shadow: 2px 2px 8px #000000;			
}

.invalid {
    color: #bc1111;
}
.valid {
    color: #4cae4c;
}