body {
    font-size: 13pt;
}


.container {
    padding: 0px;
    margin: 0px;
}

@media (min-width: 1200px) {
    .container { 
        /* max-width: 1200px; */
        width: auto; 
    }
}

div.loader {
    position: fixed;
    bottom: -1em;
    left: 0;
    z-index: 100;
    font-size: 16pt;
    width: 100%;
}

.gb {
    padding: 5px;
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: white;
}

.dim {
    opacity: 0.2;
}

.dim .info {
	display: none;
}


.page-header {
	margin: 20px 0 20px;
}

.navbar-active {
    background-color: green;
    color: yellow;	
}

.navbar-inverse {
    background-color: #706CA2;
    color: white;
}

.navbar-brand {
    font-weight: bold;
}

/* overwrite default panel heading from bootstrap */
.panel {
	border-color: #ddd;
	margin-top: 0px;
	padding-bottom: 0px;
}

.panel-group .panel + .panel {
  margin-top: 0px;
}

.panel-group {
    padding: 0px;
    margin: 0px;
    border: thin solid #31708f;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.panel-heading {
	padding-top: 10px;
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info {
    color: #e00f17;
    background-color: #f7d9d9;
    border-color: #e00f17;
	margin-bottom: 0px;
}

.panel-heading-main {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
	font-weight: bold;
	padding: 15px 15px;
	border: thin solid #31708f;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.panel-body-main {
    padding: 15px;
	color: #31708f;
    background-color: #d9edf7;
    border: thin solid #31708f;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.panel-body-main label.radio-inline {
	font-weight: bold; 
}

.go-button {
	padding-top: 5px;
}

/* slider */
rzslider .rz-pointer {
    top: -10px;
    z-index: 3;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-color: #0db9f0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

rzslider .rz-pointer:after {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    content: '';
}

.show-delay {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    width: 0;
    -moz-animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation: cssAnimation 0s ease-in 2s forwards;
    -o-animation: cssAnimation 0s ease-in 2s forwards;
    animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        visibility: visible;
        height: 100%;
        width: 100%;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        visibility: visible;
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 20px;
    }
}

.hidden-alternative {
    position: absolute;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.dropdown-menu>li>a {
    line-height: 2.6;
}

.radio label {
    min-height: 2em;
}

.pointer {
    cursor: pointer;
}

.truncate {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.margin-fixed-navbar {
    margin-top: 0;
}

option:disabled {
	font-weight: bold;
	color: #666666;
	background-color: #EEEEEE;
}

.center {
	display: flex;
	justify-content: center;
}

.hidden {
	display: none;
}

/* MR */
.font-bold {
    font-weight: bold;
}

.disclaimer {
	text-align:center;
	background-color:#ff0;
	font-style: italic;
	border-style: double;
}

.seperator-bottom {
/*  margin: 40px 0 20px;  */
	padding-bottom: 3px;
    border-bottom: 1px solid #eee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(238, 238, 238);
}

.sortorder:after {
  content: '\25b2';   /* BLACK UP-POINTING TRIANGLE */
}
.sortorder.reverse:after {
  content: '\25bc';   /* BLACK DOWN-POINTING TRIANGLE */
}

.modal-content {
	color: black;
}

.table-condensed {
  width: 100%;
  font-size: 13px;
}

#table-age tr:nth-child(9) {
	font-weight: bold;
}

#table-age-1000py tr:nth-child(9) {
    font-weight: bold;
}

/* unused ?
.grid {
    width: 500px;
    height: 250px;
}
*/


/* redefine form-control text size used by dropdown lists 
.form-control { 
	font-size:18px;
}

*/



/* NEW STYLE */
.panel-new {
    background-color: rgb(235, 235, 235);
    border: none;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    color: #08AFDC;
}
.panel-new .panel-heading-main{
    background-color: rgb(235, 235, 235);
    color:#08AFDC;
    border: none;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    padding: 5px 15px 5px 15px;
}
.panel-new .panel-body-main{
    background-color: rgb(235, 235, 235);
    color: #03425B;
    border: none;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    padding: 0px 15px 5px 15px;
}
.panel-new .panel-heading{
    background-color: rgb(235, 235, 235);
    color: #03425B;
    border: none;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    padding: 5px 15px 5px 15px;
}
.panel-new .panel-body{
    background-color: rgb(235, 235, 235);
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    border: none;
    padding: 0px 15px 15px 15px;
}
.panel-new .panel-group{
    background-color: rgb(235, 235, 235);
    color: #03425B;
    border: none;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    padding: 0px;
}
.panel-new .input-group {
    background-color: rgb(235, 235, 235);
    border: none;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    padding: 0px;
}
.panel-new .input-group-addon {
    background-color: #08AFDC;
    color: black;
    border-color: #08AFDC;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.panel-new .info.pointer .material-symbols-outlined {
    color: #08AFDC;
    margin-left:5px;
    font-size: 30px;
}
.panel-new .form-group {
    margin-bottom: 0px;
}
.panel-new .form-control {
	font-size: 16px;
    border-color: #08AFDC;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.panel-new .form-control:focus {
    border-color: #08AFDC;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.panel-new .btn-primary {
	margin: 0px;
    color:white;
    background: #FF7F1C;
    border-color:#FF7F1C;
}
.panel-new .btn-primary:hover {
	margin: 0px;
    color:white;
    background: #08AFDC;
    border-color:#08AFDC;
}
.panel-new .checkbox-group {
    font-size: 16px;
    background-color: white;
    color: rgb(85, 85, 85);
    border-color: #08AFDC;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    margin: 0px;
    border-radius: 4px;
}
.panel-new .calendar-years-group {
	font-size: 16px;  
	color: rgb(85, 85, 85);
	padding-left: 15px;
}
.panel-new .modal-backdrop.in { 
	opacity: 0;
}
.panel-new .bg-white {
    background-color: white;
}

