﻿body {
}
 .modal_pop_up_class {
        background: rgba(0,0,0,.4);
        cursor: pointer;
        display: none;
        height: 100%;
        position: fixed;
        /*text-align: center;*/
        top: 0;
        width: 100%;
        z-index: 10000;
    }

.modal_pop_up_class_div2 {
        background: rgba(0,0,0,.4);
        cursor: pointer;
        display: none;
        height: 100%;
        position: fixed;
        /*text-align: center;*/
        top: 0;
        width: 100%;
        z-index: 10000;
    }

        .modal_pop_up_class .helper {
            display: inline-block;
            height: 100%;
            vertical-align: middle;
        }

        .modal_pop_up_class > div {
            background-color: #fff;
            box-shadow: 10px 10px 60px #555;
            display: inline-block;
            height: auto;
            max-width: 95%;
            min-height: 100px;
            vertical-align: middle;
            width: 90%;
            position: relative;
            border-radius: 8px;
            /*padding: 15px 5%;*/
        }
    .popupCloseButton {
        background-color: #fff;
        border: 3px solid #999;
        border-radius: 50px;
        cursor: pointer;
        display: inline-block;
        font-family: arial;
        font-weight: bold;
        position: absolute;
        top: -20px;
        right: -20px;
        font-size: 25px;
        line-height: 30px;
        width: 30px;
        height: 30px;
        text-align: center;
        z-index: 10;
    }

     #popupBox {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 9;
        transform: translate(-50%, -50%);
    }

      #graphBox {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 9;
        transform: translate(-50%, -50%);
    }

       #quoteBox {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 9;
        transform: translate(-50%, -50%);
    }

       .popupSubTitleBar{
	/* background-color: hsl(189, 20%, 91%); */
	font-family: 'lato', sans-serif;
	color: #1A8498;
	font-weight: bold;
	line-height: 36px;
	text-shadow: 1px 1px 2px #F6FEFF;
	width: 100% !important;
	font-size: 16px;
	text-align: left;
	/* border-left: 2px solid #C7DBDE; */
	padding-left: 10px;
	border-radius: 8px 8px 1px 0;
	vertical-align: middle;
	/* box-shadow: 0px -1px 1px 1px rgb(205, 225, 228); */
	}

.popupSubTitleDiv
{
background-color:hsl(189, 20%, 91%);
border-radius:8px 8px 0px 0px;
}