﻿/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21 Jun, 2016, 4:12:14 PM
    Author     : rajkumar
*/

.white-bg{background-color: #fff!important;    display: none;}
.white-bg div,.white-bg a,.white-bg:hover div{display: none!important}

.divstyle{
    display:inline-block;
    background-color: #bdbdbd !important;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 22px;
}
.arrow_box {
    position: relative;
    background: #fff;
    border: 3px solid rgb(125,125,125);
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #ccc;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box:before {
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #ccc;
    border-width: 14px;
    margin-left: -14px;
}
ul.equityMood li {
    position: relative;
    float:left;
    list-style-type:none;
    border:1px solid rgb(125,125,125);
    /*border-left:0px solid #333;*/
    height: 85px;
    width: 97px;
    text-align:center;

}
ul.equityMood li a{
    display:block;
    height: 100%;
    color:#333;
    font-size: 14px;
    padding-top: 5%;
    word-break: break-word;
}
.greenColor1 {
    background-color: rgb(207, 228, 164);
}
.greenColor2 {
    background-color: rgb(190, 220, 142);
}
.greenColor3 {
    background-color:rgb(171, 211, 120);
}
.greenColor4 {
    background-color: rgb(107, 162, 52);
}

.redColor1 {
    background-color: rgb(239, 204, 201);
}
.redColor2 {
    background-color: rgb(237, 185, 181);
}
.redColor3 {
    background-color: rgb(236, 167, 160);
}
.redColor4 {
    background-color: rgb(217, 81, 67);
}
#mooddata{
    width: 100%;
    height:400px;
}
