* {
	margin: 0;
	padding: 0;
}
html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
  	height: 100%;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	display: flex;
	flex-direction: column;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
  padding: 0px;
  margin: 0px;
}

.navbar {
  padding: 0px;
  margin: 0px;
}

.headerempty{
  float: left;
  display: inline-block;
  
}

.headername {
  display: block;

}

.obtn {
   visibility: hidden;
}

.seepanelmenu {
  position: absolute;
  z-index: 10;
  margin-top: 30px;
  right: 0px;
}

a.seestyle{
text-decoration: none;
}

a:hover .seestyle{
text-decoration: none;
} 

.lngbtn {
   visibility: hidden;
}

.sitename{

}

.addicon{
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
}

.mlogo{
  font-weight: bold;
  white-space: pre-line;
  /*position: relative;*/
  padding-bottom: 5px;
  display: block;
}

.llogo{
  font-weight: bold;
  display: block;
}

.logoimgsrc{
z-index: 10;
}

.navbar ul 
{
 display: block;
  z-index: 6;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}			 

.bodysite {
    position: relative;
    margin-left: auto;
    margin-right: auto;
	flex: 1 0 auto;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}

.container {
  padding: 0px;
	width: 100%;
	float: left;
	overflow: hidden;
}

.content {
	margin: 0px;
}

.content h1,h2,h3, p, ul, ol {
    padding-left: 20px;
    padding-right: 20px;
}

.content hr {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
}

.content p.line {
    margin-bottom: 0px;
}

.content ul {
    list-style-type: square; 
    margin-left: 40px;
}

.content ol {
    margin-left: 20px;
}

.content div.alert {
 padding: 10px;
 margin-left: 15px;
 margin-right: 15px;
 margin-bottom: 0px;
 border-radius: 0px;
}

.content table.table_csk tbody td { 
 padding: 5px 5px 5px 5px;
}

.noborder, .noborder tbody, .noborder tr, .noborder th, .noborder td { border: 0px; }

.hide {
  display: none;
}

.content figure {
 margin-left: 15px;
}

/* user account
-----------------------------------------------------------------------------*/

.userform {
    margin-left: 20px;
    margin-right: 20px;
}

.userform h3{
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
}

.container .row .col-md-6 input, button.btn{
   border-radius: 0px; 
 }

.dropdown-menu-right { right: 0; left: auto; }


