﻿
* {
    direction: rtl;
    box-sizing: border-box;
}
body {margin:0;}



.input_1, .select_1, .textarea_1,.TextBox_1 {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    height:40px;
}

 .select_1 {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    height:50px;
    margin-right:5px;
    
}


.Label_1 {
    padding: 12px 12px 12px 0;
    display: inline-block;

}

.input_1 {
    background-color: #007986;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
     float:right;
   margin-right:5px;
   margin-top:5px; 
   text-align:center; 
line-height:10px;
    height:40px;   
    
}

.input_1:hover {
    background-color: #007986;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
     margin-top:20px; 
}

.col-25 {
    float:right;
    width: 25%;
    margin-top: 6px;
   
}

.col-75 {
    float:right;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25, .col-75, .input_1 {
        width: 100%;
        margin-top: 5px;
    }
   .bottonlinkS 
   {
    width: 100%;   
   } 
}


.headerUp 
{
      overflow: hidden;
  background-color: #FAF9DB;
  position: fixed;
  top: 0;
  width: 100%;
   
    Font-Size:Large;  
    text-align:center; 
    line-height:80px;
  
     
     color:White;      
    Height:80px;
    font-weight:bold;  

}

.FooterDown {
    
  
     bottom: 0;
   
    Font-Size:Large;  
    text-align:center; 
    
    Width:100%;
     background-color:#FAF9DB;
     color:White;      
    
    font-weight:bold; 
}


.table_1 {
  
    width: 100%;
    margin:0;
    padding:0;
   
    border-spacing: 0;
  }



   .table_tdS 
  {
      border: 1px solid black; 
    text-align: center;
border-radius: 6px 6px 6px 6px;
 box-shadow:0 0 2px #666;
  }

    .table_tdSNext 
  {
      height:20px; 
      border: 1px solid black; 
    text-align: center;
border-radius: 6px 6px 6px 6px;
 box-shadow:0 0 2px #666;
  }
  
  .bottonlinkS {
    background-color: #007986;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
   margin-right:5px;
   margin-top:5px; 
    float: right; 
   text-align:center; 
line-height:10px;
    height:40px;   
     
}
 


.roundedbox {
 
 border-radius: 6px 6px 6px 6px;
 box-shadow:0 0 2px #666;
}

 .fieldset1 {
        margin:20px;
        padding:0 10px 10px;
        border:1px solid #666;
 
        border-radius:8px;
        box-shadow:0 0 5px #666;
        padding-top:10px;
 }  