/* Minification failed. Returning unminified contents.
(421,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(422,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(423,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(425,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(426,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(427,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(428,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(430,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(431,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(433,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(440,28): run-time error CSS1039: Token not allowed after unary operator: '-background-color-dark'
(441,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color-light'
(444,28): run-time error CSS1039: Token not allowed after unary operator: '-background-color-light'
(445,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color-dark'
(448,17): run-time error CSS1039: Token not allowed after unary operator: '-link-color-dark'
(451,17): run-time error CSS1039: Token not allowed after unary operator: '-link-color-light'
(452,28): run-time error CSS1039: Token not allowed after unary operator: '-background-color-light'
(456,28): run-time error CSS1039: Token not allowed after unary operator: '-background-color-light'
(459,28): run-time error CSS1039: Token not allowed after unary operator: '-background-color-dark'
(462,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color-dark'
(465,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color-light'
(472,28): run-time error CSS1039: Token not allowed after unary operator: '-table-background-color-light'
(473,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color-dark'
(476,28): run-time error CSS1039: Token not allowed after unary operator: '-background-color-light'
(490,28): run-time error CSS1039: Token not allowed after unary operator: '-background-color-light'
(497,28): run-time error CSS1039: Token not allowed after unary operator: '-th-background-color'
(505,28): run-time error CSS1039: Token not allowed after unary operator: '-th-background-color'
(509,17): run-time error CSS1039: Token not allowed after unary operator: '-link-color-light'
(510,28): run-time error CSS1039: Token not allowed after unary operator: '-background-color-light'
 */
/*Dark colors*/
/*#7CA6CC Links*/
/*#d3d3d3 Normal text*/
/*#0c0e0e Background*/

/*Normal colors*/
/*#7CA6CC Links*/
/*#1C1E1F Normal text*/
/*#d3d3d3 Background*/

body {
    background-color: #0c0e0e;
    color: #d3d3d3;
    font-family: Arial, sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    /*background-color: AppWorkspace;*/
    /*margin-top: 50px;*/
}
.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-default {
    border-color: #1C1E1F;
    background-color: #0c0e0e;
    border-bottom: 1px solid #696969;
}
.navbar-default .navbar-nav > li > a, a {
    color: #7CA6CC;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
}
    .navbar-default .navbar-nav > li > a:hover, a:hover {
        color: #7CA6CC;
        text-decoration: underline; /* Adds underline on hover for better UX */
    }
.navbar-inverse {
    background-color: #1C1E1F;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #7CA6CC;
    background-color: #0c0e0e;
}
.dropdown-menu > li > a, .dropdown-menu, .dropdown-menu > li > a:focus {
    color: #7CA6CC;
    background-color: #0c0e0e;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #7CA6CC;
    background-color: #0c0e0e;
    text-decoration: underline; /* Adds underline on hover for better UX */
}
hr{
    border-color: dimgrey;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
    background-color:black;
    color: white;
}
.form-control {
    max-width: 280px;
    background-color: white;
    color: black;
    border: 1px solid dimgray;
}
.actionWell {
    margin-top: 20px;
}
@media print {
  a[href]:after 
  {
    content: none !important;
  }
  .no-print {
      display: none !important;
  }

}

.lesMeir {
    color:darkgrey;
}

.list-inline .showShareCount {
    list-style: outside none none;
    margin-left: -5px;
    padding-left: 0;
}

.showShareCount > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
    width: 60px;
}

.social {
    
    background: url('../Content/Images/Social-Icons.png');
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.facebook {
    background: url('Images/facebook_small.png');
    /*background-position: -0px -0px;*/
    line-height: 40px;
}


.social span {
    display: inline-block;
    line-height: 32px;
    padding-left: 36px;
    vertical-align: middle;
}
.pointer {
    cursor:pointer;
}
.filterWidthAuto{
    display: inline-block;
    width: auto;
}

/*Fargekoder NHF*/
/*#3D679D Blå*/
/*#F6F7FB Kvit*/
/*#443F45 Svart*/



.well {
    background-color: #1C1E1F;
    border-color: dimgray;
}
th {
    /*border: 1px solid #31527E;*/
    background-color: #31527E;
    color: #F6F7FB
}
    th.active {
        background-color: #1C1E1F !important;
        color: #7CA6CC !important;
    }

.sortTableHeader th {
    background-color: #31527E;
    color: white;
    border: none;
}
.customCssTable {
    /*max-width: 50%;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    margin-top: 5px;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 0px;
    border-bottom: none;
    border-top: 1px solid dimgrey;
    border-left: 1px solid dimgrey;
    border-color: dimgray;
}

.table > tbody > tr > th, td {
    border-top: none !important;
    border: 1px solid dimgrey;
    border-top: none;
    border-left: none;
}
.table > tbody > tr td {
    padding: 3px;

}

.table > tbody > tr > td {
    width: auto;

}
.table .table{
    background-color: black;


}
.visPoengsumNCTekst {
    font-size: 10px;
}
.integratedCreateWindow{
    position: fixed;
    top: 0;
    left: 0;
}
#resultatModal {
    position: relative;
    /*margin-left:0px;*/
}

.modal-dialog {
    position: fixed;
    width: 25%;
    margin: 0;
    padding: 10px;
}
.modal-open {
    overflow-y: auto;
}
buttonbox {
    margin: 0px;
    display: none;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 400%;
    height: 400%;
    background-color: rgb(255, 255, 255);
    z-index: 30001;
    opacity: 1.0;
}
#loadingBtn {
    position: absolute;
    color: White;
    top: 50%;
    left: 45%;

}

