/* <!-- Pagination --> */
/* <!-- Tag --> */
/* <!-- Search Bar --> */
/* <!-- Menu --> */
/* <!-- Menu dropdown --> */
/* <!-- Menu Bar --> */
/* <!-- Css button index, right bar --> */
/* <!-- widget --> */
/* <!-- post, page --> */
/* <!-- footer --> */
/* <!-- header --> */
/* <!-- header - Background Clip Text --> */
/* <!-- breadcrumb --> */

html, body, h1, h2, h3, h4, h5 {font-family: "Open Sans", sans-serif}

/* <!-- Pagination --> */
.pagination {
  display: inline-block;
}
.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination a.active {
  background-color: dodgerblue;
  color: white;
  border-radius: 5px;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}
/* <!-- endregion --> */
/* <!-- ------------------------------------------------------- --> */



/* <!-- Tag --> */
.tag {
  color: #fff;
  border-color: #ff8400 !important;
  background: #ff8400 !important;
}
/* <!-- endregion --> */
/* <!-- ------------------------------------------------------- --> */



/* <!-- Search Bar --> */
.input_searchbar {
  width:80%;
}
/* <!-- endregion --> */
/* <!-- ------------------------------------------------------- --> */



/* <!-- Menu --> */
.w3-bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* background-color: #333333; */
  text-align:center;
}
.w3-bar li {
  /* display:inline-block; */
  float: left;
}
.w3-bar li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}
.w3-bar li a:hover, .w3-bar li button:hover {
  background-color: #6b718e;
  border-radius: 5px;
}
li a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}

.liUser {
  float: right !important;
  background-color: teal;
  border-radius: 3px 0px 0px 30px !important;
}
.liUser a:hover {
  border-radius: 3px 0px 0px 30px !important;
}
/* <!-- endregion --> */
/* <!-- ------------------------------------------------------- --> */



/* <!-- Menu dropdown --> */
.dropdown .dropbtn {
  /* font-size: 16px;   */
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black !important;
  padding: 12px 16px !important;
  text-decoration: none;
  display: block;
  text-align: left !important;
}
.dropdown-content li {
  float: none;
  display: inline;
}
.dropdown-content a:hover {
  background-color: #ddd !important;
}
.dropdown:hover .dropdown-content {
  display: block;
}

/* <!-- Menu dropdown - Responsive --> */
@media screen and (max-width: 600px) {
  .topnav li:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav li.icon {
    float: right;
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive li {
    float: none;
    display: block;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    text-align: left;
  }

  .topnav.responsive li a {
    text-align: left;
  }
}
/* <!-- endregion --> */
/* <!-- ------------------------------------------------------- --> */



/* <!-- Menu Bar --> */
.topnav {
    position: relative;
    z-index: 2;
    font-size: 17px;
    background-color: #282A35;
    color: #f1f1f1;
    width: 100%;
    padding: 0;
    letter-spacing: 1px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 12px;
    z-index: 99;
    font-size: 26px;
    outline: none;
    color: #fff;
    cursor: pointer;
    padding: 0 9px 2px;
    border-radius: 50%;

    background: dodgerblue;

    border: 0;
    text-transform: uppercase;
    line-height: 1.3;
    opacity: 1;
    font-weight: 700;
    box-sizing: border-box;
    transition: opacity .3s ease 0s;

    max-width: 100%;
    -webkit-appearance: button;
    overflow: visible;
    margin: 0;
}
#myBtn:hover {
  background: orange;
}
/* <!-- endregion --> */
/* <!-- ------------------------------------------------------- --> */



/* <!-- Css button index, right bar --> */
.btnPost {
  font-family: Verdana,sans-serif;
  display: inline-block;
  padding: 3px 15px 2px;
  font-size: .75rem;
  text-transform: uppercase;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  background-color: wheat;
  border: 1px solid #214d74;
  border-radius: 3px;
  transition: background .2s ease 0s;
  color: dodgerblue;
  margin-left: 8px;
  cursor: pointer;
}
.btnPost:hover {
  color: dodgerblue;
  background-color: white;
}
.btnDisable {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
.btnOpenLink {
  font-size: .75rem;
  line-height: 20px;
  background-color: wheat;
  border: 1px solid #214d74;
  border-radius: 3px;
  transition: background .2s ease 0s;
  color: dodgerblue;
  margin-left: 8px;
  cursor: pointer;
}
.btnOpenLink:hover {
  background-color: white;
}
/* <!-- endregion --> */
/* <!-- ------------------------------------------------------- --> */



/* <!-- widget --> */
.widget-area-RDP hr {
  background-color: #282A35; height: 1px; border: 0;
}
.widget-area-TopPost {
  padding-left: 20px;
}
.widget-area-TopPost div a, .btnPost a {
  text-decoration: none;
}
.widget-area-TopPost div a:hover {
  text-decoration: underline;
}
/* <!-- endregion --> */
/* <!-- ------------------------------------------------------- --> */



/* <!-- post, page --> */
.post_content {
  font-family: Verdana,sans-serif;
}
.page_content {
  font-family: Verdana,sans-serif;
}
.pLinkDownload a, .p_content a {
  text-decoration: none;
  color: blue;
}
.divGrid a, .divGrid2 a {
  text-decoration: none;
  opacity: 0.8;
}
.divGrid a:hover, .divGrid2 a:hover {
  opacity: 1;
  text-decoration: underline;
}
.divFImg{
  background-color: #F0F8FF;
  min-height: calc(24vw);
}
.divFImg_RP{
  background-color: #F0F8FF;
  min-height: calc(17vw);
}
/* <!-- endregion --> */
/* <!-- ------------------------------------------------------- --> */



/* <!-- footer --> */
.footer {
  background-color: #333;
  border-top: 1px solid #333333 *zoom:1;
  border-top: 1px solid #eee;
  color: #bbb;
  margin-top: 5px;
  padding-bottom: 20px;
  padding-top: 20px;
}
/* <!-- endregion --> */
/* <!-- ------------------------------------------------------- --> */



/* <!-- header --> */
.social-site {
  text-decoration: none;
}
/* <!-- endregion --> */
/* <!-- ------------------------------------------------------- --> */



/* <!-- header - Background Clip Text --> */
.clip-text {
  font-size: 5em;
  font-weight: bold;
  line-height: 1;
  position: relative;
  /* display: inline-block; */
  margin: .25em;
  padding: .5em .75em;
  text-align: center;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.clip-text:before,
.clip-text:after {
  position: absolute;
  content: '';
}
.clip-text:before {
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit; 
}
.clip-text:after {
  position: absolute;
  z-index: -1;
  top: .125em;
  right: .125em;
  bottom: .125em;
  left: .125em;
  background-color: #fff  ;  
}
.clip-text_one {
  /* background-image: url(https://i.stack.imgur.com/n8gtc.jpg); */
  background-image: url(/function/getheaderimage/);
}
.clip-text h1 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  margin: 0px 0;
}
/* <!-- endregion --> */
/* <!-- ------------------------------------------------------- --> */



/* <!-- header - breadcrumb --> */
ul.breadcrumb {
  list-style: none;
  padding-left: 17px;
  padding-bottom: 16px;
  text-align: left;
}
ul.breadcrumb li {
  float:left;
  padding-bottom: 5px;
}
ul.breadcrumb li+li:before {
  color: black;
  content: "\00a0/\00a0";
}
ul.breadcrumb li a {
  color: dodgerblue;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
/* <!-- endregion --> */
/* <!-- ------------------------------------------------------- --> */