

#container {
    margin: 0 auto;
}

.tdleft {
    font-family: 'Times New Roman';
    font-size: 15px;
    font-weight: bold;
     color: #660033;
    vertical-align: central;
    text-align: left;
    direction: ltr;
}

.tdright {
    font-family: 'Times New Roman';
    font-size: large;
    font-weight: bold;
    vertical-align: central;
    color: #660033;
    text-align: right;
}

.tdcenter {
    font-family: 'Times New Roman';
    font-size: xx-large;
    font-weight: 700;
    vertical-align: central;
    color: #660033;
    text-align: center;
}
.dir{
direction: ltr;
}
.border {
    border: 1px 1px #222;
}

.LblTiltle {
    width: 100%;
    padding: 7px 15px 7px 15px;
    vertical-align: central;
    border-radius: 5px;
    background-color: #efefef;
    color: #00719b;
    box-shadow: 0px 0px 8px #3b5998;
    -moz-box-shadow: 0px 0px 8px #3b5998;
    -webkit-box-shadow: 0px 0px 8px #3b5998;
    font-size:16pt;
    }
.LblTiltle2 {
    width: 100%;
    padding: 7px 15px 7px 15px;
    vertical-align: central;
    border-radius: 5px;
    background-color: #efefef;
    color: #00719b;
    box-shadow: 0px 0px 8px #3b5998;
    -moz-box-shadow: 0px 0px 8px #3b5998;
    -webkit-box-shadow: 0px 0px 8px #3b5998;
    font-size:18px;
    }
.styled-select {
   width: 150px;
   height: 30px;
   overflow: hidden;
   background: url('Images/Arrowhead-Down-01.png') no-repeat right #F6F1DB;
   border: 2px solid #7d6754;
   border-radius: 5px;
   }

   .styled-select select {
   background: transparent;
   width: 180px;
   padding: 3px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 30px;
   -webkit-appearance: none;
   font-family:Andalus;
   color:#7d6754;
   }
   .Initial
{
  display: block;
  padding: 4px 18px 4px 18px;
  float: left;
  background: url("../Images/InitialImage.png") no-repeat right top;
  color: Black;
  font-weight: bold;
}
.Initial:hover
{
  color: White;
  background: url("../Images/SelectedButton.png") no-repeat right top;
}
.Clicked
{
  float: left;
  display: block;
  background: url("../Images/SelectedButton.png") no-repeat right top;
  padding: 4px 18px 4px 18px;
  color: Black;
  font-weight: bold;
  color: White;
}









.ButtonSmole {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 4px #00aced;
    -moz-box-shadow: 0px 0px 4px #00aced;
    -webkit-box-shadow: 0px 0px 4px #00aced;
    font-family: 'Times New Roman';
    font-weight: 700;
    color: #FFFFFF;
    font-size: large;
    background: #0084b4;
     padding: 3px 20px 3px 20px;
      border: solid #666 2px;
    text-decoration: none;
    margin-top: 0px;
    }

  nSmole:hover {
        background:  #01a2a6;
        text-decoration: none;
    }
    .ButtonSmole2 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 4px #00aced;
    -moz-box-shadow: 0px 0px 4px #00aced;
    -webkit-box-shadow: 0px 0px 4px #00aced;
    font-family: 'Times New Roman';
    font-weight: 700;
     color:White ;
    font-size: 24px;
    width: 50px;
    height: 40px;
      background:rgb(0, 102, 153);
     padding: 3px 20px 3px 20px;
      border: solid #666 2px;
    text-decoration: none;
    margin-top: 0px;
}

    .ButtonSmole2:hover {
        background:#ff9900 ;
        text-decoration: none;
        color: #000000;
    }

#mySidenav a {
    position: absolute;
    left: -80px;
    transition: 0.3s;
    padding: 15px;
    width: 250px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
}

#mySidenav a:hover {
    left: 0;
}

#about {
    top: 20px;
    background-color: #4CAF50;
}

#blog {
    top: 80px;
    background-color: #2196F3;
}

#projects {
    top: 140px;
    background-color: #f44336;
}

#contact {
    top: 200px;
    background-color: #555
}
.
.file-upload {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-family:  Times New Roman;
    font-size: 14px;
     font-weight: 700;
    border: 1px solid #124d77;
    background:#FFFFCC;
    color: #000000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    text-shadow: #000 1px 1px 2px;
    -webkit-border-radius: 6px;
}

le-upload:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
}

/* The button size */



.file-upload strong {
            font: normal 12px Tahoma,sans-serif;
            text-align: center;
            vertical-align: middle;
}