.card {
    background-color: #0c0e0e;
    border: 1px solid dimgrey !important; /* Light grey border for definition */
    margin-bottom: 20px; /* Spacing between cards */
    /*box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/ /* Subtle shadow for depth */
}

.card-body {
    padding: 15px; /* Comfortable padding around the content */
}

.card-date, .card-title {
    margin-bottom: 10px; /* Spacing between elements within the card */
    color: lightgrey; /* Svart - Dark color for text */
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/ /* Adds shadow to text */
}

.card-title {
    font-size: 16px; /* Larger font size for titles */
    font-weight: bold; /* Makes title text bold */
}

.card-link {
    color: #3D679D; /* Blå */
    text-decoration: none; /* Cleaner look without underlines */
}

    .card-link:hover {
        text-decoration: underline; /* Underline on hover for better UX */
    }
.successDark {
    background-color: #c0e2c5;
}
.dangerDark {
    background-color: #adadad;
    color:black;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}

.custom-label {
    display: inline-block;
    font-family: 'Arial', sans-serif; /* Modern, readable font */
    font-size: 15px; /* Larger text size */
    padding: 3px 15px; /* Larger, more clickable area */
    margin-right: 5px; /* Space between labels */
    text-align: center;
    border-radius: 5px; /* Rounded corners for a modern look */
    background-color: #31527E; /* Modern blue */
    color: white; /* Contrasting text color */
    cursor: pointer; /* Indicates clickable items */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

    .custom-label:hover {
        background-color: #0056b3; /* Darker blue on hover for interactive feedback */
    }

  /*  theme button switch*/
.theme-switch-wrapper {
    display: flex;
    align-items: center;
}

.theme-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .theme-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.mobile-result-container {
    display: flex;
    flex-direction: column;
    border: 1px solid #3D679D;
    border-radius: 10px;
}
.mobile-result-stats-ctr {
    display: flex;
    flex-direction: row;
}
.mobile-result-placement{
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.mobile-result-mainstats {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.custom-hr {
    width: 100%;
    border: 0;
    border-top: 1px solid #3D679D;
    margin: 0 auto; /* Center the line horizontally */
    margin-top: 10px;
}
.mobile-result-name {
    font-size: 20px;
    font-weight: bold;
}
.mobile-result-club {
    font-size: 15px;
}
:root {
    /* Dark theme colors */
    --background-color-dark: #0c0e0e;
    --text-color-dark: #1C1E1F;
    --link-color-dark: #7CA6CC;
    /* Light (normal) theme colors */
    --background-color-light: #F6F7FB;
    --table-background-color-light: #d7d7d7;
    --text-color-light: #d3d3d3;
    --link-color-light: #3D679D;
    /* Other colors */
    --th-background-color: #31527E;
    --form-control-background-color:#808080
    --font-size-large: 18px;
    --font-size-normal: 14px;
}
/*Fargekoder NHF*/
/*#3D679D Bl�*/
/*#F6F7FB Kvit*/
/*#443F45 Svart*/
body.dark-mode {
    background-color: var(--background-color-dark);
    color: var(--text-color-light);
}
body.light-mode {
    background-color: var(--background-color-light);
    color: var(--text-color-dark);
}
body.dark-mode a {
    color: var(--link-color-dark);
}
body.light-mode a{
    color: var(--link-color-light);
    background-color: var(--background-color-light);
}

body.light-mode .card {
    background-color: var(--background-color-light);
}
body.dark-mode .card {
    background-color: var(--background-color-dark);
}
body.light-mode .card-date,card-title {
    color: var(--text-color-dark);
}
body.dark-mode .card-date, card-title {
    color: var(--text-color-light); 
}
/*body.dark-mode.table .table {
    background-color: var(--background-color-light);
    color: var(--text-color-dark);
}*/
body.light-mode .table .table {
    background-color: var(--table-background-color-light);
    color: var(--text-color-dark);
}
body.light-mode th.active {
    background-color: var(--background-color-light) !important;
}


/*body.light-mode .form-control {
    color: var(--text-color-dark);
    background-color: var(--form-control-background-color);
}
body.dark-mode .form-control {
    color: var(--text-color-dark);
    background-color: var(--form-control-background-color);
}*/

body.light-mode .navbar-default {
    background-color: var(--background-color-light);
}
body.light-mode .label-primary {
    background-color: #337ab7;
    color: white;
}
body.light-mode .label-default {
    background-color: var(--th-background-color);
    color: lightgray;
}
body.dark-mode .label-primary {
    background-color: #337ab7;
    color: white;
}
body.dark-mode .label-default {
    background-color: var(--th-background-color);
    color: lightgray;
}
body.light-mode .well {
    color: var(--link-color-light);
    background-color: var(--background-color-light);
}
