﻿.UNIMETAPQRSFStyle
{
    max-width: 100%;
    padding: 10px 20px;
    background: #f4f7f8;
    margin: 10px auto;
    padding: 20px;
    background: #f4f7f8;
    border: dashed #000 1px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.UNIMETAPQRSFStyle fieldset
{
    border: none;
}

.UNIMETAPQRSFStyle legend 
{
    font-size: 1.4em;
    margin-bottom: 10px;
}

.UNIMETAPQRSFStyle img
{
    float: right;
}

.UNIMETAPQRSFStyle label 
{
    display: inline;
    margin-bottom: 8px;
}

.UNIMETAPQRSFStyle input[type="text"],
.UNIMETAPQRSFStyle input[type="date"],
.UNIMETAPQRSFStyle input[type="datetime"],
.UNIMETAPQRSFStyle input[type="email"],
.UNIMETAPQRSFStyle input[type="number"],
.UNIMETAPQRSFStyle input[type="search"],
.UNIMETAPQRSFStyle input[type="time"],
.UNIMETAPQRSFStyle input[type="url"],
.UNIMETAPQRSFStyle textarea,
.UNIMETAPQRSFStyle select 
{
    font-family: Georgia, "Times New Roman", Times, serif;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 7px;
    width: 100%;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #ffffff;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 10px;
	border: 1px solid #ff0000;	
}

.UNIMETAPQRSFStyle input[type="text"]:focus,
.UNIMETAPQRSFStyle input[type="date"]:focus,
.UNIMETAPQRSFStyle input[type="datetime"]:focus,
.UNIMETAPQRSFStyle input[type="email"]:focus,
.UNIMETAPQRSFStyle input[type="number"]:focus,
.UNIMETAPQRSFStyle input[type="search"]:focus,
.UNIMETAPQRSFStyle input[type="time"]:focus,
.UNIMETAPQRSFStyle input[type="url"]:focus,
.UNIMETAPQRSFStyle textarea:focus,
.UNIMETAPQRSFStyle select:focus
{
    background: #e8eeef;
	border: 1px solid #000;
}

.UNIMETAPQRSFStyle select
{
    -webkit-appearance: menulist-button;
    height:35px;
}

.WordCount
{
  margin-top:20px;
  margin-bottom: 20px;
}

.required
{
    text-decoration: none;
    font-weight: bolder;
    font-size: 120%;
    color:#ff0000;
}

.note 
{
    border: solid 2px #000;
    background-color: #f1ea65;
    margin-bottom: 5px;
    padding: 2%;

}

.note h5
{
    color: #ff0000;
    font-size: 120%;
    font-weight: bold;
}

.note p
{
    color: #000;
}


.gray 
{
    border: solid 2px #000;
    background-color: #ffffff;
    margin-bottom: 5px;
    padding: 2%;

}

.gray h5
{
    color: #ff0000;
    font-size: 120%;
    font-weight: bold;
}

.gray p
{
    color: #000;
}


.transparent 
{
    border: solid 2px #000;
    background-color: transparent;
    margin-bottom: 5px;
    padding: 1%;

}

.transparent h5
{
    color: #ff0000;
    font-size: 120%;
    font-weight: bold;
}

.transparent p
{
    color: #000;
}


.UNIMETAPQRSFStyle .number 
{
    background: #ff0000;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.UNIMETAPQRSFStyle input[type="submit"],
.UNIMETAPQRSFStyle input[type="button"]
{
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #ff0000;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #727877;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}


.UNIMETAPQRSFStyle input[type="submit"]:disabled,
.UNIMETAPQRSFStyle input[type="button"]:disabled
{
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #8a97a0;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #727877;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}

.UNIMETAPQRSFStyleLabels
{

}

.UNIMETAPQRSFStyleValidationSummary
{
    color: #ff0000;
    display: inline;
    margin: 2% 0%;
}

.Hiddenvalidation
{
    display: none;
}

.Showvalidation
{
    display:normal;
}


.UNIMETAPQRSFStyle a
{
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
    color: #7c7c7c;
    text-decoration: none;
}

.UNIMETAPQRSFStyle a:after 
{
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

.UNIMETAPQRSFStyle a:hover:after 
{
	width: 100%;
	background: #c30000;
}

.UNIMETAPQRSFGridViewStyle
{
    width: 100%;   
    background-color: #fff;   
    margin: 5px 0 10px 0;   
    border: solid 1px #525252;   
    border-collapse:collapse;   
    border-radius: 5px 5px 5px 5px; 
    -moz-border-radius: 5px 5px 5px 5px; 
    -webkit-border-radius: 5px 5px 5px 5px; 
    border: 1px solid #186ca4;
    box-shadow:1px 1px 3px #170000;
    background: #ffffff;
}

.UNIMETAPQRSFGridViewStyle td 
{   
    padding: 2px;   
    border: solid 1px #c1c1c1;   
    color: #717171;   
}  

.UNIMETAPQRSFGridViewStyle th 
{   
    padding: 4px 2px;   
    color: #fff;
    text-align:left;
    background: #cc2127;   
    border-left: solid 1px #525252;   
    font-size: 0.9em;   
}  

.UNIMETAPQRSFGridViewStyle .alt 
{ 
    background: #fcfcfc url(/images/gridview/grd_alt.png) repeat-x top; 
}  

.UNIMETAPQRSFGridViewStyle .pgr 
{ 
    background: #cc2127; 
}  

.UNIMETAPQRSFGridViewStyle .pgr table 
{ 
    margin: 5px 0; 
}  

.UNIMETAPQRSFGridViewStyle .pgr td {   
    border-width: 0;   
    padding: 0 6px;   
    border-left: solid 1px #666;   
    font-weight: bold;   
    color: #fff;   
    line-height: 12px;   
 }
     
.UNIMETAPQRSFGridViewStyle .pgr a 
{ 
    color: #666; 
    text-decoration: none; 
}  

.UNIMETAPQRSFGridViewStyle .pgr a:hover 
{ 
    color: #000; 
    text-decoration: none;
}

.articlebody
{
    color:#000;
    text-align:justify;
}

.articletitle
{
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.articlelink
{
    display: block;
    font-weight: bold;
    margin: 5px 0px;
    color: #ae3138;
}

.articlelink:hover
{
    text-decoration: underline;
}

.articledata
{
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

.articledata_lower
{
    margin-top: 10px;
    font-weight:normal;
}

.articlehdrlink
{
    display: block;
    font-weight: bold;
    margin: 5px 0px;
    color: #000;
}

.articlehdrlink:hover
{
    text-decoration: underline;
}

.UNIMETASearchStyle
{
    max-width: 100%;
    padding: 10px 20px;
    background: #f4f7f8;
    margin: 10px auto;
    padding: 20px;
    background: #f4f7f8;
    border: dashed #000 1px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.UNIMETASearchStyle input[type="text"]
{
    font-family: Georgia, "Times New Roman", Times, serif;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 10px;
    width: 56%;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #ffffff;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 10px;    
}

.UNIMETASearchStyle select
{
    font-family: Georgia, "Times New Roman", Times, serif;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 10px;
    width: 33%;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #ffffff;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 10px;    
}



.UNIMETASearchStyle input[type="submit"]
{
    position: relative;
    padding: 7px 7px 7px 7px;
    color: #FFF;
    margin: 0 auto;
    background: #ff0000;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 10%;
    float:right;
    border: 1px solid #727877;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}

.preloader
{
  position: absolute;
  margin: auto;
  top: 50px;
  right: 0;
  left: 0;
  top:0;
  bottom:0;
  width: 400px;
  height: 100px;
  background-color: white;
  border: 5px solid #e9e4e4;
  border-radius: 50%;
  border-radius: 3px;
  opacity: 1;
  -moz-opacity: 1;
}

.preloader img 
{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    float:left;
}

.preloader span
{    
    color: #000;
    left: 200px;
    float:left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}