@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 300;
  src: url('../font/IRANSansWeb.eot');
  src: url('../font/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
     url('../font/IRANSansWeb.woff2') format('woff2'),
     url('../font/IRANSansWeb.woff') format('woff'),
     url('../font/IRANSansWeb.ttf') format('truetype');
}

*{
   -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -webkit-appearance: none;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline: none;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
a {
    color: #4F5C6C;

}
a:hover{
    color: #343D47;

}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
textarea , input[type=text],input[type=number],[type=password],select {
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    padding:  5px 8px;
    background: #fff;
    border: 1px solid #D8D8D8;
    color: #4F5C6C;
    box-shadow: inset 0 1px 2px #F0F0F0;
    font: normal 11pt iransans;
    border-radius: 3px;
    vertical-align: middle;
}
textarea:focus,input[type=text]:focus,input[type=number]:focus,select:focus,[type=password]:focus {
    border: 1px solid #BCBCBC;
    box-shadow:  0 1px 2px #DEDEDE;

}

input[type=submit],input[type=button] {
    text-decoration: none;
    display: inline-block;
    padding: 0 15px ;
    border: none;
    margin-top: 10px;
    background-color: #0388cc;
    color: #ffffff;
    font: bold 11pt iransans;
    border-radius: 4px;
    min-width: 90px;
    line-height: 32px;
    transition: all 0.2s ease;
}
input[type=submit]:hover,input[type=button]:hover {
    cursor: pointer;
    background-color: #0376AF;
}

input:disabled , select:disabled{
    background-color: #f8f8f8;
}


input[type=submit].graycolor,input[type=button].graycolor {
  background-color: #666;
  color: #ffffff;
}
input[type=submit].graycolor:hover,input[type=button].graycolor:hover {
  cursor: pointer;
  background-color: #444;
}

input[type=submit].redcolor,input[type=button].redcolor {
  background-color: #cf0041;
  color: #ffffff;
}
input[type=submit].redcolor:hover,input[type=button].redcolor:hover {
  cursor: pointer;
  background-color: #b30038;
}

textarea{
  line-height: 20px;
  padding: 5px;
}


input[type=checkbox]{

-webkit-appearance: checkbox;

}

input[type=radio]{

-webkit-appearance: radio;

}
.right{
    float: right
}

.left{
    float: left
}


.control {
  font-size: 18px;
  position: relative;
  display: block;
  padding-right: 33px;
  cursor: pointer;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background: #e6e6e6;
}


.control--radio .control__indicator {
  border-radius: 50%;
}


.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}

.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6;
}