.text{
   
    font-family:'Arabic Typesetting';
    color: #660033;
    height: 16px;
    font-size: 14pt;
    font-weight: 700;
    width: 210px;
    text-align: center;
}
.text2{
   
    font-family:'Arabic Typesetting';
    color: #660033;
    height: 16px;
    font-size: 14pt;
    font-weight: 700;
    width: 252px;
    text-align: center;

}


.button {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 4px #00aced;
    -moz-box-shadow: 0px 0px 4px #00aced;
    -webkit-box-shadow: 0px 0px 4px #00aced;
    font-family: 'Times New Roman';
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    background:#3b5998;
    padding: 3px 20px 3px 20px;
    border: solid #666 2px;
    text-decoration: none;
}

    .Button:hover {
        background: #00aced;
        text-decoration: none;
    }

.ButtonDisable {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 4px #666;
    -moz-box-shadow: 0px 0px 4px #666;
    -webkit-box-shadow: 2px 2px 4px #666;
    font-family: 'Times New Roman';
    color: #800000;
    font-size: 15px;
    background: #e5e7e8;
     padding: 5px 20px 3px 20px;
    border: solid #666 2px;
    text-decoration: none;
    font-weight: 700;
}

    .ButtonDisable:hover {
        background: #00aced;
        color: #fff;
        text-decoration: none;
    }

.Checkboxlist {
    height: 200px;
    border: 1px solid #00aced;
    font-size: 14px;
    padding: 2px 4px 2px 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 4px #00aced;
    -moz-box-shadow: 0px 0px 4px #00aced;
    -webkit-box-shadow: 0px 0px 4px #00aced;
    text-align: center;
}

.Checkbox {
    border: 0.5px solid #00aced;
    font-size: 15px;
    padding: 2px 4px 2px 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 4px #00aced;
    -moz-box-shadow: 0px 0px 4px #00aced;
    -webkit-box-shadow: 0px 0px 4px #00aced;
    text-align: center;
}

    .Checkbox:disabled {
        border: 1px solid #aaaaaa;
    }

    .Checkbox ListItem::after {
        background-color: #00aced;
    }

    .Checkbox ListItem {
        background-color: #fff;
    }



.Textbox {
    border: 0.5px solid #3b5998;
    width: 180px;
    height: 20px;
    font-size: large;
    padding: 3px 6px 3px 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 4px #00aced;
    -moz-box-shadow: 0px 0px 4px #00aced;
    -webkit-box-shadow: 0px 0px 4px #00aced;
    font-weight: 700;
    color: #0000FF;
    margin-left: 0px;
}

xtbox2 {
    border: 0.5px solid #3b5998;
    width: 250px;
    height: 30px;
    font-size: x-large;
    padding: 3px 6px 3px 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 4px #00aced;
    -moz-box-shadow: 0px 0px 4px #00aced;
    -webkit-box-shadow: 0px 0px 4px #00aced;
}

xtboxMlti {
    border: 0.5px solid #3b5998;
    resize: none;
    width: 95%;
    height: 60px;
    font-size: 15px;
    padding: 3px 6px 3px 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 4px #3b5998;
    -moz-box-shadow: 0px 0px 4px #3b5998;
    -webkit-box-shadow: 0px 0px 4px #3b5998;
    direction: ltr;
}

    .textboxMlti:disabled {
        border: 0.5px solid #c0deed;
        width: 95%;
        height: 60px;
        font-size: 15px;
        padding: 3px 6px 3px 6px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: 0px 0px 5px #c0deed;
        -moz-box-shadow: 0px 0px 5px #c0deed;
        -webkit-box-shadow: 0px 0px 5px #c0deed;
    }

