@import url('https://fonts.googleapis.com/css2?family=Abel&family=Bree+Serif&family=Poppins:wght@100;400;700&display=swap');

body
{
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  margin: 0;
  background: #ffffff;
  color: #777777;
}

/*IE hack*/
a img
{
  border: 0;
}

a{
    color: #454545;
    text-decoration: none;
}

a:hover
{
    color: #000000;
    text-decoration: none;
}

a:focus
{
    color: #454545;
    text-decoration: none;
}

/*h2*/
/*{*/
  /*font-family: 'Abel', sans-serif;*/
  /*font-weight: 400;*/
  /*font-size: 22px;*/
  /*margin: 10px 0;*/
  /*color: #766616;*/
/*}*/

/*h3*/
/*{*/
  /*font-family: 'Abel', sans-serif;*/
  /*font-size: 20px !important;*/
  /*/!*margin: 10px 0 5px 0;*!/*/
  /*/!*color: #fe8c08;*!/*/
/*}*/

/*h4*/
/*{*/
  /*font-family: 'Abel', sans-serif;*/
  /*font-weight: 400;*/
  /*font-size: 17px;*/
  /*margin: 10px 0 5px 0;*/
  /*color: #BBAA3A;*/
/*}*/

p
{
  color: #777777;
  text-align: justify;
  line-height: 18px;
}

span.required
{
  color: #ed3535;
}

.viewerPaging
{
  background: #ececec;
  border-radius: 3px;
  position: relative;
  text-align: center;
  padding: 5px;
  border: 1px solid #dddddd;
}

.viewerPagingButtons
{
  color: #777777;
  padding: 8px 20px 6px 20px;
  margin-left: -4px;
  font-size: 7pt;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.viewerPagingButtons:hover
{
  background: #dddddd;
  color: #000000;
}

.viewerPagingButtonsActive
{
  background: #dddddd;
  color: #000000;
}

ul.tableViewerPaging
{
  list-style: none;
  margin: 0;
  padding: 0;
}

li.tableViewerPagingItem
{
  float:left;
  border: 1px solid #dddddd;
  padding: 0;
  margin-left: -1px;
}

li.tableViewerPagingItem:hover
{
  background: #efefef;
}

li.tableViewerPagingItem:first-child
{
 border-bottom-left-radius: 4px;
 border-top-left-radius: 4px;
}

li.tableViewerPagingItem:last-child
{
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

li.tableViewerPagingItem a.tableViewerPagingItemLink
{
  display: block;
  padding: 7px 10px;
  width: 20px;
  text-align: center;
}

li.tableViewerPagingItem span.tableViewerPagingItemText
{
  display: block;
  padding: 7px 10px;
  /*width: 20px;*/
  text-align: center;
}

#ajaxLoader
{
  top: 0;
  left: 0;
  display: none;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0 0 10px #777777;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  text-align: center;
}

.ajaxLoaderBg
{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
    z-index: 99;
}

.bodyLoaderContainer
{
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
}

.bodyLoader
{
    position: absolute;
    color: #242424;
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bodyLoaderSpinner
{
    padding: 10px;
    /*background: #FFFFFF;*/
    /*border-radius: 5px;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 1);*/
    text-align: center;
    color: #616161;
}

.bodyLoaderText
{
    padding: 10px 0 0 0;
    color: #616161;
}