.control__indicator:after {
  position: absolute;
  display: none;
  content: '';
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  top: 4px;
  left: 9px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.options .greenstyle{

  background: #b8dd89;
}



.formwidth{
  width: 70%;
}

.formwidth3{
  width: 85%;
}

.formwidth4{
  width: 100%;
}
.formstyle{
    padding: 0 10px 10px 10px;
    display: inline-block;
    position: relative;

}



.formstyle .formitem{
    padding: 10px 0;
    display: table;
    width: 100%;
    border-bottom: 1px dashed #DFE8F1;
}
.formstyle .out{
    border-top: 2px solid #DFE8F1;
    border-bottom: 2px solid #DFE8F1;

    margin: 5px 0 ;

}

.formstyle .link{
    font-weight: bold;
    color: #0076A9;
    font-size: 10pt;
}
.formstyle .link:hover{
    color: #444444;
}

.formstyle .formitem .note{
  display: block;
  font-size: 9pt;
  line-height: 22px;
  text-align: right;
  margin-top: 5px;
  color: #747474;
}


.formstyle .formitem>label{
    width: 160px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding-left: 15px;
    color: #80878F;
    font-size: 10pt;
    font-weight: bold;
    line-height: 30px;
}

.formstyle .formitem>label span{
    font-size: 10px;
    font-weight: normal;
}

.formstyle .formitem .formitemcontent{
    display: table-cell;
    vertical-align: top;
    text-align: right;
    line-height: 30px;
}

.formstyle .formitem .formitemcontent textarea ,.formitem .formitemcontent input[type=number], .formitem .formitemcontent input[type=text],.formitem .formitemcontent input[type=password],.formitem .formitemcontent select{
    width: 100%;
}

.formstyle .formsubmit{
    display:block;
    text-align: left;
    padding-top: 5px;
}
.formstyle .formitemgroup{
  display: table;
  width: 100%;
    border-bottom: 1px dashed #DFE8F1;

}

.formstyle .formitemgroup .groupitem{
    display: table-cell;
    vertical-align: top;
    width: 50%;

}

.formstyle .formitemgroup .groupitem .formitem{
    border-bottom: none;
}

.textstyle{
  text-align: right;
  font-size: 12pt;
}

.button {
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 8px;
  background: #8C8C8C;
  transition: all .2s ease;
  font-size: 11pt;
  line-height: 30px;
  height: 30px;
}

.button:hover{
  color: #fff;
  background-color: #747474;
}

.greenbutton {
  color: #fff;
  background: #2ec579;
}

.greenbutton:hover{
  color: #fff;
  background-color: #2BB570;
}


.tablewidth{
  width: 90%;
  display: inline-block;
}
.table {
  margin: 5px 0 5px 0;
  width: 100%;
  display: table;
  text-align: right;

}

.table .row {
  display: table-row;
}
.table .rowyellow {
  background: #FFFEF6;
}

.table .rowgreen {
  background: #F4FFEF;
}

.table .rowred {
  background: #FFF9F8;
}


.table .row:hover , .table .yellow {
  background: rgb(216, 230, 236);
}

.table .cell {
  padding: 1px 12px;
  display: table-cell;
  border-bottom: 1px solid #E2ECF5;
  line-height: 36px;
  vertical-align: middle;
}

.table .cell .field{
  padding: 0 0;
  line-height: 24px;
}

.table .cell .field label{
    color: #80878F;
    font-size: 12px;
    min-width: 20px;
    display: inline-block;
}

.table .cell .field span{
    font-size: 11pt;
    min-width: 40px;
    display: inline-block;
    margin-right: 5px;
}

.table  .nothin{
  display: table-row;
}

.table  .nothin>div{
  background-color: red;
  display: table-cell;


column-span: all; /* W3C */
-webkit-column-span: all; /* Safari & Chrome */
-moz-column-span: all; /* Firefox */
-ms-column-span: all; /* Internet Explorer */
-o-column-span: all;
}

.table .cell>img{
  vertical-align: middle;
  max-width: 100%;
}

.table .row .cell .checkbox {
  width: 30px;
  text-align: center;
}
.table .checkbox input{
    vertical-align: middle;
}

.table .header {
  line-height: 40px;
}

.table .header .cell{
  line-height: 40px;
  padding: 0px 12px;
  font-size: 11pt;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #CECECE;
}



.table .header .checkbox {
  width: 30px;
  text-align: center;
  line-height: 40px;
}




.table .row.green {
  background: #27ae60;
}
.table .row.blue {
  background: #2980b9;
}

.table .crop {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tablesearch{
  display: block;
  padding: 15px 0 0 1px;
  text-align: left;
  overflow: hidden;
}

.tablesearch input{
  border: none;
  box-shadow: none;
  border-radius: 2px;
  line-height: 26px;
  padding: 1px 10px;
  border: 1px solid #E7F0F9;
}

.tablesearch input:focus{
  box-shadow: none;
  line-height: 26px;
  border: 1px solid #DAE3EB;
}

ul.listgroup{
  float: right;
  margin: 5px 0;
}

ul.listgroup>li{
  float: right;
  position: relative;
  display: inline-block;
}

ul.listgroup>li a{
  line-height: 30px;
  margin: 0 0 0 8px;
  border: 1px solid #CFD9E9;
  border-radius: 20px;
  padding: 0 10px;
}

ul.listgroup>li a:hover{
  border: 1px solid #414C59;
}

ul.listgroup>li.active a{
  background-color: #CFD9E9;
  font-weight: bold;
}


ul.listgroup>li .blob{
  display: inline-block;
  background-color: #C40000;
  border-radius: 20px;
  color: #ffffff;
  font-size: 10pt;
  line-height: 18px;
  padding: 0 3px;
}


.tablefooter{
  display: block;
  padding: 3px 0px;
  overflow: hidden;
}
.tablefooter #footertools{
  display: none;
  text-align: right;
  padding: 5px 0;

}

.tablefooter input[type=submit],.tablefooter input[type=button]{
  background-color:  #414C59;
  font-size: 10pt;
  height: 30px;
  line-height: 30px;
  margin: 0;
}

.tablefooter input[type=button].tabledelete{
  background-color:  #9B0000;
}

.managebtns {
  display: inline-block;
  vertical-align: middle;
}

.managebtns>li{
  float: right;
  position: relative;
  display: inline-block;

}

.managebtns>li>a{
  display: block;
  text-align: center;
  color: #5F6367;
  padding: 0 4px;
  line-height: 28px;
  min-width: 40px;
  line-height: 28px;
  border-radius: 4px;
  border: 1px solid #D3DBE2;
  background-color: #ffffff;
}

.managebtns>li:hover>a{
  background-color: #EFF5FA;
}



.managebtns>li i:before{
  font-size: 18px;
  color: #0089C7;
  vertical-align: middle;
  display: inline-block;
  padding: 0 5px;
}

.managebtns>li>ul{
  display: none;
  position: absolute;
  padding-top: 1px;
  top: 100%;
  left: 0;
  z-index: 100;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
}

.managebtns>li>ul li {
  display: block;
  border: 1px solid #D3DBE2;
  border-bottom: none;
  background-color: #fff;
  text-align: right;
}

.managebtns>li>ul li:first-child{
  border-radius: 4px 4px 0 0;
}

.managebtns>li>ul li:last-child{
  border-radius: 0 0 4px 4px;
  border-bottom: 1px solid #D3DBE2;
}

.managebtns>li>ul li a{
  display: block;
  color: #5F6367;
  padding: 0 8px;
  font-size: 11pt;
  line-height: 28px;
  white-space: nowrap;
  min-width: 130px;
}

.managebtns>li>ul li:hover{
  background-color: #EFF5FA;
}


.managebtns>li:hover>ul{
  display: block;
}


.paging {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d3dbe2;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  margin-top: 10px;
}

.paging>li{
  float: right;
  position: relative;
  display: inline-block;

}

.paging>li>a{
  display: block;
  text-align: center;
  color: #A5ACB3;
  padding: 0 5px;
  line-height: 30px;
  border-left: 1px solid #d3dbe2;
  font-size: 10pt;
  min-width: 40px;
}

.paging>li.selected>a{
  background-color: #F5F6F7;
  font-weight: bold;
}
.paging>li>a:hover{
    background-color: #F5F6F7
}
.paging>li:last-child>a{
  border-left: none;
  border-radius: 3px 0 0 3px;
}

.paging>li:first-child>a{
  border-radius: 0 3px 3px 0;
}

.permdiv{
  text-align: right;
}
.permdiv fieldset{
  display: block;
  border: 1px solid #ccc;
  padding: 4px 7px;
  border-radius: 4px;
  margin: 10px 2px;
  font-size: 10pt;
  color: #555;
}
.permdiv fieldset:hover{
  border: 1px solid #666;
}

.permdiv legend{
    font-weight: bold;
    padding: 0 5px;
}

.permdiv fieldset label {
  border: 1px solid #eee;
  border-radius: 4px;
  line-height: 24px;
  padding: 0 6px;
  display: inline-block;
  margin: 2px 0px;
}

.permdiv fieldset input{
  margin-left: 5px;
  vertical-align: middle;
}



html, body {
  margin: 0;
  height:100%;
  font-weight:lighter ;
  direction: rtl;
  background-color: #fff;
  font: normal 12pt iransans;
}



#reta{

    display: block;
    position: relative;
    width: 100%;
    min-height: 100%;
    text-align: center;
    background-color: #EEF1F3;

}

