﻿.weatherclass
{
    width:100%;
    font-family:'B Nazanin';
    font-size:16px;
    direction:rtl;
}

.weathericon
{
    display: block;
    font-size: 65px;
    color: orange;
    text-align:left; 
    padding-top:21px;   
}
.tomorrow_icon
{
    text-align:center;
    display: block;
    font-size: 35px;
    color: orange;
}
.w-text
{
    text-align:left;
    white-space:nowrap;
}
.w-value {
  text-align:right;
  float: left;
  white-space:nowrap;
}

#wi_summary
{
    font-size:20px;
}
#summary
{
    font-size: 27px;
    margin-top: -10px;
    text-align: right;
}
#temperature
{
    font-size:35px;
    left:-6px;
}
#wi_temperature
{
    font-size:20px;
}
#tomorrow_summary
{
    font-size: 18px;
    padding-top: 8px !important;
    text-align: center;
    white-space:normal;
}
.coldegrees{
    float: left;
    margin-left: -12px;
    margin-top: 5px;
}
.coldegreestemperature
{
    float: left;
    margin-left: -18px;
    margin-top: 5px;
    font-size:16px;
    direction: ltr;
}

.aptext
{
    font-size:11px;
    padding-right:4px;
}

.tomorrowtitle {
    border: 1px dotted #ccc;
    margin: 10px 0px;
    text-align: center;
}

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 3px 6px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 90%;
  margin-right:10px;
}

#DDLWCity {
	font-family: 'B Nazanin';
	font-size: 18px;
	direction: rtl;
    margin: 15px auto;
display: initial;
}
.weatherclass {
	text-align: center;
}
.CityName {
	font-size: 25px;
	padding: 12px;
	border-bottom: 1px solid #ccc;
	margin: 10px 35px;
}