 
/*FSR styles*/
#header{
  border-top: black solid 2px;
  margin: 0px;
  padding: 0px 0px 6px 0px;
  width: 100%;
  /*background-color: #ededed;*/
  border-bottom: black solid 2px;
  margin: 0 auto; 
  max-width: 100%
 }

#expired{
	background-color: red;
}
 #Hor_menu{

  width: 500px;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  z-index:10;
  border-bottom: black solid 2px;
 }


#menu{

  width: 1100px;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  z-index:10;
  border-bottom: black solid 2px;
  margin: 0 auto; 
 }
 #Top_heading{
  margin: 10px;
  width: 1500px;
  border: 1px solid;
  padding: 5px; 
  border-color:  black;
  margin: 0 auto; 
  max-width: 100%
}

#Top_heading_wide{
  margin: 10px;
  width: 100%;
  border: 1px solid;
  padding: 5px; 
  border-color:  black;
  margin: 0 auto; 
  max-width: 100%
}
body{
  margin: 0px;
  padding: 0px 0px 6px 0px;
  height: 100px;
  margin-left:auto;
  margin-right:auto;
  font-family: verdana;
  font-size: 18px;
  margin: 0 auto; 
  max-width: 100%;
}

#bodyt{
  margin: 0px;
  padding: 0px 0px 6px 0px;
  width: 1100px;
  height: 100px;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
   text-align: center;
 }

 #body.Wide{
  margin:auto;
  padding: 5px ;
  width: 95%;
  min-height: 100%;
  text-align: center;
  margin-left:auto;
  margin-right: auto;
  
 }
 
  body.tablewide{
  margin:auto;
  padding: 10px ;
  width: 95%;
  min-height: 100%;
  text-align: center;
  margin-left:25px;
  margin-right: 5px;
  text-align: center;
 }
 
  
 p.heading {
 background-color: black;
  font-weight: bold;
  text-align: center;
  -webkit-text-stroke: .25px black;
   color: #FFFF00;
    font-size: 20px;
      text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

 h1 {
font-family: verdana;
  font-weight: bold;
	font-size: 26px;
  text-align: center;
}

 h2 {
font-family: verdana;
  font-weight: bold;
    margin: 4px;
	font-size: 18px;
}

 h3 {
font-family: verdana;
  font-weight: bold;
	
  font-size: 16px;
    padding: 2px;
    margin: 0px;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

 label {
 font-family: verdana,arial,sans-serif;
	font-size:11px;
}
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  width: 100%;
}
 P {
font-family: verdana;
	color:#333333;
  font-size: 16px;
    padding: 0px;
	margin: 3px;
}

.Warning {
font-family: verdana;
  font-weight: bold;
	color:red;
  font-size: 15px;
  border: 1px solid #a94442; 
  background: #f2dede; 
  border-radius: 5px; 
  text-align: center;
  
  
}

/*Image thumb nail setting*/
.image {
  text-align: center;
  font-size: 0;
  text-align: center;
  width: 250px;  /* Container's dimensions */
  height: 250px;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.trick {
  display: inline-block;
  vertical-align: middle;
  height: 250px;
}

/*RFI Image Setting*/
#imagecontainer {
    width:950px;
	text-align: center;
	margin-left:auto;
    margin-right:auto;
}

  
.menu ul {
  text-align: left;
  display: center;
  margin: 0;
  padding: 0px;
  list-style: none;
}
.menu ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -20px;
  position: relative;
  padding: 5px 40px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
   z-index:9;
}
.menu ul li:hover {
  background: #555;
  color: #fff;
}
.menu ul li ul {
  padding: 0;
  position: absolute;
  top: 28px;
  left: 0;
  width: 200px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.menu ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
.menu ul li ul li:hover { background: #666; }

.menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
 
 #form{
  border-top: black solid 1px;
  border-bottom: black solid 1px;
  padding: 10px;
    margin: 0 auto;
 
  
 }

 
table.tablist{
  
  margin-left:auto;
  margin-right:auto;
	font-family: verdana,arial,sans-serif;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-bottom: black solid 1px;
  border-top: black solid 1px;
  border-left: black solid 1px;
  border-right: black solid 1px;
	border-collapse: collapse
 }
 

table.tablist th {
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
  padding-right: 1rem;
  padding-left: 1rem;
  
  border-bottom: black solid 1px;
  border-top: black solid 1px;
  border-left: black solid 1px;
  border-right: black solid 1px;
  font-size:1em;
}

table.tablist td{
  border-bottom: black solid 1px;
  border-top: black solid 1px;
  border-left: black solid 1px;
  border-right: black solid 1px;
  vertical-align: middle;
} 


table.tablistnone{
  text-align: center;
  margin-left:auto;
  margin-right:auto;
font-family: verdana,arial,sans-serif;
font-size:16px;
color:#333333;
border-style: none;
border-width: 1px;
border-color: #666666;
border:0;
	border-collapse: collapse
 }

table.tablistnone th {
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border:0;
  font-size:1em;
}

table.tablistnone td{
  vertical-align: top;
} 

table.progresstable{
  text-align: center;
  margin-left:auto;
  margin-right:auto;
	font-family: verdana,arial,sans-serif;
	font-size:16px;
	color:#333333;
	
	border-collapse: collapse
 }
 
 table.progresstable td{
  	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
  vertical-align: middle;
 }
 


table.tablist td.clear{
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
  vertical-align: top;
}

table.tablist td.header{
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
  vertical-align: top;

} 

table.tablist td.level-1{
	padding-left: 0px;
	padding-top: 0.2rem;
	padding-bottom: 0.3rem;
	padding-right: 1rem;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}

table.tablist td.level-2{
	padding-left: 20px;
	padding-top: 0.2rem;
	padding-bottom: 0.3rem;
	padding-right: 1rem;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	
}

table.tablist td.level-3{
	padding-left: 40px;
	padding-top: 0.2rem;
	padding-bottom: 0.3rem;
	padding-right: 1rem;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}

table.tablist td.level-4{
	padding-left: 60px;
	padding-top: 0.2rem;
	padding-bottom: 0.3rem;
	padding-right: 1rem;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}
table.tablist td.level-5{
	padding-left: 80px;
	padding-top: 0.2rem;
	padding-bottom: 0.3rem;
	padding-right: 1rem;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}
table.tablist td.level-6{
	padding-left: 100px;
	padding-top: 0.2rem;
	padding-bottom: 0.3rem;
	padding-right: 1rem;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}

tr.title {
	background-color: #AAAAAA;
}

tr.headings {
  background-color: #c7c7c7;
	/*background-color: black;*/
	font-weight: bold;
  text-align: center;
	/*-webkit-text-stroke: .25px black;
   color: #FFFF00;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;*/
}



#myInput {
  background-image: url('../image/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 200px;
  font-size: 12px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}
}