.mainsize{
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
#box .mainsize{
  width: 100%;
}

#header{
  display: block;
  background-color: #0f539c;
  width: 100%;
  transition: all 1.2s ease;
  z-index: 1000;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);

}

#header .headertop{
    height: 50px;
}

#header .sitename{
    display: block;
    height: 50px;
    line-height: 50px;
    float: right;
    text-align: right;
    font-size: 12pt;
    font-weight: bold;
    margin-right: 5px;
    color: #fff;
}



#header .userinfo{
    float: left;
    font-weight: bold;
    font-size: 12pt;
    text-align: right;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
  }

#header .userinfo .logout{
  border-radius:3px;
  line-height:30px;
  padding: 0 5px;
  font-weight:bold;
  color: #444;
  font-size:10pt;
  background-color: #ffa600;
  margin-right: 5px;
}



.footer{
  margin-top: 20px;
  padding: 0;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;

}
.footer .mainsize{
  display: inline-block;
  overflow: hidden;

}

.footer .cp{
  display: inline-block;
  text-align: left;
  padding: 10px ;
  font-size: 9pt;
  font-weight: bold;
  color: #666;
  float: left;
}

.footer .lngs{
  display: inline-block;
  float: right;
  text-align: right;
  padding: 10px ;

}

.footer .lngs a{
  font-size: 9pt;
  font-weight: bold;
  color: #666;
}


.content{
  display: block;
}


.pagecontent{
  border-radius: 5px;
  min-height: 300px;
  margin-bottom: 40px;
  margin-top: 15px;
}

