﻿body,html,form {
    height:100%;
    margin:0;
    
}
body {
    
     margin: 0;
     padding:0;
     font-family: "IRANSans"; 
     font-weight:normal;
     direction:rtl;
     background-color:#FDECE1;
   }

 .maindivPages  {
       
        background-color:#FDECE1;
        width:100%;
        display: table;
        height:100%;
        border:0;
      
    }
.subfieldsetPageView {

     margin:auto;
     margin-top:110px;
     margin-right:50px;
     border:0;
     /*background-color:#b6ff00;*/
     padding-top:50px;
   
}
    .subfieldsetPageView legend {
                 
               text-align:right;
                
    }
    .subfieldsetPageView table {
        margin:auto;
        width:100%;
        /*background-color:#6fdd24;*/
        width:350px;
    }

.listitemTD {
     height:250px;
     /*background-color:#CE2127;*/
    overflow-x: hidden; /* Hide horizontal scrollbar */
    overflow-y: scroll; /* Add vertical scrollbar */
    width:280px;
}  
.liststyle {
    /*background-color:#CE2127;*/
    text-align:right;
    float:right;
    min-width:280px;
    
   
}
.listitem {
    width:50%;
    /*background-color:#2b9a16;*/
    

}
.listaltanativeitem {
    /*background-color:#930a94;*/
    width:50%;
}
.titlePage {
   
                 font-family: "IRANSans"; 
                 font-weight:bold;
                 color:#000000;
                 /*color:#CE2127;*/
                 font-size:1.2em;
                 text-decoration:none;

}
.rightcolumn {
    width:79%;
    height:100%;
    display: table-cell;
    padding:5px;
    background-color:#FDECE1;
}
.leftcolumn {
    width:21%;
    display: table-cell;
    background-color:#A5A5A5;
    height:100%;
     min-width:330px;
    /*position:relative;*/
    text-align:center;
    padding-top:0;
}
.topleftcolumn {
    position:absolute;
    top:20px;
    left:1vw;
    height:100px;
    width:330px;
    /*background-color:#ff6a00;*/
}
.bottomleftcolumn {
    position:absolute;
    bottom:20px;
    left:1vw;
    height:200px;
    width:300px;
    margin:auto;
    
    /*background-color:#000;*/
    text-align:center;
   
    margin:auto;
}


.bxtitlelogo {
    margin:auto;
    height:90px;
    width:600px;
    background-color:#746F6E;
    margin-bottom:0;
    display:block;
    text-align:center;
}
@media (min-width: 1px) and (max-width:750px){
    
    .hide-mobile {
        display:none;
        
    }
    
    .rightcolumn {
        width:100%;  

    }
    .subfieldsetPageView {
        margin-right:10px;
        margin-left:10px;
        /*margin-top:90px;*/
         border:0;
     /*background-color:#b6ff00;*/
        padding-left:5px;
        padding-right:5px;
        text-align:justify;
        font-size:0.8em;
        padding-top:0;
    }
    .titlePage {
        font-size:1.1em;
        margin-left:5px;
        margin-right:5px;
        margin-top:0;
    }
 
}
.allboxmobile {
    width:100%;
    position:relative;
    background-color:#CE2127;
        
}

@media (min-width: 1px) and (max-width:1100px){
   
    .boxTableGroupsBig {
       display:none;
    }
}
@media (min-width:1100px){
  
    .boxTableGroupsMediume {
       display:none;
    }
}

@media (min-width:751px) {

    .hide-descktop {
        display: none;
    }
}

.txbfield {
  display:block;
  width: 280px;
  height:40px;
  padding: 5px ;
  font-size: 1em;
  font-family: "IRANSans"; 
  color:#313443;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 0.05vw solid #ccc;
  border-radius: 0.3vw;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
    .txbfield:focus {
        border-color: #3F4E5D;
        border-width:0.1vw;
     
         outline: 0;
        -webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, .9);
          box-shadow: inset 0 3px 3px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, .9);
    }
.extraTXT {
   height:200px;
   padding-top:5px;
  width: 280px;
  
}
.btnadd {
    font-family: "IRANSans"; 
    font-weight:bold;
    color:#fff;      
    font-size:1em;
    text-decoration:none;
    background-color:#4e4949;
    padding:5px 10px 5px 10px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    /*transition:all 500ms  ease-out;*/

}
    .btnadd:hover {
        background-color:#222222;
        color:#fff;
        border-radius: 5px 5px 5px 5px;
        font-weight:bold;
    }
.matnmessage {
    text-align:right;
    margin:auto;
    color:#4e4949;
}
.errormessage {
    color:#CE2127;
    font-weight:bold;
}