﻿

﻿body {
    /*padding-top: 0px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
   /* background-color: lightgray;*/
  /*  background-image: url('../images/SSBackground1.jpg');*/

    /*background-image: url('../images/GrayBackground2.jpg');*/
    height: 300vh;
}

td {
    padding: 1px 5px 1px 5px;
}

fieldset {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid red;
}

/*@supports (animation-timeline: view()){

}*/


.background-image {
    /*background-size: cover;*/
    /*  background-image: url('../images/SSBackground1.jpg');*/
      /*background-image: url('../images/GrayBackground2.jpg');*/

    /*  animation-timeline: scroll(root);
    animation: animatedBackground linear forwards;*/

   /* fade-in linear forwards;
    animation-timeline: scroll(root);
    animation-range: entry 0% cover 20%;*/
  
    background-color: white;
    /* background-position-y: top;*/
    /*  background-position: center;*/
    /* animation: fade-in linear forwards;
    animation-timeline: scroll(root)
    animation-range: entry 0% cover 20%;*/
}

.imagefade1 {
   /* transform: scale(.5);
    animation: zoom-in linear forwards;*/

    animation: fade-in linear forwards;
    animation-timeline: scroll(root);
    animation-range: entry 0% cover 20%;
}


.imagefade2 {
    animation: fade-in linear forwards;
    animation-timeline: scroll(root);
   /* animation-range: entry 10% cover 40%;*/

    animation-range: entry 25% cover 50%;
}


.imagefade3 {
    animation: fade-in linear forwards;
    animation-timeline: scroll(root);
    animation-range: entry 50% cover 95%;

  
}



.imagefade4 {

    animation: fade-in linear forwards;
    animation-timeline: scroll(root);
    animation-range: entry 46% cover 64%;
}



.imagefade5 {
    animation: fade-in linear forwards;
    animation-timeline: scroll(root);
    animation-range: entry 65% cover 85%;
}



.imagefade6 {
    animation: fade-in linear forwards;
    animation-timeline: scroll(root);
    animation-range: entry 80% cover 100%;
}



/*.scroll-container {

    overflow: auto;
}*/

@keyframes AnimatedBackground{

    from {background-position: 0 0;}
    to {background-position 100% 0;}
               }


@keyframes fade-in {
  /*   from {transform: scale(.5); opacity: 0;}
        to {transform: scale(1); opacity: 1;}*/

    from {
        transform: scale(.9);
        scale: .9;
        opacity: 0;
    }

    to {
        transform: scale(1);
        scale: 1;
        opacity: 1;
    }
}


.first-word-uppercase-p::first-letter {
    font-size: 40px;
  /*  color: #00ced1;*/
    color: gray;
    font-weight: bold;
    line-height: .75;
}