.pageheader{
  padding: 0 10px;
  border-radius: 5px;
  background-color: #1060b1;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.pageheader .breadcrumb {
  display: block;
  padding: 5px 0 0 0;
  overflow: hidden;
}

.pageheader .breadcrumb li{
  float: right;
  display: inline-block;
  line-height: 26px;
  color: #ffffff;

}

.pageheader .breadcrumb li a{
  display: inline;
  color: #ffffff;
  padding:0 3px;
  font-size: 10pt;
  line-height: 26px;
}

.pageheader .breadcrumb li:first-child a{
  padding:0 0 0 3px;
}


.pageheader .title{
  display: block;
  text-align: right;
}


.pageheader .title h1 {
  display: inline-block;
  font-size: 14pt;
  line-height: 40px;
  height: 40px;
  color: #ffffff;
  padding-left: 15px;
  font-weight: bold;
  opacity: 1;
}

.pageheader .title ul.btns ,.pagecontent .content .title ul.btns {
  display: inline-block;
  vertical-align: middle;
  float: left;

}

.pageheader .title ul.btns>li,.pagecontent .content .title ul.btns>li{
  float: right;
  position: relative;
  display: inline-block;

}


.pageheader .title a.btn,.pagecontent .content .title a.btn,.pageheader .title ul.btns>li>a,.pagecontent .content .title ul.btns>li>a{
  display: inline-block;
  border-radius: 5px;
  line-height: 32px;
  height: 32px;
  margin-right: 5px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
  background-color: #00C382;
  transition: all .2s ease;
  float: left;
  font-size: 10pt;
  font-weight: bold;
}

.pageheader .title a.btn:hover,.pagecontent .content .title a.btn:hover ,.pageheader .title ul.btns>li:hover>a,.pagecontent .content .title ul.btns>li:hover>a{
  color: #fff;
  background-color: #009B6A;
}


.pageheader .title ul.btns>li>ul,.pagecontent .content .title ul.btns>li>ul{
  display: none;
  position: absolute;
  padding-top: 1px;
  top: 100%;
  left: 0;
  z-index: 100;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
}

.pageheader .title ul.btns>li>ul li ,.pagecontent .content .title ul.btns>li>ul li {
  display: block;
  border: 1px solid #D3DBE2;
  border-bottom: none;
  background-color: #fff;
  text-align: right;
}

.pageheader .title ul.btns>li>ul li:first-child,.pagecontent .content .title ul.btns>li>ul li:first-child{
  border-radius: 4px 4px 0 0;
}

.pageheader .title ul.btns>li>ul li:last-child,.pagecontent .content .title ul.btns>li>ul li:last-child{
  border-radius: 0 0 4px 4px;
  border-bottom: 1px solid #D3DBE2;
}

.pageheader .title ul.btns>li>ul li a,.pagecontent .content .title ul.btns>li>ul li a{
  display: block;
  color: #5F6367;
  padding: 0 8px;
  font-size: 11pt;
  line-height: 28px;
  white-space: nowrap;
  min-width: 130px;
}

.pageheader .title ul.btns>li>ul li:hover,.pagecontent .content .title ul.btns>li>ul li:hover{
  background-color: #EFF5FA;
}


.pageheader .title ul.btns>li:hover>ul,.pagecontent .content .title ul.btns>li:hover>ul{
  display: block;
}


