html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, input, textarea, select {
    font-family: 'Campton-Light',Helvetica,Arial,Lucida,sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-weight: 400;
    line-height: 1.5;
    color: #173B6E;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:focus, a:hover {color: #173B6E;}
a {color: #59879F;}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    border: 1px solid #96C4D5;
    background-color: #fefefe;
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
    border: 1px solid #96C4D5;
}

option { 
    background-color: #ECF7FF;
}

.switch-inactive {
    right: 4%;
    background: #96C4D5;
}

input + .switch-paddle {
    margin: 0;
    background: #96C4D5;
}

input:checked ~ .switch-paddle {
    background: #59879F;
}

.button:focus, .button:hover {
    background-color: #173B6E;
    color: #fefefe;
}

.button, .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
    background-color: #59879F;
    color: #fefefe;
}

.input-group-label {
    border: 1px solid #96C4D5;
    background: #ECF7FF;
    color: #0a0a0a;
}

input:required:invalid, textarea:required:invalid {
  border: 1px solid red;
}

input:invalid, textarea:invalid {
  border: 1px solid red;
}

footer {
    padding-top: 10px;
    margin: 1em;
    border-top: 1px solid #96C4D5;
    font-size: 0.8em;
    text-align: right;
    clear: both;
}

#siteNavStickyWrap { width: 100%; }
#pageContent {min-height:20rem}
.row {margin-left: 0}
  a[href]:after {
  content: none;
}


.top-bar {
    padding-left: 15px;
    border-bottom: 1px solid #96C4D5;
    background-color: #FFF;
    margin-bottom: 1em;
}

.title { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:2em;
  font-weight:bold;
  margin-left: 40px;
  vertical-align: middle;
}

form.login {margin:5rem auto; width:20rem; padding: 1rem;background-color:#EEE;border:1px solid #CCC;}

.top-bar ul {
    background-color: #FFF;
}

.button-group input["checkbox"], .button-group input["radio"]{
  display: none;
}

.button-group input:checked + label,
.button-group input:checked + label:active {
  background-color: #FA8072;
}

.ie {font-family: Georgia, Times, serif; font-size: 1.5em; width:80%;margin:2em auto; padding-top:120px; text-align: center; background-image:url("/images/sorry.gif");background-repeat: no-repeat; background-position:top center; }


.callout {
  width: 100%;
  background: #f8f8f8;
  color: #333;
  border: 0;
  border-left: 0.3125rem solid #8a8a8a;
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
}

.callout.success {
  color: #333;
  border-left: 0.3125rem solid #3adb76;
}

.callout.alert {
  color: #333;
  border-left: 0.3125rem solid #cc4b37;
}

.callout.warning {
  color: #333;
  border-left: 0.3125rem solid #ffae00;
}

.callout.primary {
  color: #333;
  border-left: 0.3125rem solid #1779ba;
}

#static_menu  {
    float: left;
    width: 25rem;
    max-width: 25rem;

}
#static_menu a {
  background: #FFF;
  color:#59879F;
}

#static_menu li{
 text-indent: 1rem;
 list-style-type: none;
}

#static_menu li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}

#quickref {
  float: left;
  margin-left: 5rem;
}

/*********************************
Objhandler
*********************************/


div.navbar {display:table;width:100%;margin: 10px auto; padding:5px 0; text-align:center;background-color:#EFEFEF; border: 1px solid #778; line-height: 1.5;}
div.navbar::after {
 clear:both
}
div.navbar .input-group {margin:0;}
div.navbar a {margin:0;}
div.navbar button {margin:0;}


#recform {
        width: 900px;
        margin: 10px auto;
        padding: 25px 25px 0 25px; 
        border: 1px solid #96C4D5;
}

#recform .clear {clear: both;} 
#recform div h3 {margin:0;padding:0}
#recform div p {margin:0;padding:0}
#recform p {margin:0;padding:3px 0;}
#recform input[type="text"] {border: 1px solid #96C4D5;padding:2px;}
#recform select {border: 1px solid #96C4D5;}
#recform textarea {border: 1px solid #96C4D5;padding:2px;}

.linklike {text-decoration: none;font-weight:bold;border-width:0;color:#59879F;background-color:transparent;cursor:pointer;margin:0;padding:0}
#recform .linklike {text-decoration: none;font-weight:bold;border:0;color:#59879F;background-color:transparent;cursor:pointer;margin:0;padding:0}
#recform label {
    font-size: 1rem;
    display: block;
    font-weight: bold;
    padding: 6px 0 2px 0;
    color: #173B6E;
}

ul.commandlist {padding: 3px 0; margin: 0 auto;text-align:center;}
ul.commandlist li {list-style: none; margin: 0; display: inline;}
ul.commandlist li a {width:60px; margin:0; padding:0; text-decoration: none; display:inline-block;}

ul.buttonlist {height: 30px;margin:5px auto 0 auto;padding:10px 0 0 0;text-align:center;}
ul.buttonlist li {list-style: none; display: inline;}
ul.buttonlist li.left {list-style: none; display: block; margin: 5px; position: absolute; top:0; left:0}
ul.buttonlist li.right {list-style: none; display: block; margin: 5px; position: absolute; top:0; right:0}
#recform h3 {display: block;font-weight:bold;font-size:xx-small;padding:6px 0 2px 0;}

table#objlist {width:100%;margin: 10px auto;border: 1px solid #778;border-collapse:collapse}
table#objlist th {vertical-align: middle;text-align:left;height:20px;border:1px solid #036;margin: 0;padding:0 5px;background-color:#EFEFEF;font-size: 90%}
table#objlist td {vertical-align: middle;border:1px solid #BCC;margin: 0;padding:0 5px;}
table#objlist tr:hover {background-color:#59879F;color:#fff}
table#objlist tr:hover th {background-color:#EFEFEF;color:#000}
table#objlist td .button-group {margin:0;}
