setup-subContent    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 550px}
    
    /* Set gray background color and 100% height */
    .sidenav {
      background-color: #f1f1f1;
      height: 100%;
    }
        
    /* On small screens, set height to 'auto' for the grid */
    @media screen and (max-width: 767px) {
      .row.content {height: auto;} 
    }
      
    body {
        background : url(../images/bg_page2.jpg) no-repeat center center fixed;
        background-size: cover;
    }

    body.gray {
        background : url(../images/bgs.jpg) center center fixed;
        background-size: cover;
    }
    
    div.round3 {
        /*    border: 1px solid black;*/
        /*    border-radius: 10px;*/
/*    	background-color: #0073bc;*/
        background-image: url('../images/head_afis_blue.png');
        background-repeat: no-repeat;
        height: 68px;
        z-index: 2;
    }
      
    div.round2 {
        position: absolute;
        width: 100%;
    }

    div.round1 {
    	background-color: #0073bc;
        width: 100%;
        height: 130px;
    }
    
    .language {
        width: 40px;
        height: 35px;
        top: 5px;
    }
    .lanPos {
        position: absolute;
        top: 25px;
        width: 100%;
        margin-left: -10px;
    }
      
    .chkBox {
        width : 50px;
    }
      
    .boxDisplay {
        display: none;
        position: absolute;
        width: 499px;
        z-index: 1;
    }

    .boxDisplays {
        position: absolute;
        width: 499px;
        z-index: 1;
    }

    .box:hover + .boxDisplay {
        display: block;
    }
      
    .blueTable .divTableRow:hover {
        background-color: #9BBB56;
    }
      
    .alert {
        background: #ebebeb;
        border-radius: 10px;
        padding: 15px;
        -webkit-appearance: none;
		background-color: #dce6f2;
		font-size: 20px;
    }
      
    .font-white {
        color : #fff !important;
    }
      
    .font-style {
        font-size : 16px;
    }
      
    #submit {
        -moz-box-shadow:inset 0px 3px 3px 0px #f5978e;
        -webkit-box-shadow:inset 0px 3px 3px 0px #f5978e;
        box-shadow:inset 0px 3px 3px 0px #f5978e;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
        background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
        background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
        background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
        background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
        background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
        background-color:#f24537;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family:Arial;
        font-size:18px;
        font-weight:bold;
        padding:8px 26px;
        text-decoration:none;
        text-shadow:1px 1px 0px #810e05;
    }
    #submit:hover {
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
        background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
        background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
        background-color:#c62d1f;
    }
    #submit:active {
        position:relative;
        top:1px;
    }
      
    .font-header {/*R@ng  919191*/
        color : #FFD700 !important;
        text-shadow: 1px 1px #000000;
        font-size: 1.8em;
    }
      
    .font-sheader {/*R@ng  919191*/
        color : #CD0000 !important;
        text-shadow: 1px 1px #000000;
        font-size: 1.4em;
    }
      
    .hidden-xs {
        padding-top: 10px;
        color: #656565;
        font-size: 28px;
    }
      
    h2.hidden-xs.text-center2 {
        color: #c32435;
    }
    
    .hidden-xs {
		display: block;
	}
    
    #tp {
        font-size: 1.375em; /* 14px/16=0.875em */
        font-weight: bold;
        color: aliceblue;
    }

    input[type=text] {
        width: 100%;
        border: 3px solid #ccc;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        outline: none;
        text-align: center
    }

    input[type=text]:focus {
        border: 3px solid #555;
    }

    .f1 {
        font-size: 22px;
        color: #224f86;
    }

    .f2 {
        font-size: 18px;
        color: #000000;
    }

    .button-success {
        background-color: #4CAF50; /* Green */
        border: none;
        color: white;
        padding: 2px 4px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
        cursor: pointer;
        background-color: #9BBB56;
        color: white;
        border: 2px solid #9BBB56;
        width: 100%;
        border-radius: 10px;
    }

    .button-success:hover {
        background-color: white; 
        color: black; 
    }

    .button-select {
        background-color: #4CAF50; /* Green */
        border: none;
        color: white;
        padding: 2px 4px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
        cursor: pointer;
        background-color: deepskyblue;
        color: white;
        border: 2px solid deepskyblue;
        width: 80%;
        border-radius: 10px;
    }

    .button-select:hover {
        background-color: white; 
        color: black; 
    }

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

    .close {
      position: absolute;
      right: 32px;
      top: 32px;
      width: 32px;
      height: 32px;
      opacity: 0.3;
    }
    .close:hover {
      opacity: 1;
    }
    .close:before, .close:after {
      position: absolute;
      left: 15px;
      content: ' ';
      height: 33px;
      width: 2px;
      background-color: #333;
    }
    .close:before {
      transform: rotate(45deg);
    }
    .close:after {
      transform: rotate(-45deg);
    }

    .falseCheck{
        color: red;
    }
    .hidden {
        visibility:hidden;
    }
    .toggleClick{
        margin-top: 5px;
        margin-bottom: 5px;
        color: #000000;
    }
    button.remove{
        background-color: Transparent;
        background-repeat:no-repeat;
        border: none;
        cursor:pointer;
        overflow: hidden;
        outline:none;
    }
      
    /*start Table*/
        /*for BlueTable*/
        div.blueTable {
          border: 1px solid #FFFFFF;
          background-color: #D0D7E7;
          width: 100%;
          text-align: center;
          max-width: 500px;
          min-width: 300px;
        }
        .divTableHead ,.divTable.blueTable .divTableCell, .divTable.blueTable {
          border: 1px solid #FFFFFF;
          padding: 0px 0px;
          height: 35px;
          vertical-align: middle;
        }
        .divTable.blueTable .divTableBody .divTableCell {
          font-size: 16px;
        }
        .divTable.blueTable .divTableRow:nth-child(even) {
          background: #E9EEF4;
        }
        .divTableRowh:nth-child(even) {
          background: #E9EEF4;
        }
        .divTable.blueTable .divTableHeading {
          background: #4F81BC;
          background: -moz-linear-gradient(top, #7ba0cd 0%, #608dc2 66%, #4F81BC 100%);
          background: -webkit-linear-gradient(top, #7ba0cd 0%, #608dc2 66%, #4F81BC 100%);
          background: linear-gradient(to bottom, #7ba0cd 0%, #608dc2 66%, #4F81BC 100%);
          border-bottom: 2px solid #444444;
        }
        .divTable.blueTable .divTableHeading .divTableHead {
          font-size: 15px;
          font-weight: bold;
          color: #FFFFFF;
          text-align: center;
        }
        .blueTable .tableFootStyle {
          font-size: 14px;
        }
        .blueTable .tableFootStyle .links {
             text-align: right;
        }
        .blueTable .tableFootStyle .links a{
          display: inline-block;
          background: #1C6EA4;
          color: #FFFFFF;
          padding: 2px 8px;
          border-radius: 5px;
        }
        .blueTable.outerTableFooter {
          border-top: none;
        }
        .blueTable.outerTableFooter .tableFootStyle {
          padding: 3px 5px; 
        }
        /* DivTable.com */
        .divTable{ display: table; }
        .divTableRow { display: table-row; }
        .divTableRowh { display: table-row; }
        .divTableHeading { display: table-header-group;}
        .divTableCell, .divTableHead { display: table-cell;}
        .divTableHeading { display: table-header-group;}
        .divTableFoot { display: table-footer-group;}
        .divTableBody { display: table-row-group;}
        /*end blueTable*/
      
        /*for GreenTable*/
        div.greenTable {
          border: 1px solid #FFFFFF;
          background-color: #DEE7D2;
          width: 100%;
          text-align: center;
        }
        .divTable.greenTable .divTableCell, .divTable.greenTable .divTableHead {
          border: 1px solid #FFFFFF;
          padding: 7px 2px;
          width: 120px;
        }
        .divTable.greenTable .divTableBody .divTableCell {
          font-size: 14px;
        }
        .divTable.greenTable .divTableRow:nth-child(even) {
          background: #F0F3EA;
        }
        .divTableRowh:nth-child(even) {
          background: #F0F3EA;
        }
        .divTable.greenTable .divTableHeading {
          background: #9BBB56;
          background: -moz-linear-gradient(top, #b4cc80 0%, #a5c167 66%, #9BBB56 100%);
          background: -webkit-linear-gradient(top, #b4cc80 0%, #a5c167 66%, #9BBB56 100%);
          background: linear-gradient(to bottom, #b4cc80 0%, #a5c167 66%, #9BBB56 100%);
          border-bottom: 2px solid #444444;
        }
        .divTable.greenTable .divTableHeading .divTableHead {
          font-size: 15px;
          font-weight: bold;
          color: #FFFFFF;
          text-align: center;
        }
        .greenTable .tableFootStyle {
          font-size: 14px;
        }
        .greenTable .tableFootStyle .links {
             text-align: right;
        }
        .greenTable .tableFootStyle .links a{
          display: inline-block;
          background: #1C6EA4;
          color: #FFFFFF;
          padding: 2px 8px;
          border-radius: 5px;
        }
        .greenTable.outerTableFooter {
          border-top: none;
        }
        .greenTable.outerTableFooter .tableFootStyle {
          padding: 3px 5px; 
        }
        /* DivTable.com */
        .divTable{ display: table; }
        .divTableRow { display: table-row; }
        .divTableRowh { display: table-row; }
        .divTableHeading { display: table-header-group;}
        .divTableCell, .divTableHead { display: table-cell;}
        .divTableHeading { display: table-header-group;}
        .divTableFoot { display: table-footer-group;}
        .divTableBody { display: table-row-group;}
        /*end GreenTable*/

        /*for redTable*/
        div.redTable {
          border: 1px solid #FFFFFF;
          background-color: #E5D1D3;
          width: 100%; 
          text-align: center;
          border-collapse: collapse;
        }
        .divTable.redTable .divTableCell, .divTable.redTable .divTableHead {
          border: 1px solid #FFFFFF;
          padding: 3px 2px;
        }
        .divTable.redTable .divTableBody .divTableCell {
          font-size: 13px;
        }
        .divTable.redTable .divTableRow:nth-child(even) {
          background: #F4E9E7;
        }
        .divTable.redTable .divTableHeading {
          background: #C0504E;
          border-bottom: 3px solid #FFFFFF;
        }
        .divTable.redTable .divTableHeading .divTableHead {
          font-size: 15px;
          font-weight: bold;
          color: #FFFFFF;
          text-align: center;
          border-left: 2px solid #F4E9E7;
        }
        .divTable.redTable .divTableHeading .divTableHead:first-child {
          border-left: none;
        }
        
        /* DivTable.com */
        .divTable{ display: table; }
        .divTableRow { display: table-row; }
        .divTableHeading { display: table-header-group;}
        .divTableCell, .divTableHead { display: table-cell;}
        .divTableHeading { display: table-header-group;}
        .divTableFoot { display: table-footer-group;}
        .divTableBody { display: table-row-group;}
        /*end redTable*/

        /*for whiteTable*/
        div.whiteTable {
          border: 1px solid #000000;
          width: 100%;
          text-align: left;
          border-collapse: collapse;
          background-color: #FFFFFF;
          max-width: 1200px;
          min-width: 400px;
        }
        .divTable.whiteTable .divTableCell, .divTable.whiteTable .divTableHead {
          border: 1px solid #000000;
          padding: 3px 2px;
        }
        .divTable.whiteTable .divTableBody .divTableCell {
          font-size: 18px;
        }
        .whiteTable .tableFootStyle {
          font-size: 16px;
          font-weight: bold;
          color: #000000;
          border-top: 1px solid #000000;
        }
        .whiteTable .tableFootStyle {
          font-size: 18px;
        }
        .whiteTable.outerTableFooter {
          border-top: none;
        }
        .whiteTable.outerTableFooter .tableFootStyle {
          padding: 12px 12px;
        }
        /* DivTable.com */
        .divTable{ display: table; }
        .divTableRow { display: table-row; }
        .divTableHeading { display: table-header-group;}
        .divTableCell, .divTableHead { display: table-cell;}
        .divTableHeading { display: table-header-group;}
        .divTableFoot { display: table-footer-group;}
        .divTableBody { display: table-row-group;}
        /*end whiteTable*/

    /*end Table*/