﻿p { margin: 0 0 }
select { padding: 1px 0; }
img { border:0; }
span { margin: 0 0; padding:0; }
input { margin: 0 0 0 0; padding:3px; }
* {
  margin: 0 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 17px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

ul { margin: 0}

html {
  position: relative;
  min-height: 100%;
}

body {
  color: #001f3f;
  font-size: 17px;
  background-color: #ffffff;
  font-family: 'Segoe UI', sans-serif, Tahoma, Geneva, Verdana;
  margin: 0px;
  border: 0px none;
}

table { border-collapse: collapse; border-spacing: 0; } 
table.centeralign { margin-left:auto; margin-right:auto; }
table.rightalign { margin-right: 0; margin-left: auto; }
table.leftalign { margin-left: 0; margin-right: auto; }


::-webkit-input-placeholder { color: #a0a0a0; text-overflow: ellipsis; }
:-moz-placeholder { color: #a0a0a0 !important; text-overflow: ellipsis; }
::-moz-placeholder { color: #a0a0a0 !important; text-overflow: ellipsis; }
:-ms-input-placeholder { color: #a0a0a0 !important; text-overflow: ellipsis; }

a { color: #006699; text-decoration: none }
a:visited { color: #006699; text-decoration: none }
a:hover { color: #808000; text-decoration: underline }

.loader-container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
}
.loaderfull { border: 1px solid #f3f3f3; border-radius: 50%; border-top: 14px solid rgba(212, 212, 212, 0.2); border-right: 14px solid rgba(212, 212, 212, 0.2); 
 border-bottom: 14px solid rgba(212, 212, 212, 0.2); border-left: 14px solid #158bc6; width: 60px; height: 60px; position: fixed; margin: -60px auto; top: 50%; left: 50%;
 -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); -webkit-animation: spin8 1.1s infinite linear; animation: spin8 1.1s infinite linear;
}
@-webkit-keyframes spin8 {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin8 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#back-top { position: fixed; bottom: 5px; right: 5px; cursor: pointer; z-index:210; }
#back-top span { width: 30px; height: 28px; display: block; background: #e3e3e3; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; vertical-align: middle; text-align:center; padding-top:4px; }
#back-top span:hover { color: #999999; background: #d3b574; }


@media (max-width: 575px) {
  .mobile-hide {
    display: none;
  }
}


@media only screen and (min-width: 576px) {
  .mobile-show {
    display: none;
  }
}

.main-page-form {
  padding: 5px 5px 5px 5px;
}

.tab-active {
  border-bottom: 2px solid #3455c8;
  padding: .2rem;
}

.table-padding > tbody > tr > td { padding:0; }
.table-padding.one > tbody > tr > td { padding:1px; }
.table-padding.three > tbody > tr > td { padding: 3px; }
.table-padding.five > tbody > tr > td { padding: 5px; }
.table-padding.ten > tbody > tr > td { padding: 10px; }

.under-line-row { border-bottom: #d7d7d7 1px solid; }
  .under-line-row.bottom { border-bottom: #d7d7d7 1px solid; }
    .under-line-row.bottom.thick { border-bottom: #d7d7d7 2px solid; }
    .under-line-row.bottom.three { border-bottom: #d7d7d7 3px solid; }
  .under-line-row.top { border-bottom: 0px; border-top: #d7d7d7 1px solid; }
    .under-line-row.top.thick { border-bottom: 0px; border-top: #d7d7d7 2px solid; }
    .under-line-row.top.three { border-bottom: 0px; border-top: #d7d7d7 3px solid; }


.under-line-table > tbody > tr {
  border-bottom: 1px solid #dde4ef;
}
  .under-line-table > tbody > tr > th {
    background: #ecf0f6;
    border-left: 1px solid #dde4ef;
    border-right: 1px solid #dde4ef;
    border-top: 1px solid #dde4ef;
    border-bottom: 1px solid #dde4ef;
    font-weight: bold;
    text-align: left;
    padding: 2px 7px 2px 7px;
  }
  .under-line-table > tbody > tr > td {
    border: 0;
    border-collapse: collapse;
    padding: 2px 7px 2px 7px;
  }
  .under-line-table > tbody > tr:nth-child(odd) {
    background: #f8f8f8;
  }
.under-line-table > tbody {
  border-left: 1px solid #dde4ef;
  border-right: 1px solid #dde4ef;
  border-top: 1px solid #dde4ef;
  border-bottom: 1px solid #dde4ef;
}
  .under-line-table > tbody > tr {
    border-bottom: 1px solid #dde4ef;
  }
    .under-line-table.active > tbody > tr:hover {
      border-bottom: 1px solid #dde4ef;
      background: #f2f6fb;
    }

.data-table {
  border-collapse: collapse;
  border-spacing: 0;
}

  .data-table > tbody > tr > th {
    padding: 2px 4px 2px 4px;
  }

  .data-table > tbody > tr > td {
    padding: 2px 4px 2px 4px;
  }

  .data-table > tbody {
    border: 1px solid #e0e0e0;
  }

    .data-table > tbody > tr {
      border-bottom: 1px solid #e0e0e0;
    }

      .data-table > tbody > tr > th {
        color: #333;
        background-color: #f5f5f5;
        /*background: #d2dcee;*/
        border: 1px solid #e0e0e0;
        font-weight: 600;
      }

      .data-table > tbody > tr > td {
        border-collapse: collapse;
        border: 1px solid #e0e0e0;
      }

      .data-table > tbody > tr:nth-child(odd) {
        background: #fafafa;
      }








.ui-datepicker {
  width: 255px;
  height: 215px;
  margin: 5px auto 0;
  font: 12pt 'Segoe UI', sans-serif;
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);*/
  background: #fff;
  display: none;
  border: 1px solid #d7d7d7;
  border-radius: 7px;
}

    .ui-datepicker table {
        width: 100%;
    }

.ui-datepicker-header {
  background: #ffffff;
  color: #4A6BA8;
  font-family: 'Segoe UI', sans-serif;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #efefef;
  padding: 5px;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 15px;

}

.ui-datepicker-prev {
  float: left;
  cursor: pointer;
  background-position: center -35px;
  padding: 2px;
  background-color: #ffffff;
  color: #9c9c9c;
  border-radius: 7px;
}
  .ui-datepicker-prev:hover {
    background-color: #f0f0f0;
    color: #9c9c9c;
  }


.ui-datepicker-next {
  float: right;
  cursor: pointer;
  background-position: center 0px;
  padding: 2px;
  background-color: #ffffff;
  color: #9c9c9c;
  border-radius: 7px;
}


.ui-datepicker thead {
    background-color: #f7f7f7;
    padding: 3px;
    /*border-bottom: 1px solid #bbb;*/
}

.ui-datepicker th {
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 8pt;
  color: #FF9A19;
  padding: 3px;
  /*text-shadow: 1px 0px 0px #fff;*/
  /*filter: dropshadow(color=#fff, offx=1, offy=0);*/
}

.ui-datepicker tbody td {
    padding: 0;
    /*border-right: 1px solid #808080;*/
}

    .ui-datepicker tbody td:last-child {
        border-right: 0px;
    }

.ui-datepicker tbody tr {
   /* border-bottom: 1px solid #bbb;*/
}

    .ui-datepicker tbody tr:last-child {
        border-bottom: 0px;
    }

.ui-datepicker a {
    text-decoration: none;
}
  .ui-datepicker a:hover {
    background-color: #f0f0f0;
    color: #9c9c9c;
    text-decoration: none;
  }
.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  /*font-weight: bold;*/
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #9c9c9c;
  /*text-shadow: 1px 1px 0px #fff;*/
  /*filter: dropshadow(color=#fff, offx=1, offy=1);*/
}

.ui-datepicker-calendar .ui-state-default {
  background: #ffffff;
  color: #9c9c9c;
  height: 30px;
  width: 35px;
}

.ui-datepicker-calendar .ui-state-hover {
  background-color: #5CC4EF;
  color: #000;
}

.ui-datepicker-calendar .ui-state-active {
  background: #5CC4EF;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  color: #000;
  text-shadow: 0px 1px 0px #4d7a85;
  border: 1px solid #5CC4EF;
  position: relative;
  margin: -1px;
  border-radius: 7px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #5CC4EF;
  color: #000;
  border-radius: 7px;
}

.page-link-container { padding-bottom: 10px; }
  .page-link-container .header { border-bottom: 3px solid #d7d7d7; font-weight: 600; font-size: 1.2rem; }
  .page-link-container .link-pane { padding-top: 3px; padding-bottom: 3px; }
  .page-link-container .fullpage-link {
    display: block;
    color: #666666;
    border-radius: 7px;
    border: 1px solid #cdcdcd;
    display:flex;
    align-items: center;
    justify-content:space-between;
  }
    .page-link-container .fullpage-link a { text-decoration: none; color: #666666; border: 1px solid #cdcdcd; }
    .page-link-container .fullpage-link:hover { text-decoration: none; background-color: #CFE4FA; color: #0F548C; border: 1px solid #0F548C; }
    .page-link-container .fullpage-link .link-image { padding-left:6px; }
    .page-link-container .fullpage-link .link-image img { height: 40px; }
    .page-link-container .fullpage-link .link-content { padding-left: 6px; padding-right: 6px; flex: 1; }
      .page-link-container .fullpage-link .link-content .link-header { font-weight: 600; border-bottom: 1px solid; border-color: inherit; }
      .page-link-container .fullpage-link .link-content .link-desc { font-size: .85rem; }

