﻿

label {
    padding: 0px 0px 0px 0px;
    /*display: inline-block;*/
}
#RowHeader{
    background-color:#1B75BC;  
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    text-align:center;
    color:white;
    font-size:large;
    font-weight:bolder;
    height:25px;
}
#RegHeader{
    background-color:#1f800c;  
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    text-align:center;
    color:white;
    font-size:large;
    font-weight:bolder;
    height:25px;
}

.LogoinPopup{
    position:relative;
    left: 25%;
    width:50%;
    border-radius: 6px;
    border: solid 1px #083F78;
    background-color: #E8F3F9;
    padding: 0px 0px 10px  0px;
}

.Registration{
    position:relative;
    left: 25%;
    width:60%;
    border-radius: 6px;
    border: solid 1px #0a7105;
    background-color: #d5fbc6;
    padding: 0px 0px 10px  0px;
}


 input[type=text], select, textarea {
    width: 80%;
    height:inherit;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
 .ColRed
 {
    color:red;
 }
.col-25  { 
    float: left;
    width: 25%;
    margin-top: 1px;
     height:inherit;
     margin-bottom: 0px;
    padding:0px 0px 0px 0px;
   border-bottom-color:red; 
}
.col-25v  { 
    float: left;
    width: 25%;
    margin-top: 1px;
     height:inherit;
     margin-bottom: 0px;
    padding:0px 0px 0px 0px;
   border-bottom-color:red; 
}
.col-50 {
    padding:0px 0px 0px 0px;
    float: left;
    width: 50%;
    margin-top: 1px;
    height:inherit;
   margin-bottom: 0px;
}

.col-75 {
      padding:0px 0px 0px 0px;
        float: left;
    width: 75%;
    margin-top: 1px;
    height:inherit;
   margin-bottom: 0px;
}

.row  {   
    margin-top: 0px;
    margin-bottom: 0px;
   background-color:transparent;
   /*height:20px;*/

 }  

.row-xl  {   
    margin-top: 0px;
    margin-bottom: 0px;
   background-color:transparent;
        padding:0px 0px 0px 0px;
 /*height:35px;*/
 }  
.row-xl:after {
    content: "";
    display: table;
    clear: both;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

#Submit{
    background-color: #137dcc;
    color:white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}