table tr.strikeout  {
   text-decoration: line-through;
   text-decoration-color: #FF0000;
}
table th.rotate {
  /* Something you can count on */
  height: 110px;
  white-space: nowrap;
}

table th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(0px, 50px)
    /* 45 is really 360 - 45 */
    rotate(-60deg);
  width: 20px;
}

#user {
    column-count:4;
    -moz-column-count:4;
    -webkit-column-count:4;

}
#user a {
    color: black;
    text-decoration: none;
}

#user a:hover 
{
     color:#00A0C6; 
     text-decoration:none; 
     cursor:pointer;  
}

img.resize {
        width:50px; /* you can use % */
         height: auto;
      }


table.table-header-rotated {
  border-collapse: collapse;
}
table.csstransforms .table-header-rotated td {
  width: 30px;
}
table.no-csstransforms .table-header-rotated th {
  padding: 5px 10px;
}
table.table-header-rotated td {
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #ccc;
}
table.csstransforms .table-header-rotated th.rotate {
  height: 140px;
  white-space: nowrap;
}
table.csstransforms .table-header-rotated th.rotate > div {
  -webkit-transform: translate(25px, 51px) rotate(315deg);
          transform: translate(25px, 51px) rotate(315deg);
  width: 30px;
}
table.csstransforms .table-header-rotated th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
table.table-header-rotated th.row-header {
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}


  #myTable tr.header, #myTable tr:hover {
  background-color: #cccccc;
}


#myTable tr.strikeout  {
   text-decoration: line-through;
   text-decoration-color: #FF0000;
}

@media all {
.page-break { display: none; }
}

@media print {
.page-break { display: block; page-break-before: always; }
}

}
#rotate {
  margin: 10px; 
  width: 3400px; 
  border: 1px 
  solid; padding: 5px; 
  border-color:  black;
    -webkit-transform: rotateZ(-90deg); /* Safari and Chrome */
    -moz-transform: rotate(-90deg);   /* Firefox */
    -ms-transform: rotate(-90deg);   /* IE 9 */
    -o-transform: rotate(-90deg);   /* Opera */
    transform: rotateZ(-90deg);

} 
  
@media print {
  h6 {page-break-before: always;}
}

h1.headings {
  background-color: #c7c7c7;
  /*background-color: black;*/
  font-weight: bold;
  text-align: center;
  /*-webkit-text-stroke: .25px black;
   color: #FFFF00;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;*/
}

tbody.nopadding td,
tbody.nopadding th {
    padding: 0 !important;
}

div.headings {
  background-color: #c7c7c7;
  /*background-color: black;*/
  font-weight: bold;
  text-align: center;
  /*-webkit-text-stroke: .25px black;
   color: #FFFF00;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;*/
}

/* Larger, modern checkboxes */
.big-checkbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  color: #333;
  font-size: 1rem;
  transition: color 0.2s ease;
}

.big-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #aaa;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
  position: relative;
}

.big-checkbox input[type="checkbox"]:checked {
  background-color: #c12802;
  border-color: #c12802;
}

.big-checkbox input[type="checkbox"]:checked::after {
  content: '✓';
  color: #fff;
  position: absolute;
  top: 1px;
  left: 6px;
  font-size: 18px;
  font-weight: bold;
}

.big-checkbox:hover input[type="checkbox"] {
  border-color: #c12802;
}

.big-checkbox span {
  user-select: none;
}

/* Mobile tweaks */
@media (max-width: 576px) {
  .big-checkbox {
    font-size: 0.95rem;
  }
  .big-checkbox input[type="checkbox"] {
    width: 32px;
    height: 32px;
  }
}