.labelbig {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    float: none;
    z-index: auto;
    width: auto;
    height: auto;
    position: static;
    cursor: default;
    opacity: 1;
    margin: 0;
    padding: 0;
    overflow: visible;
    -webkit-border-radius: 0;
    border-radius: 0;
    font: normal normal bold large normal Times New Roman, Times, serif;
    color: #222;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 2px 2px 10px rgba(0, 132, 180, 0.5);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}

.label {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: auto;
    position: static;
    cursor: default;
    opacity: 1;
    margin: 0;
    padding: 0;
    overflow: visible;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #000066;
    -o-text-overflow: clip;
    text-overflow: clip;
    letter-spacing: 1px;
    word-spacing: 1px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 1px 1px 1px #3b5998;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    font-size: 12pt;
}
.labelError {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    float: none;
    z-index: auto;
    width: auto;
    height: auto;
    position: static;
    cursor: default;
    opacity: 1;
    margin: 0;
    padding: 0;
    overflow: visible;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #ff0000;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 2px 2px 10px rgba(255, 0, 0, 0.5);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 20px;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
}

.labelGreen {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    float: none;
    z-index: auto;
    width: auto;
    height: auto;
    position: static;
    cursor: default;
    opacity: 1;
    margin: 0;
    padding: 0;
    overflow: visible;
    -webkit-border-radius: 0;
    border-radius: 0;
    font: normal normal bold 18px/1 Times New Roman, Times, serif;
    color: #008000;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 2px 2px 10px rgba(0, 128, 0, 0.5);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    text-align: center;
}

.footer {
    height: 75px;
    width: 1080px;
    box-shadow: 2px 2px 7px rgba(0, 132, 180,0.5);
    -moz-box-shadow: 2px 2px 7px rgba(0, 132, 180,0.5);
    -webkit-box-shadow: 2px 2px 7px rgba(0, 132, 180,0.5);
    -o-box-shadow: 2px 2px 7px rgba(0, 132, 180,0.5);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    background-color:#5296AD;
    border: 1px solid #0084b4;
    color: #3b5998;
    text-align: center;
    vertical-align: middle;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 10px;
}
oter2 {
    height: 75px;
    width: 1080px;
    box-shadow: 2px 2px 7px rgba(0, 132, 180,0.5);
    -moz-box-shadow: 2px 2px 7px rgba(0, 132, 180,0.5);
    -webkit-box-shadow: 2px 2px 7px rgba(0, 132, 180,0.5);
    -o-box-shadow: 2px 2px 7px rgba(0, 132, 180,0.5);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    background: url(../Image/body1.jpg) repeat  ;
    border: 1px solid #0084b4;
    color: #3b5998;
    text-align: center;
    vertical-align: middle;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 5px;
     margin-top: 0px;


.body {
    width: 1080px;
    margin: 0 auto;
    font-family: 'Times New Roman', Geneva, sans-serif;
    font-size: 12px;
  
    background-color: #e5e7e9;
    
    text-align: left;
    font-style: italic;
}

}

.Logo {
    width: 100px;
    background-color: white;
    border-radius: 0px 20px 0px 20px;
    -moz-border-radius: 0px 20px 0px 20px;
    -webkit-border-radius: 0px 20px 0px 20px;
    -o-border-radius: 0px 20px 0px 20px;
    padding: 5p

}

.TableBorder {
    background-color: white;
    box-shadow: #3b5998;
    -moz-box-shadow: 0px 0px 7px rgba(0, 132, 180,0.5);
    -webkit-box-shadow: 0px 0px 7px rgba(0, 132, 180,0.5);
    -o-box-shadow: 0px 0px 7px rgba(0, 132, 180,0.5);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 0px;
    width:100%;
    color: #000000;
    }

.menuright {
      margin: 0 auto;
    width: 100%;
    float: right;
    /*behavior: url(/horizontal/menuh/cssmenu.htc);*/
    position: relative;
    z-index: 4;
    height: 50px;
    /*background-image: url('/Image/bg_tile.jpg');*/
    background-color: #01a2a6;
    /*background-repeat: repeat;*/
    border-radius: 10px 10px 0px 0px;
    font-family: 'Times New Roman', Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
    color: #fff;
    right: 0px;
    top: 0px;
    padding: 0px;
   
}
 

.menuright a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    
}

.menuright a:hover {
    background-color: rgb(4, 99, 90);
}

.Table1 {
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
   
}



.decor3_1 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 7px rgba(0, 132, 180,0.5);
    -webkit-box-shadow: 0px 0px 7px rgba(0, 132, 180,0.5);
    -o-box-shadow: 0px 0px 7px rgba(0, 132, 180,0.5);
    box-shadow: 0px 0px 7px rgba(0, 132, 180,0.5);
    -o-border-radius: 5px;
}


.validate {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: auto;
    height: auto;
    position: static;
    opacity: 1;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font: normal 14px/1 "Times New Roman", Times, serif;
    color: #ff0000;
    font-weight: bold;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 0 9px rgba(255, 0, 0, 0.5);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}

.unhappy {
    border-color: red;
    border-width: 1px;
    border-style: solid;
}

.datagrid {
    width: 100%;
    border: solid 1px #01a2a6;
    text-align: center;
    font-weight: 700;
    font-size: medium;
}

.header {
    background-color: #00aced;
    font-family: 'Times New Roman';
    color: White;
    border: none 0px transparent;
    height: 25px;
    text-align: center;
    font-size: 16px;
}


.service-col {
    margin: 0 10px;
    padding: 5px 5px;
    -webkit-transition: ease-out 0.6s;
    -moz-transition: ease-out 0.6s;
    -o-transition: ease-out 0.6s;
    transition: ease-out 0.6s;
    height: 253px;
    width: 189px;
}
    .service-col:hover {
        background-color: #e97f0c;
        font-family: 'Times New Roman';
         color:#fff;   
   
      
        
    }
