@charset "utf-8";
/* CSS Document */

body, p, ul, div, h1, h2, h3, h4, h5, h6{padding:0; margin:0;}
body {margin: 0px; font-family:Arial, Helvetica, sans-serif; font-size:110%; min-width:240px; height: 99.9%; background:#0a2018 url(/images/mobile/white-30-3-3.png) 0 0 repeat;}
header{width:96%; background:#fff; float:left; min-height:10%; border-bottom:2px solid #009846; padding:0 2%;}


.check{width:40px; height:40px;}
@media all and (max-width: 410px){
    .check{width:10px; height:10px;}
}
.width-100{width:100%;}
.width-96{width:96%;}
.width-92{width:92%;}
.width-80{width:80%;}
.width-46{width:46%;}
.width-66{width:66%;}
.width-36{width:36%;}
header .logo{float:left; margin-right:0%; width:40%; max-width:134px;}
header div.sensex{float:right; text-align:right; padding:0.5% 2%;max-width:44%; min-width:24%;}
header div.sensex .sensex-value{font-size:0.75em; font-weight:bold;}
header div.sensex .sensex-up-down{font-size:0.625em; max-width:68%; min-width:48%; float:right;}
.floatright{float:right;}
.floatleft{float:left;}
.none{display: none;}
.block{display: block;}
.clearleft{clear:left;}
.font-12{font-size:12px;}
.margin-right-15{margin-right:15px;}
.margin-left-15{margin-left:15px;}
.margin-left-5-perc{ margin-left:5%;}
.margin-right-5-perc{ margin-right:5%;}
.margin-right-3-perc{ margin-right:3%;}
.margin-top-10{margin-top:10px;}
.margin-top-1-perc{margin-top:1%;}
.margin-top-5-perc{margin-top:5%;}
.margin-top-0_8-perc{margin-top:0.8%;}
.margin-top-1-perc{margin-top:1%;}
.margin-top-2-perc{margin-top:2%;}
.margin-top-2_8-perc{margin-top:2.8%;}
.margin-top-3-perc{margin-top:3%;}
.margin-top-10-perc{margin-top:10%;}
.margin-left-1-perc{margin-left:1%;}
.margin-left-2-perc{margin-left:2%;}
.margin-left-5-perc{margin-left:5%;}
.padding-top-2-perc{padding-top: 2%;}
.padding-top-10-perc{padding-top: 10%;}
.padding-top-15-perc{padding-top: 15%;}
.color-red-ff0000{color:#F00;}
.color-green-1d9947{color:#1d9947;}
.red-down-arrow{background:url(/images/mobile/red-down.png) 0 0 no-repeat; width:11px; height:8px; margin-right:0.5%; display:inline-block;}
.width-90-perc{width:90%!important;}
.font-085em{font-size:0.85em!important;}

#wrapper{width:100%; float:left; padding-bottom:2%;}
#main-content{width:100%; float:left; margin-top:5px; color:#fff;}

#latest-financials{width:100%; float:left; margin-bottom:10px;}

table{width:100%; margin-top:3%; margin-bottom: 1%; color:#fff;
-webkit-box-shadow: 0.0em 0.2em 0.5em 0.0em rgba(0, 0, 0, 0.55);
box-shadow: 0.0em 0.2em 0.5em 0.0em rgba(0, 0, 0, 0.55);
}
table tr{width:96%; padding:2%; font-size:0.68em; margin-top:2px;
background: #1f3e23; /* Old browsers */
background: -moz-linear-gradient(top, #1f3e23 0%, #152e1a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f3e23), color-stop(100%,#152e1a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1f3e23 0%,#152e1a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1f3e23 0%,#152e1a 100%); /* Opera 11.10+ */
}
table tr th{background:#916617; font-size:1em; text-align:center;}

.very-good{float:right; padding:2% 2%; font-size:0.68em; color:#fff; border:0.12em solid #e8e8e8; text-align:center; min-width:18%; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
-webkit-box-shadow: 10em 10% 20% 5% rgba(0, 0, 0, 0.55);
-moz-box-shadow: 10% 10% 20% 5% rgba(0, 0, 0, 0.55);
box-shadow: 0.2em 0.2em 0.8em 0.2em rgba(0, 0, 0, 0.55);

background: #19a258; /* Old browsers */
background: -moz-linear-gradient(top, #19a258 1%, #055b31 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#19a258), color-stop(100%,#055b31)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #19a258 1%,#055b31 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #19a258 1%,#055b31 100%); /* Opera 11.10+ */
}
.somewhat-good{float:right; padding:2% 2%; font-size:0.68em; color:#fff; border:0.12em solid #e8e8e8; text-align:center; min-width:18%; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
-webkit-box-shadow: 10em 10% 20% 5% rgba(0, 0, 0, 0.55);
-moz-box-shadow: 10% 10% 20% 5% rgba(0, 0, 0, 0.55);
box-shadow: 0.2em 0.2em 0.8em 0.2em rgba(0, 0, 0, 0.55);

background: #d1b413; /* Old browsers */
background: -moz-linear-gradient(top, #d1b413 0%, #cf680f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1b413), color-stop(100%,#cf680f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d1b413 0%,#cf680f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d1b413 0%,#cf680f 100%); /* Opera 11.10+ */
}

.not-good{float:right; padding:2% 2%; font-size:0.68em; color:#fff; border:0.12em solid #e8e8e8; text-align:center; min-width:18%; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
-webkit-box-shadow: 10em 10% 20% 5% rgba(0, 0, 0, 0.55);
-moz-box-shadow: 10% 10% 20% 5% rgba(0, 0, 0, 0.55);
box-shadow: 0.2em 0.2em 0.8em 0.2em rgba(0, 0, 0, 0.55);

background: #e6352c; /* Old browsers */
background: -moz-linear-gradient(top, #e6352c 1%, #8c0202 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e6352c), color-stop(100%,#8c0202)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e6352c 1%,#8c0202 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e6352c 1%,#8c0202 100%); /* Opera 11.10+ */
}

.no-evaluation{float:right; padding:2% 2%; font-size:0.68em; color:#fff; border:0.12em solid #e8e8e8; text-align:center; min-width:18%; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
-webkit-box-shadow: 10em 10% 20% 5% rgba(0, 0, 0, 0.55);
-moz-box-shadow: 10% 10% 20% 5% rgba(0, 0, 0, 0.55);
box-shadow: 0.2em 0.2em 0.8em 0.2em rgba(0, 0, 0, 0.55);

background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f5eed2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5eed2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f5eed2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f5eed2 100%); /* Opera 11.10+ */
}

.no-assessment{float:right; padding:2% 2%; font-size:0.68em; color:#fff; border:0.12em solid #e8e8e8; text-align:center; min-width:18%; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
-webkit-box-shadow: 10em 10% 20% 5% rgba(0, 0, 0, 0.55);
-moz-box-shadow: 10% 10% 20% 5% rgba(0, 0, 0, 0.55);
box-shadow: 0.2em 0.2em 0.8em 0.2em rgba(0, 0, 0, 0.55);

background: #d4d5d5; /* Old browsers */
background: -moz-linear-gradient(top, #d4d5d5 0%, #999999 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d5d5), color-stop(100%,#999999)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d4d5d5 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d4d5d5 0%,#999999 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d4d5d5 0%,#999999 100%);
}
.rupee-white-bg{-webkit-border-radius: 7em;-moz-border-radius: 7em;border-radius: 7em; background-color:#abd6bd; float:right; width:1.5em; color:#F00;}

#button-container{float:left; width:94%; margin-left:3%;}
.button, .button-tooltip, .button-set-alert, .in-watch-and-bought{border:1px solid #FF8F00; font-weight:bold; font-size:0.75em; color:#000; text-decoration: none; text-align:center; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
background: #bc7e07; /* Old browsers */
background: -moz-linear-gradient(top, #bc7e07 0%, #745012 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bc7e07), color-stop(100%,#745012)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bc7e07 0%,#745012 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bc7e07 0%,#745012 100%); /* Opera 11.10+ */
}
.button:hover ,.button-tooltip:hover, .button-set-alert:hover, .in-watch-and-bought:hover{border:1px solid #cabc06;font-weight:bold; text-decoration: none; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; cursor:pointer;
background: #745012; /* Old browsers */
background: -moz-linear-gradient(top, #745012 0%, #bc7e07 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#745012), color-stop(100%,#bc7e07)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #745012 0%,#bc7e07 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #745012 0%,#bc7e07 100%); /* Opera 11.10+ */
}
.button {padding:1.5%;}
.button:hover {padding:1.5%;}
.button-tooltip {padding:3% 1.5% 3% 1.5%;}
.button-tooltip:hover {padding:3% 1.5% 3% 1.5%;}
.button-set-alert {padding:2%;}
.button-set-alert:hover {padding:2%;}
.in-watch-and-bought {padding:1.5% 1.5% 1.5% 1.5%;}
.in-watch-and-bought:hover {padding:1.5% 1.5% 1.5% 1.5%;}

.button-black{padding:1.5%; color: #fff; font-weight:bold; font-size:0.75em; text-align:center; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; text-decoration: none;
background: #565656; /* Old browsers */
background: -moz-linear-gradient(top, #565656 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #565656 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #565656 0%,#000000 100%); /* Opera 11.10+ */
}
.button-black:hover{padding:1.5%;font-weight:bold; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; cursor:pointer;
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #565656 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#565656)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #000000 0%,#565656 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #000000 0%,#565656 100%); /* Opera 11.10+ */
}

.button-disable{padding:1.5%; color: #666; border: 1px solid #b0b1b1; font-weight:bold; font-size:0.75em; text-align:center; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; text-decoration: none;
background: #b3b3b3; /* Old browsers */
background: -moz-linear-gradient(top, #b3b3b3 0%, #666666 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3b3b3), color-stop(100%,#666666)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b3b3b3 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b3b3b3 0%,#666666 100%); /* Opera 11.10+ */
}
.button-disable img{opacity:0.2;}
#number{color:#fff; margin-top: 2%; float: left; font-weight: bold;}
#number, #number .pagination, #number .disabled  {width:100%; text-align: right; font-size: 0.90em!important; color:#fff; text-decoration: none;}

.button-dc-maker{padding:1.5%; color: #fff; border: 1px solid #000; font-weight:bold; font-size:0.75em; text-align:center; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; text-decoration: none;
background: #606060; /* Old browsers */
background: -moz-linear-gradient(top, #606060 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606060), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #606060 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #606060 0%,#000000 100%); /* Opera 11.10+ */
}

.button-dc-maker:hover{padding:1.5%; color: #fff; border: 1px solid #000; font-weight:bold; font-size:0.75em; text-align:center; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; text-decoration: none;
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #606060 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#606060)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #000000 0%,#606060 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #000000 0%,#606060 100%); /* Opera 11.10+ */
}

/* Company Details Header */
#company-details{width:96%; padding:10px 2%; float:left;
background: #dfc369; /* Old browsers */
background: -moz-linear-gradient(top, #dfc369 0%, #bc7e07 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfc369), color-stop(100%,#bc7e07)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #dfc369 0%,#bc7e07 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #dfc369 0%,#bc7e07 100%); /* Opera 11.10+ */
}
#company-details .company-name{float:left; max-width:60%; padding:0 1%;}
#company-details .company-name h1{margin-bottom:5px; font-size:0.85em;}
#company-details .company-name .bse-nse{font-size:0.75em;}
#company-details .company-name .cap-sector{font-size:0.55em;}
#company-details  .nifty{max-width:32%; min-width:32%;float:right; text-align:right; padding:0.5% 2%;}
#company-details  .nifty .nifty-value{font-size:0.85em; font-weight:bold;}
#company-details  .nifty .nifty-up-down{font-size:0.75em;}

/* From WatchList*/
.margin-left-2-perc {margin-left:2%;}
.margin-left-4-perc {margin-left:4%;}
.padding-left-4-perc {padding-left:4%}
.margin-right-2-perc {margin-right:2%}
.margin-right-4-perc {margin-right:4%}
.margin-left-14-perc {margin-left:14%}
.margin-top-2-perc {margin-top:2%;}
.margin-top-1-perc {margin-top:1%;}
.margin-right-1-perc{margin-right:1%;}
.margin-right-dot-50-perc{margin-right:0.50%;}
.width-100-perc {width:100%;}
.margin-bottom-2-perc {margin-bottom:2%;}
.font-size-80em {font-size:0.80em}
.font-size-60em {font-size:0.60em}
.font-size-70em {font-size:0.70em}
.font-size-0_90em {font-size:0.90em}
.font-size-1_30em {font-size:1.30em}
.padding-2-perc {padding:2%;}
.padding-top-7-perc{padding-top:7%}
.margin-top-5{margin-top:5px;}
.margin-top-3-perc{margin-top:3%;}
.company-cap-color-watchlist {color:#8d690d;}

.back{color:#000!important; border: 1px solid #684910; padding:0.5% 1%; text-decoration:none; font-size: 0.65em;
background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top, #fefefe 0%, #dbbb05 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dbbb05)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fefefe 0%,#dbbb05 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fefefe 0%,#dbbb05 100%); /* Opera 11.10+ */
}

footer{float:left;width:100%; text-align:center; font-weight:bold; color:#333333; font-size:0.65em; padding-top:5%;}
.cursor-pointer {cursor:pointer}
.underline-none {text-decoration :none;}
.check-in-btn-color {color:#00ff00;}

.visit-site-content{float:left; width: 96%; padding: 2% 2% 2% 2%; margin-top: 3%; background: #333333; color: #fff; box-shadow: 0 0.2em 0.5em 0 rgba(0, 0, 0, 0.55); font-size: 0.65em; text-align: center;}
.font-size-1-1em{font-size:1.1em;}
.font-normal{font-weight: normal;}