.settbutt
{
  display: none;
  z-index: 5;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.buttonmenu
{
  display: none;
}

.sidebar {
	margin-left: -100%;
	position: relative;
	display: block;
	visibility: visible;
	padding-left: 0px;
	padding-right: 0px;
}

.sidebar a {
  display: block;
/*  background-color: #F1F1F1;
  color: black;*/
  padding: 8px;
  text-decoration: none;
 /* margin: 2px; */
}
 
.sidebar a:hover {
/*   background-color: #555;
  color: white; */
  text-decoration: none;
}

.sidebar .activeitem {
    font-weight: bold;
}

.sidebar .dropdownitem {
	padding-left: 25px;
	line-height: 1.5;
}

.sidebar .lineactive {
    border-bottom: 1px solid #C4C4C4;
}

.sidebar .nolineactive {
    border-bottom: 0px solid #C4C4C4;
}

nav .btn-xs.btn-default
{
    padding: 5px;
    text-decoration: none;
/*  background-color: green;
    color: white;
    font-size: 14px; */
}

nav li.headerline{
  padding: 2px;
  display: inline;
}


/*--------------------------------------

STYLE FOR RESULT SEARCH_TABLE 

--------------------------------------*/
        
div.form_search label {
display: block;
position: relative;
}
      
div.form_search label input {
 position: absolute;
}

content .table_srt {
  text-align: left;
  border-collapse: collapse;
  margin: 5px;
  visibility: hidden;
}
      
.table_srt tr:last-child td {
  border-bottom: none;
}


.table_srt td:last-child {
  border-right: none;
}

.table_srt b,strong {
  font-weight: bold;
}

.url_search {
    margin-left: 0px; 
    text-transform: uppercase; 
    letter-spacing: 1px;
    text-decoration: none;
}

.link {
    text-transform: uppercase; 
    letter-spacing: 1px;
    text-decoration: none;
}

.link:hover{
    text-decoration: none;
}

.status-text {
  letter-spacing: .1rem;
  text-align: center;
  width: 100%;
  font-weight: 700!important;
}

.success {
  color: #66CC00!important;
}

.revoked {
  color: #FF0000!important;
}

.blocked {
  color: #FF6600!important;
}

.expired {
  color: #660000!important;
}

.invalid {
  color: #FF0000!important;
}

.nyvalid {
  color: #FF9900!important;
}

/*  DYNAMIC CSS  */
.dynamic-height-wrap {
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
  width: 100%;
}

.dynamic-height-active .dynamic-height-wrap:before {
  bottom: 0;
  content:'';
  height: 40px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.dynamic-height-active .dynamic-show-more {
  display: inline-block;
}
.dynamic-show-more {
  display: none;
}

.dynamic-height-wrap {
  margin-bottom: 10px;
}

.nwbutton {
  flex: 1;
  text-align:center;
  text-decoration: none;
}

button.js-dynamic-show-hide{
  outline: none; 
  border: 0;
  background: transparent; 
  padding: 0;
}

/* Footer
-----------------------------------------------------------------------------*/
footer {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: auto;
}


footer .footer_content span{
  display: block;
  	text-align: center;
}

footer  span.foter_url a{
  text-decoration: none;
}

.imglogo {
    position: absolute;
    z-index: 10;
}

.modal-dialog { 
max-width: 650px;
}

@media screen and (max-width: 900px) {
 .bodysite {
	width: 100%;
  position: relative;
}    

.ff-rubber {
	width: 100%;
  position: relative;
}
      
}


@media screen and (max-width: 770px) {
  
.imglogo {
/*  height: 93px;
  width: 93px; */
  position: relative;
  top: 0;
  left: 0; 
  text-align: center;
  z-index: 4;
}

.navbar-brand {
  margin-right: 0px;
}

.navbar ul 
{
  display: inline-grid;
  z-index: 6;
  }

iframe {
  padding: 10px;
}

 div.container {
  position: relative;
  float: unset;
  padding: 0px 5px 5px 5px;
  margin: 0px;
  width: 100%;
  text-align: justify;
 }

  main.content {margin-left: 0;  display: contents; padding: unset; }
  
  aside.sidebar {
  height: auto; /* Specify a height */
  position: absolute; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  padding-top: 0px; /* Place content 60px from the top */
  padding-bottom: 20px;
  font-size: 12px;
  margin: 0px;
  visibility: hidden;
  width: calc(100% - 42px);
 }
 
aside.sidebar a { margin: 0px; }

.userform {
  width: 90%;
  margin-left: 20px;
  margin-right: 20px;
}

.headerempty{
 /* display: inline-block;
  position: relative;
  padding: 0px;
  margin: 0px;
  float: left;*/
}

.buttonmenu
{
  float: right;
  position: absolute;
  top: 0px; /*  -14px*/
  right: 2px;
  z-index: 2;
  display: block;
  transition: 1s;
  opacity: 0.7;
  background-color: #f1f1f1;
}

.obtn {
  display: inline-block;
  padding: 15px;
  margin: 0px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  color: black;
  visibility: visible;
}

.obtn:hover {
  background-color: #A9A9A9;
  color: white;
  text-decoration: none;
}

.settbutt
{
  float: right;
  position: absolute;
  top: 12px; /*  -14px*/
  right: 2px;
  z-index: 5;
  display: block;
  transition: 1s;
  /*opacity: 0.7;*/
  /*background-color: #f1f1f1;*/
}

.addicon {
  visibility: hidden;
  z-index: 5;
}

.lngbtn {
  display: inline-block;
  padding: 5px;
  margin: 0px;
  cursor: pointer;
  text-decoration: none;
  visibility: visible;
}

.lngbtn:hover {
 /* background-color: white;*/
  text-decoration: none;
}

nav li.headerline{
  display: block;
}

.content h1,h2,h3, p, ul, ol {
    padding-left: 5px;
    padding-right: 5px;
}

.content hr {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
}

.content p.line {
    margin-bottom: 0px;
}

.content ul {
    list-style-type: square; 
    margin-left: 20px;
}

.content ol {
    margin-left: 10px;
}


.content table {
 margin-left: 2px; 
 margin-right: 2px; 
}

.content table.table_csk thead th { 
 padding: 0px 2px 0px 2px;
}

.content table.table_csk tbody td { 
 padding: 2px 2px 2px 2px;
}


}



@media screen and (min-width: 1197px) {
.seepanelmenu {
    position: absolute;
    z-index: 10;
    margin-top: 30px;
    right: 0px;
  }
}

@media screen and (max-width: 1197px) {
.seepanelmenu {
    position: fixed;
    z-index: 10;
    margin-top: 30px;
    right: 0px;
  }
.headername{
  text-align: left;
}
}

@media screen and (max-width: 900px) {
  #seemenu2 {
        font-size: 0; 
    }
  .headername{
  text-align: left;
}  
}


*    SCALE - 1   */
body.scale-1 .accessibility-panel-settings__title{
  font-size: 1.1rem;
}

body.scale-1 a#langmenu.lngstyle,  
body.scale-1 a#seemenu.seestyle { 
  font-size: 15px;
}

