/*bodyFat style */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end rest*/
/* arabic */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: local('Cairo'), local('Cairo-Regular'), url(https://fonts.gstatic.com/s/cairo/v1/KHiPzIiPko_Fw3pWntR2CoDGDUGfDkXyfkzVDelzfFk.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+FB50-FDFF, U+FE80-FEFC;
}
/* latin-ext */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: local('Cairo'), local('Cairo-Regular'), url(https://fonts.gstatic.com/s/cairo/v1/iExxv6nlTbTZ7OYq-WHjN4DGDUGfDkXyfkzVDelzfFk.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: local('Cairo'), local('Cairo-Regular'), url(https://fonts.gstatic.com/s/cairo/v1/9AWxzDXz2R7tHfJeCoIOqqCWcynf_cDxXwCLxiixG1c.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;

}
html{
   font-family: 'Cairo';
}
body{
  background: rgb(205, 203, 193);
}
#content{
   width: 90%;
   margin: auto;
    background-color: #fff!important;
   margin-top:50px;
   padding: 20px;
   border: rgb(207, 207, 207) solid 1px;
   box-shadow: 0 1px 10px 2px #B2B2B2;
}
#cal_frm{
     width: 100%;
    height: auto;
    background-color: #fff!important;
    line-height: 2rem;
    padding-bottom: 1rem;
}

.calcRow {
	margin-left: 0px!important;
	margin-bottom: 5px;
    margin-top: 5px;
}

.calcTextBox {

width: 40%!important;
padding: 11px 0.5% 13px!important;

}


.calcTextBox2 {

width: 96%!important;
padding: 11px 0.5% 13px!important;

}


input[type="radio"] {
    display:none;
}


.quiz-label {

cursor:pointer;
font-size: 1.0rem;
font-weight: bold;
display: inline-block;
width: 97%;
border: solid 1px #5a5a5a;
padding: 1%;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.quiz-label-small {

cursor:pointer;
font-size: 1.1rem;
font-weight: bold;
display: inline-block;
width: 47.65%;
border: solid 1px #5a5a5a;
padding: 1%;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.quiz-label:hover {

background-color: #f4f4f4;

}

input[type="radio"] + label span {
    display:inline-block;
    width:21px;
    height:23px;
    margin:2px 5px 5px 6px;
    vertical-align:middle;
    background:url('http://common.bbcomcdn.com/Min/themes/graphyte/sprite.png') no-repeat  -75px -1250px;
    cursor:pointer;
}
input[type="radio"]:checked + label span {
    background:url('http://common.bbcomcdn.com/Min/themes/graphyte/sprite.png') no-repeat -50px -1250px;

}

input[type="radio"]:checked + label {
    background-color: #f4f4f4;

}



 .cal_text
 {
    border-width:2px; border-color:#cccccc;
    border-style:solid; border-radius:7px;
    text-align:right; font-size:19px; padding:9px;
    background-color:#ebebeb; box-shadow:inset 0px 4px 5px 0px rgba(171,171,171,.75);
    text-shadow:0px 0px 0px rgba(42,42,42,.75);
    width: 99%;
  }
   .cal_text:focus { outline:none; }

.cal_button{
   font-family: 'Cairo';
   font-size: 1.1rem!important;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    //display: inline-block;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background-color: #00aeef;
    border: 1px solid #04a3de;
}
.cal_button:hover{
    color: #fff;
    text-decoration: none;
    background-color: #009ad2;
}
 input[type="button"]:disabled {
    background: #dddddd;
    color:  rgb(135, 135, 135);
    border: 0px;
    cursor: not-allowed;
}

.feedback_style{
  background-color: #00aeef;
    border: 1px solid #04a3de;
    color: #fff;
    font-size: 0.8rem!important;
    padding:20px;
    margin:10px;
    border-radius: 5px;

}
legend{
    background-color: #00aeef;
    border: 1px solid #04a3de;
    border-radius: 3px;
    padding: 5px; 
}