.background {
    background: url(../Image/patern2.jpg) repeat  ;
     /*background-color:#c0deed;*/
     background-position-x:center;
     border: none 0px transparent;
    height:150px;
    width:100%;
    text-align: center;
}
.background1 {
    background: url(../Image/patern.jpg) repeat  ;
     /*background-color:#c0deed;*/
     background-position-x:center;
     border: none 0px transparent;
    height:150px;
    width:100%;
    text-align: center;
}
.background2 {
    background: url(../Image/patern.jpg) repeat  ;
     /*background-color:#c0deed;*/
     background-position-x:center;
     border: none 0px transparent;
    height:100px;
    width:100%;
   
    text-align: center;
}
.rows {
    background: #d9f5ff;
    font-family: 'Times New Roman';
    font-size: 14px;
    color: #222;
    min-height: 25px;
    border: none 0px transparent;
    width: auto;
}

.rows2 {
    background: #b2eaff;
    font-family: 'Times New Roman';
    font-size: 14px;
    color: #222;
    min-height: 25px;
    border: none 0px transparent;
    width: auto;
}

    .rows2 :hover {
        background-color: #8bdfff;
        font-family: 'Times New Roman';
        color: #222;
    }

.rows :hover {
    background-color: #8bdfff;
    font-family: 'Times New Roman';
    color: #222;
}

.selectedrow {
    background: #15bfff;
    font-family: 'Times New Roman';
    color: #222;
    font-weight: bold;
}

.datagrid a /** FOR THE PAGING ICONS  **/ {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

    .datagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/ {
        background-color: #01a2a6;
        color: #fff;
    }

.datagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    background-color: #01a2a6;
    color: #222;
    padding: 5px 5px 5px 5px;
}

.pager {
    background-color: #00aced;
    font-family: 'Times New Roman';
    color: #;
}

.Grid {background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; font-family:Calibri; color: #474747;}

.Grid td {

      padding: 2px;

      border: solid 1px #c1c1c1; }

.Grid th  {

      padding : 4px 2px;

      color: #fff;

      background: #01a2a6 url(Images/grid-header.png) repeat-x top;

      border-left: solid 1px #525252;

      font-size: 0.9em; }

.Grid .alt {

      background: #fcfcfc url(Images/grid-alt.png) repeat-x top; }

.Grid .pgr {background: #363670 url(Images/grid-pgr.png) repeat-x top; }

.Grid .pgr table { margin: 3px 0; }

.Grid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }  

666; font-weight: bold; color: #fff; line-height: 12px; }  

.Grid .pgr a { color: Gray; text-decoration: none; }

.Grid .pgr a:hover { color: #000; text-decoration: none; }




.dropdown {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 4px #00aced;
    -moz-box-shadow: 0px 0px 4px #00aced;
    -webkit-box-shadow: 0px 0px 4px #00aced;
    font-family: 'Times New Roman';
    color: #0000FF;
    font-size: medium;
    background: #FFFFCC;
    padding: 4px 8px 4px 8px;
    border: solid #3b5998 1px;
    text-decoration: none;
    font-weight: 700;
    margin-right: 0px;
}
g: 4px 8px 4px 8px;
    border: solid #3b5998 1px;
    text-decoration: none;
    font-weight: 700;
      width: 250px;
}
.Textbox {
    border: 0.5px solid #3b5998;
    width: 180px;
    height: 20px;
    font-size: 15px;
    padding: 3px 6px 3px 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 4px #00aced;
    -moz-box-shadow: 0px 0px 4px #00aced;
    -webkit-box-shadow: 0px 0px 4px #00aced;
}
    .dropdown::after {
        font-size: 13px;
        color: #222;
        padding: 5px;
        background: -moz-linear-gradient( top, #00aced 0%, #80c0ff);
        background: -webkit-gradient( linear, left top, left bottom, from(#00aced), to(#0094ff));
        border: 1px solid #222;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        box-shadow: 0px 0px 4px #00aced;
        -moz-box-shadow: 0px 0px 4px #00aced;
        -webkit-box-shadow: 0px 0px 4px #00aced;
    }

.Rdiv {
    margin: 0 0 0.75em 0;
    border: 1px solid #00aced;
    width: 190px;
    height: 20px;
    font-size: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 5px 5px 5px #00aced;
    -moz-box-shadow: 5px 5px 5px #00aced;
    -webkit-box-shadow: 5px 5px 5px #00aced;
}
 .adblock {
    display: block;
    width: 100%;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 8px 0 5px 0;
    text-align: center;
    border-bottom: 1px solid #AAA;
}
 #regForm {
 

input {
  padding: 10px;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
    font-weight: 700;
}

input {
  padding: 10px;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none; 
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}