body.scale-1 .wrap-text { 
  font-size: 1.1rem;
}

body.scale-1 .wrap-link { 
  font-size: 1.1rem;
}

body.scale-1 .mlogo {
font-size: 34px;
}

body.scale-1 .llogo {
font-size: 19px;
}

body.scale-1 .content{
font-size: 20px;
}

body.scale-1 h1  {
font-size: 26px;
}

body.scale-1 .sidebar {
  font-size: 16px;
}

body.scale-1 footer{
  font-size: 14px;
}

body.scale-1 footer span.foter_url a {
  font-size: 13px;
}

@media screen and (max-width: 770px) {
body.scale-1 .mlogo {
  font-size: 5.0vw;
}

body.scale-1 .llogo {
font-size: 4.5vw;
}

}


/*    SCALE - 2   */
body.scale-2 .accessibility-panel-settings__title{
  font-size: 1.2rem;
}

body.scale-2 a#langmenu.lngstyle,  
body.scale-2 a#seemenu.seestyle { 
  font-size: 16px;
}

body.scale-2 .wrap-text { 
  font-size: 1.2rem;
}

body.scale-2 .wrap-link { 
  font-size: 1.3rem;
}

body.scale-2 .mlogo {
font-size: 36px;
}

body.scale-2 .llogo {
font-size: 21px;
}

body.scale-2 .content{
font-size: 22px;
}

body.scale-2 h1  {
font-size: 28px;
}

body.scale-2 .sidebar {
  font-size: 22px;
}

body.scale-2 footer{
  font-size: 16px;
}

body.scale-2 footer span.foter_url a {
  font-size: 15px;
}

@media screen and (max-width: 770px) {
body.scale-2 .mlogo {
  font-size: 5.5vw;
}

body.scale-2 .llogo {
font-size: 5.2vw;
}

}

/*    SCALE - 3   */
body.scale-3 .accessibility-panel-settings__title{
  font-size: 1.5rem;
}

body.scale-3 a#langmenu.lngstyle,  
body.scale-3 a#seemenu.seestyle { 
  font-size: 18px;
}

body.scale-3 .wrap-text { 
  font-size: 1.3rem;
}

body.scale-3 .wrap-link { 
  font-size: 1.6rem;
}

body.scale-3 .mlogo {
font-size: 38px;
}

body.scale-3 .llogo {
font-size: 24px;
}

body.scale-3 .headername{
  margin-top: 26px;
}

body.scale-3 .content{
font-size: 26px;
}

body.scale-3 h1  {
font-size: 26px;
}

body.scale-3 .sidebar {
  font-size: 22px;
}

body.scale-3 footer{
  font-size: 18px;
}


body.scale-3 footer span.foter_url a {
  font-size: 16px;
}

@media screen and (max-width: 770px) {
body.scale-3 .mlogo {
  font-size: 6vw;
}

body.scale-3 .llogo {
font-size: 6vw;
}