@import url('https://fonts.googleapis.com/css?family=Catamaran:400,700&display=swap');

body{
    font-family: 'Catamaran', sans-serif;
    font-size:16px;
    padding: 0;
    position: relative;
    min-height: 100%;
    background: rgba(11, 89, 125,.05);
    line-height: 1.4;
}

html,
body {
    margin:0;
    padding:0;
    height:100%;
}
#container {
    min-height:100%;
    position:relative;
    margin-top: 0px;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.footer {
    position:absolute;
    text-align: center;
    font-size: .875rem;
    padding: 5px;
    width: 100%;
    bottom:0;
    background: #f5b918;
    color:#000;
}
.header{
    background: #0B597D;
    padding: 0;
}
.navbar-brand{
    background: #F5B918;
    padding: 5px 20px;
    position: relative;
}
.navbar-brand img{
    width:150px
}
.navbar-brand:after{
    content:"";
    position: absolute;
    right: -70px;
    top: 0;
    border-left: 70px solid #F5B918;
    border-top: 48px solid transparent;
    border-bottom: 0px solid transparent;
}
.wrapper{
    padding-top: 56px;
    padding-bottom:30px;
    box-sizing: border-box;
}
.btn .fas{font-size: 12px;}
.btn-primary{
    background: #0B597D;
    border-color: #0B597D;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    background: #063e56;
    border-color: #063e56;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle{
    background: #063e56;
    border-color: #063e56;
}


.btn-submit{
    background: #F5B919;
    border-color: #F5B919;
    font-weight: bold;
}
.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active{
    background: rgb(187, 145, 29);
    border-color: rgb(187, 145, 29);
    font-weight: bold;
}
.btn-submit:not(:disabled):not(.disabled).active,
.btn-submit:not(:disabled):not(.disabled):active,
.show>.btn-submit.dropdown-toggle{
    background: #F5B919;
    border-color: #F5B919;
    font-weight: bold;
}