.pagecontent .content{
  padding: 10px;
  border-radius: 5px;
  min-height: 100px;
  margin-bottom: 10px;
  margin-top: 15px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.pagecontent .content .title{
  font-size: 14pt;
  line-height: 40px;
  color: #414C59;
  font-weight: bold;
  display: block;
  text-align: right;
  margin: 15px 0;

}


.alert{
  border-radius: 5px;
  display:block;
  line-height: 38px;
  font-size: 10pt;
  font-weight: bold;
  padding: 0 10px;
  display: block;
  text-align: right;
  margin: 5px 0;
}

.alert p{
  margin: 0;
  padding: 5px 5px 5px 0;
  line-height: 18px;
  font-weight: normal;
  font-size: 13px;
}
.alert label{
  font-size: 11pt;
  display: block;
}

.alert-red{
  color: #fff;
  background-color: #A50000;
  border: 2px solid #A50000;

}

.alert-green{
  color: #fff;
  background-color: #16A500;
  border: 2px solid #16A500;

}

.alert-yellow{
  color: #3C382E;
  background-color: #FFF4D9;
}

.inlinetext{
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  padding: 0 8px;
  border-radius: 3px;
  font-size: 12px;
}



.redcolor{
  color: #e74c3c;
}
.greencolor{
  color: #00B19D;
}

.yellowcolor{
  color: #E17B21;
}

.redbg{
  background-color: #e74c3c;
  color: #ffffff;
}
.greenbg{
  background-color: #00B19D;
  color: #ffffff;
}

.yellowbg{
  background-color: #E17B21;
  color: #ffffff;
}

.blackbg{
  background-color: #414C59;
  color: #ffffff;
}

.bluebg{
  background-color: #0082C3;
  color: #ffffff;
}

.redarrow{
  font-weight: bold;
  color: red;
}
.greenarrow{
  font-weight: bold;
  color: green;
}

.examstyle{
  display:table;
  width: 100%;
  vertical-align:top;

}

.examstyle .rightblock{
  display:table-cell;
  text-align:right;
  vertical-align:top;
  padding:10px;
  
}

.examstyle .leftblock {
  display:table-cell;
  width: 300px;
  
}
.examstyle .leftblock .main{
  display:block;
  border-radius:5px;
  padding:5px;
  background-color: #fff;
  border:1px solid #f2f2f2;
}

.examstyle .leftblock .questions{
  display:block;
  overflow: hidden;
  text-align: center;
  direction:ltr;
}
.examstyle .leftblock .questions .item{
  display:inline-block;
  background-color: #eee;
  height:32px;
  min-width: 32px;
  border-radius:20px;
  text-align:center;
  margin:3px;
  font-size:11pt;
  font-weight:bold;
  line-height:32px;

  border:2px solid #eee;
}
.examstyle .leftblock .questions .item:hover{
  background-color: #ccc;
}

.examstyle .leftblock .questions .answered{
  background-color: #80ccf8;

}

.examstyle .leftblock .questions .marked{
  background-color: #f7d460;
}

.examstyle .leftblock .questions .selected{
  border-color: #555;

}

.examstyle .leftblock .questions .help{
  display:block;
  margin:10px 0 ;
  padding:5px;
}

.examstyle .leftblock .questions .help .item{
  padding:0 12px;
  border: none;
  display:inline-block;
  font-weight:normal;
  font-size:10pt;
}


.examstyle .rightblock .questionnumber{
  display:block;
  margin:10px 0;
  font-size:10pt;
  color: #0089C7;
  font-weight:bold;
}

.examstyle .rightblock .question{
  display:block;
  margin:10px 0;
  font-size:14pt;
  line-height: 40px;
  color: #555;
  margin-bottom:10px;
}

.examstyle .rightblock .hint{
  display:inline-block;
  margin:10px 0;
  font-size:10pt;
  padding: 0 10px;
  font-weight:bold;
  line-height: 32px;
  border-radius:5px;
  background-color: #fff7db;
  color: #9e7b00;
}

.examstyle .rightblock .note{
  display:inline-block;
  margin:10px 0;
  font-size:10pt;
  padding: 0 10px;
  font-weight:bold;
  line-height: 32px;
  border-radius:5px;
  background-color: #ffd4d4;
  color: #640202;
}

.examstyle .rightblock .options{
  display:block;
  margin: 20px 0;

}

.examstyle .rightblock .options .option{
  display:block;
  margin:10px 0;
  padding:10px;
  border-radius:5px;

}

.examstyle .rightblock .options .option:hover{
  background-color: #eee;
}
.examstyle .rightblock .submit input[type=submit]{
margin-left:10px;
}

.examoptions{
  padding:10px 5px;

}

.examoptions .button{
  margin: 0 10px ;

}
  

.timer{
  display: inline-block;
  direction:ltr;
  border-radius: 5px;
  line-height: 32px;
  margin-right: 5px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 10pt;
  margin:20px 0 ;
}

.timer div{
  display: inline;
  font-size: 14pt;
  font-weight: bold;
  color:#555;

} 


@media only screen and (max-width: 900px) {

  .examstyle{
    display:block;
    width: 100%;
    vertical-align:top;

  }

  .examstyle .rightblock{
    display:block;
    text-align:right;
    vertical-align:top;
    padding:10px;
    
  }

  .examstyle .leftblock {
    display:block;
    width: 100%;
    
  }




  .formwidth3{
    width: 100%;
  }
  
  .formwidth4{
    width: 100%;
  }
 
  
  
  .formstyle .formitem{
    display: block;

  }

  
  
  .formstyle .formitem>label{
    display: block;
    width: 100%;
    text-align:right;
  }
  
  
  .formstyle .formitem .formitemcontent{
    display: block;
    width: 100%;
  }
  


}