.table-layout {
    
    border: 1px solid black;
    border-radius: 10px;
    background-color: white;
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.table-tr-layout{

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;


}

@font-face {
    font-family: 'The Seasons';
    src: url('https://use.typekit.net/qia5tfy.css') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.label2 {
  /*  font-family: 'The Seasons', serif;*/

  font-family: Arial ;

}

.button {
    font-size: 1vw;
    font-family: Arial;
    // border-top: 1px solid #cc0000;
    background-color: lightgray;
    // background-color: aqua;
    // background: -webkit-gradient(linear, left top, left bottom, from(#b50202), to(#b50202));
    // background: -moz-linear-gradient(top, #b50202, #b50202);
    padding: 5px 10px;
    // -webkit-border-radius: 3px;
    // -moz-border-radius: 3px;
    border-radius: 5px;
    // border: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    // -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    // -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    // box-shadow: rgba(0,0,0,1) 0 1px 0;
    // text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: black;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 400;
    text-decoration: none;
    vertical-align: middle;
}


.button-mobile {
    font-size: 4vw;
    // border-top: 1px solid #cc0000;
    background-color: lightgray;
    // background-color: aqua;
    // background: -webkit-gradient(linear, left top, left bottom, from(#b50202), to(#b50202));
    // background: -moz-linear-gradient(top, #b50202, #b50202);
    padding: 5px 10px;
    // -webkit-border-radius: 3px;
    // -moz-border-radius: 3px;
    border-radius: 5px;
    // border: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    // -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    // -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    // box-shadow: rgba(0,0,0,1) 0 1px 0;
    // text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: black;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 400;
    text-decoration: none;
    vertical-align: middle;
}


.button-tablet {
    font-size: 3vw;
    // border-top: 1px solid #cc0000;
    background-color: lightgray;
    // background-color: aqua;
    // background: -webkit-gradient(linear, left top, left bottom, from(#b50202), to(#b50202));
    // background: -moz-linear-gradient(top, #b50202, #b50202);
    padding: 5px 10px;
    // -webkit-border-radius: 3px;
    // -moz-border-radius: 3px;
    border-radius: 5px;
    // border: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    // -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    // -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    // box-shadow: rgba(0,0,0,1) 0 1px 0;
    // text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: black;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 400;
    text-decoration: none;
    vertical-align: middle;
}


    .button:hover {
        // border-top-color: #ff0000;
        background: #00ced1;
        //background: red;
        //color: white;
        cursor: pointer;
    }


    .button:active {
        border-color: #910707;
        background: #00ced1;
        color: #ccc;
    }

    .button:disabled {
        border-top: 1px solid #6e6e6e;
        background: #bdbebf;
        background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#bdbebf));
        background: -moz-linear-gradient(top, #5e5e5e, #bdbebf);
    }

        .button:disabled:hover {
            color: white;
        }

hr {
    border: 1px solid black;
}

.body-content {
    padding-left: 10px;
    padding-right: 10px;
}

.pageTitle {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
    background: transparent;
    background-color:rgba(0, 0, 0, 0);
}

.pagelabel {
    text-align:right;
    white-space:nowrap;
}

.pagelabelleft {
    text-align: left;
    white-space: nowrap;
  
}

.sectionlabel {
   font-size:small;
   
    text-decoration: underline;
    padding-bottom:5px;
   
}

.sectionlabelleft {
   font-size:small;
    text-align:left;
    text-decoration: underline;
    padding-bottom:5px;
   
}

.regularlabel {
    font-family: Arial;
    font-size: .8vw;
   /* text-decoration: underline;
    padding-bottom: 5px;*/
}




.regularlabel-mobile {
    font-size: 4vw;
    /* text-decoration: underline;
    padding-bottom: 5px;*/
}


.regularlabel-tablet {
    font-size: 4vw;
    /* text-decoration: underline;
    padding-bottom: 5px;*/
}


.redregularlabel {
    font-size: small;
    color: red;
    /* text-decoration: underline;
    padding-bottom: 5px;*/
}



.largelabel {

    font-size: xx-large;
    padding-bottom: 5px;
    font-family: arial;
    color: white;
}


.largelabeltablet {
    font-size: 5vw;
    padding-bottom: 5px;
    font-family: arial;
    color: white;
}



.smalllabel {
    font-size: small;
    padding-bottom: 5px;
    font-family: arial;
    font-weight: normal;
}


.textbox {
    font-family: arial;
    color: #000000 !important;
    font-size: medium;
    font-weight: 400;
    border: 1px solid #969696;
    background: #FFFFFF;
}

.smalltextbox {
    font-family: arial;
    color: #000000 !important;
    font-size: 10px;
    font-weight: 400;
    border: 1px solid #969696;
    background: #FFFFFF;



      // border-top: 1px solid #cc0000;
    background-color: lightgray;
    // background-color: aqua;
    // background: -webkit-gradient(linear, left top, left bottom, from(#b50202), to(#b50202));
    // background: -moz-linear-gradient(top, #b50202, #b50202);
    padding: 5px 10px;
    // -webkit-border-radius: 3px;
    // -moz-border-radius: 3px;
    border-radius: 5px;
    
    // border: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;

    // -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    // -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    // box-shadow: rgba(0,0,0,1) 0 1px 0;
    // text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: black;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 400;
    text-decoration: none;
    vertical-align: middle;





}


.tabletextbox {
    font-family: arial;
    color: #000000 !important;
    font-size: 28px;
    font-weight: 400;
    background: #FFFFFF;
    margin: 0px;
    border-spacing: 0px;
    border-collapse: separate;
}

.tablerows {
  
    border-collapse: separate;
    border-spacing: 0px;
}

.tabledata {
    
    width: 500px;


}

.noborder-table {
    border-collapse: collapse;
    border-color: none;
    border: none;
    border-collapse: collapse;

}

.red-table {

    border-bottom-color: red;
    border-left-color: red;
    border-right-color: red;
    border-bottom-color: red;

}

.messagebox {
    font-family: arial;
    color: red;
    font-size: 14px;
    padding: 3px 4px;
    font-weight:400;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    width:100%; 
    background: none; 
    margin: 1px;
}


.textbox:disabled {
    background-color: #E8E8E8;
    border: none;
    font-style: italic;
}

.dataTable {
    border: thin solid black;
    border-color:black;
    width: 100%;
    border-collapse:collapse;
    padding: 3px 3px 3px 3px;
    margin: 3px 3px 3px 3px;
    text-wrap:none;
    font-size:medium;
}

.dataTableHeader {
    background-color: white;
    color: #FFFFFF;
    font-size: medium;
    font-weight: 500;
    text-align: center;
    text-wrap:none;
    padding: 3px 3px 3px 3px;
    margin: 3px 3px 3px 3px;
    min-height: 25px;
    height: 25px;
}

.dataGridDiv {
    margin-left:auto;
    margin-right:auto;
    font-size:medium;
    max-height:500px; 
}

.viewTable {

    border-width:medium;
    border-color:red;
    position:relative;
    top:960px;
    width:500px;
    




}

/*.dataTableHeaderSortAsc {
    background-color: red;
    color: black;
}

.dataTableHeaderSortDesc {
    background-color: blue;
    color: white;
}

.dataTableCellSortAsc {
    background-color: lightgrey;
}

.dataTableCellSortDesc {
    background-color: lightgoldenrodyellow;
}*/


.list-heading {
    font-family: Arial;
    color: black;
    font-size: 1.5vw;
    font-family: Arial;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.intro-table {
    color: black;
    font-size: 2vw;
    font-family: Arial
}

.list-heading-mobile {
    color: black;
    font-size: 5vw;
    font-family: Arial;
    margin-left: 15px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.list-heading-tablet {
    color: black;
    font-size: 3vw;
    font-family: Arial;
    margin-left: 15px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}


.list-line {
    color: black;
    font-size: 1vw;
    font-family: Arial;
    margin-left: 25px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    align-items: flex-start;
}


.list-line-mobile {
    color: black;
    font-size: 4vw;
    font-family: Arial;
    margin-left: 20px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    align-items: flex-start;
}


.list-line-tablet {
    color: black;
    font-size: 2vw;
    font-family: Arial;
    margin-left: 20px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    align-items: flex-start;
}



.section-headings {
    color: black;
    font-size: 3vw;
    font-family: Arial;
    margin-left: 5px;
    margin-right: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
}



.section-headings-mobile {
    color: black;
    font-size: 10vw;
    font-family: Arial;
    margin-left: 5px;
    margin-right: 2px;
    margin-top: 5px;
    margin-bottom: 5p;
    align-self: center;
}


.section-headings-tablet {
    color: black;
    font-size: 3.5vw;
    font-family: Arial;
    margin-left: 5px;
    margin-right: 2px;
    margin-top: 5px;
    margin-bottom: 5p;
    align-self: center;
}

.streamline-email-tablet{

    font-size:3.5vw;
}
.review-heading-tablet{

    font-size:3.5vw;
}

.review-items-tablet {
    font-size: 3vw;
}

.copyright-tablet {
    font-size: 2vw
}

.other-seminar-tablet {

    font-size: 2.5vw;
}

.scroll-container {
    height: 100px;
  //  overflow: hidden; *****************************************                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
    position: relative;
}

.scroll-text {
    position: absolute;
    white-space: nowrap;
    animation: vertical-scroll 10s linear infinite;
}

.outer-headings {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: left;
  width: 1100px;
 
}

h1 {
    font-family: Arial;
    font-size: 1vw;
    justify-content: left;
    font-color ?????????????????
}

.inner-headings {
    border: 0px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
   // overflow: hidden; ********************************************
    justify-content: left;
}

    .inner-headings span {
        position: relative;
     /*   white-space: nowrap;*/
        animation: animation 40s ease infinite
    }

/*
@supports (animation-timeline: view()) {

   

 
    animation-timeline: view();
}*/



@keyframes animation {

    


    0%, 100% {
        top: 0;
    }


    10%{
        top: 0px;
    }
    20%{
        top: -50px;
    }
    25% {
        top: -50px;
    }
    30%{
        top: -100px;
    }
    35%{
        top: -100px;
    }
    40%{
        top: -150px;
    }
    45%{
        top: -150px;
    }
    50%{
        top: -200px;
    }
    55% {
        top: -200px;
    }
    60% {
        top: -250px;
    }
    65% {
        top: -250px;
    }
    70% {
        top: -300px;
    }
    75% {
        top: -300px;
    }
    80% {
        top: -350px;
    }

    85% {
        top: -350px;
    }
    90% {
        top: -400px;
    }

    95% {
        top: -400px;
    }

   


}



/*
@keyframes animation {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }



}*/


.LargeCheckbox {width: 25px; 
                height: 25px;
                padding: 0;
                margin:0;  
                vertical-align: bottom;
                top: -1px;
}

/*
.button {
    border-top: 1px solid #cc0000;
    background: #b50202;
    background: -webkit-gradient(linear, left top, left bottom, from(#b50202), to(#b50202));
    background: -moz-linear-gradient(top, #b50202, #b50202);
    padding: 1px 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: none;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: #ffffff;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 200;
    text-decoration: none;
    display: block;
    margin: auto;
} */

.smallbutton { 
    
    
  /*  border-top: 1px solid #cc0000; background: #b50202; 
          background: -webkit-gradient(linear, left top, left bottom, from(#b50202), to(#b50202)); 
          background: -moz-linear-gradient(top, #b50202, #b50202); 
          padding: 1px 1px; 
          -webkit-border-radius: 1px; 
          -moz-border-radius: 1px; 
          border-radius: 1px; 
          border:none;
          -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; 
          -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; 
          box-shadow: rgba(0,0,0,1) 0 1px 0; 
          text-shadow: rgba(0,0,0,.4) 0 1px 0; 
          color: #ffffff; 
          font-family: Helvetica, Arial, Sans-Serif; 
          font-weight:200;
          text-decoration: none; 

          display: block;
          margin: auto;
*/



           // border-top: 1px solid #cc0000;
    background-color: lightgray;
    // background-color: aqua;
    // background: -webkit-gradient(linear, left top, left bottom, from(#b50202), to(#b50202));
    // background: -moz-linear-gradient(top, #b50202, #b50202);
    padding: 3px 3px;
    // -webkit-border-radius: 3px;
    // -moz-border-radius: 3px;
    border-radius: 5px;
    
    // border: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

    // -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    // -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    // box-shadow: rgba(0,0,0,1) 0 1px 0;
    // text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: black;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 100;
    text-decoration: none;
    vertical-align: middle;
    font-size: 12px;
    



}

.smallbutton:hover {
    // border-top-color: #ff0000;
    background: #00ced1;
    //background: red;
    //color: white;
    cursor: pointer;
}


.smallbutton:active {
    border-color: #910707;
    background: #00ced1;
    color: #ccc;
}

.smallbutton:disabled {
    border-top: 1px solid #6e6e6e;
    background: #bdbebf;
    background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#bdbebf));
    background: -moz-linear-gradient(top, #5e5e5e, #bdbebf);
}

.smallbutton:disabled:hover {
    color: white;
}


.displayValue {
    font-weight: 800;
    text-wrap: none;
    white-space: nowrap;
}

.required {
    color:red;
}
.emptyGrid {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid red;
    color: blue; 
    font-size: 11px; 
    font-weight:500;
    text-decoration: none; 
    vertical-align: middle; 
}

.date {
    font-family: arial;
    color: #000000 !important;
    font-size: 14px;
    padding: 3px 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #969696;
    background: #FFFFFF;
    margin: 1px;
    width: 75px;
}

/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: Red;
    padding: 3px;

    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
}

.modalPopup p {
    padding: 5px;
}

.modalGrid {
    border: none;
    /*width: 100%;*/
    border-collapse:collapse;
    padding: 3px 3px 3px 3px;
    margin: 3px 3px 3px 3px;
    text-wrap:none;
    white-space:nowrap;
    font-size:xx-small;
}

.popupControl {
    background-color: White;
    position: absolute;
    visibility: hidden;
}

.popupTitle {
    font-size:smaller;
    font-weight: 700;
    text-align:right;
}

.popupLabel {
    text-align:right;
    white-space:nowrap;
    font-size:smaller;
}

.popupValue {
    white-space:nowrap;
    font-size:smaller;
    font-weight:700;
}

.loginInstruction {
    padding-bottom: 10px;
    font-size:smaller;
}

.clusterRow {
    font-weight:500;
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('images/pageLoader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.tab {
    // overflow: hidden; **********************************
    /*border: 1px solid #ccc;*/
    /*background-color: #f1f1f1;*/
   /* background-color: white;*/
    background-color: transparent;
}

.tab links{
    font-family: Arial;
}


    /* Style the buttons that are used to open the tab content */
    .tab button {
        // background-color: inherit;
        background-color: transparent;
        color: black;
        float: left;
        /*border: none;*/
        border: hidden;
        /*outline: none;*/
        outline: hidden;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            /* background-color: #ddd;
             background-color: gray;
             color: lightgray;*/
            text-decoration: underline;
        }

        /* Create an active/current tablink class */
        .tab button.active {
          /*  background-color: #ccc;
            background-color: transparent;*/
            background-color: transparent;
            color: white;
        }

/* Style the tab content */
.tabcontent {
    
  

    display: none;
    /*padding: 6px 12px;*/
    border: 1px solid #ccc;
    border-top: none;
}

.video_background {
    position: absolute;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
   //  overflow: hidden; *******************************************
}

.tablecenter {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    
   /* top: 150px;*/

    background-color: white;
}

.tablecenterNoColor {
    position: relative;
    left: 50%;
    transform: translate(-50%);
  
}



.tableintablecenter {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    background-color: white;
}


/* end of style sheet */