.btn-default{
    background: #fff;
    border-color: #ccc;
}
.app-name{
    padding: 0 20px;
    color: #fff;
    font-size: 1.5rem;
}
.card{border-radius: 8px; box-shadow: 1px 2px 4px rgba(11, 89, 125,.1);}
.card.no-title .card-body{padding: 0.5rem !important;}
.form-group label.mandet{font-weight: 700;}
.form-control::placeholder{font-style: italic;}
.card-body{
    position: relative;
}
.card-title{font-size: 1.25rem; font-weight: 700; color: #fff; margin-bottom: 20px; position: absolute; background: #F5B918; left: -1px; top:-1px; padding:10px 20px;}
.card-title:after{
    content:"";
    position: absolute;
    right: -55px;
    top: 0;
    border-top: 44px solid #F5B918;
    border-right: 55px solid transparent;
}
.card-footer{background: none; border: none;}
.card-subtitle{font-size: 1rem; font-weight: 700; color: #666; margin-bottom: 10px;}
.card-subtitle.dark-bg{color:#fff; background:rgba(11, 89, 125,.4); padding: 5px 10px; border: 1px solid rgba(11, 89, 125,.4)}
ul.content-list{list-style-type: none; padding: 0; margin-bottom: 1px;}
.content-list li span{font-weight: 700;}

.div-content-list{padding: 0;}
.div-content-list-Final{padding: 0;}

.preview-section{ max-height: 350px; overflow-y: hidden; overflow-x: hidden; }
.preview-content{padding-bottom: 1px; padding-top: 1px; position: relative;}
.preview-content:after{content: ''; width: 50%; position: absolute; bottom:0; border-top:1px solid #eee;}
.preview-content:first-child{ padding-top: 0;}
.preview-content:last-child{ padding-bottom: 0;}
.preview-content:last-child:after{content: ''; border-top:0 solid #eee;}



.table td{
    border-top: 0px;
    border-spacing: 0px;
}

.rowSelected{
    background: rgb(243, 215, 140) !important;
    font-weight: bold;
}


.table{margin: 5px 0 10px;}
.table thead{background: #44536A; color: #fff;}
.table thead th{white-space: normal;}
/* .table-scrollable .table tbody td:nth-child(1){white-space: nowrap;} */
.mandet-preview{font-weight: 700; color:rgb(128, 129, 129) }


.suitable.table thead{background: rgb(12, 141, 40); color: #fff;}
.suitable.table thead th{white-space: normal;}

.suitable-nr.table thead{background: rgb(107, 65, 117); color: #fff;}
.suitable-nr.table thead th{white-space: normal;}

.na-nr.table thead{background: rgb(216, 119, 119); color: #fff;}
.na-nr.table thead th{white-space: normal;}

.my-custom-scrollbar {
    position: relative;
    min-width: 200px;
    overflow: auto;
}

.table-wrapper-scroll {
    display: block;
}



.preview-content-final{padding-bottom: 10px; padding-top: 50px; position: relative;}
.preview-content-final:after{content: ''; width: 50%; position: absolute; bottom:0; }
.preview-content-final:first-child{ padding-top: 0;}
.preview-content-final:last-child{ padding-bottom: 0;}
.preview-content-final:last-child:after{content: ''; border-top:0 solid #eee;}

.invalid-data{
    border: 1px solid red;
    box-shadow: 0 0 5px #fa4c4c;
}

.text-monospace{
    font-family: Menlo, Monaco, 'Courier New', monospace;
}

.invalid-text{
    color: red;
}

.small-select{
    width: 48px;
    padding: 0;
}

.text-large{
    font-size:18px;
    padding: 0;
}

.large-select{
    font-size:18px;
    width: 60px;
    padding: 0;
}

.text-heading-font{
    font-size:20px;
}

.text-font-large{
    font-size:18px;
}
.text-input-small{
    width:140px;
    height: 30px;
}

.popoverClassDisplay{
    min-width: 450px;
    /* max-height: 240px; */
    white-space: nowrap;
    background: rgb(245, 235, 210);
}

.moreClassDisplay{
    min-width: 200px;
    background:rgb(241, 223, 174);
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #0C597D;
    color: white;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.popoverHelpDisplay{
    min-width: 700px;
    /* max-height: 225px; */
    background: whitesmoke;
}

.price {
    display: inline-block;
}

.price::first-letter {
    padding-right: 0.3em;
}

.spinnerStyle{
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url('/assets/images/loaderTrans.gif') 50% 50% no-repeat rgb(249,249,249,.1);
};

.hideDiv {
    display: none;
}



.form-radio
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color:#F5B919;
     color: #0C597D;
     top: 5px;
     height: 18px;
     width: 18px;
     border-radius: 30px;
     border: 1px solid #0C597D;
     cursor: pointer;
     outline: none;
}
.form-radio:checked::before
{
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     font-weight: bold;
     left: 4px;
     top: 0px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio:hover
{
     background-color: #0C597D;
     border: 1px solid #F5B919;
}
.form-radio:checked
{
     background-color: #0C597D;
     border: 1px solid #F5B919;
     color: #F5B919;
}

/*  */
.div-content-list label{
    margin-bottom: 0;
}
.table-verticle-wrapper{
    padding-left:28%;
}
.table-verticle-container{
    width:49.5%; padding-right: .5%
}
.table-verticle tr td:first-child{
    background: #44536A; color: #fff; font-size: 1rem; font-weight: 700;
}
@media (max-width: 441px) {
	#container {
        min-height:100%;
        position:relative;
        margin-top: 30px;
    }

    .small-select{
        font-size:14px;
        width: 50px;
        padding: 0;
    }
}

.form-control-new {
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dropdown-item{
  font-size: "20px" !important;
}

.ngb-highlight{
  font-size: "20px" !important;
}

.dropdown-menu {
  width: "1000px" !important;
}
