﻿

.rktnumtext{
    color:darkred;
}


.rktpanel {
    border-radius: 10px;
    border: 1px solid;
    border-color: black;
    background-color: #d6f0fc;
    margin: 10px;
}

.rktpanel-gr {
    border-radius: 10px;
    border: 1px solid;
    border-color: black;
    background-color: #eee;
    margin: 10px;
}

.rktpanel-sb {
    border-radius: 10px;
    border: 1px solid;
    border-color: #000066;
    background-color: #e1ebf7;
    margin: 10px;
}


.rktwarning {
    border-radius: 8px;
    border: 1px solid;
    border-color:red;
    background-color: #fef2f2;
}

.txspanel {
    border: 2px solid black;
    border-radius: 8px;
    background-color: aliceblue;
    height: 250px;
}

.rkttile {
    width: 220px;
}

.datapnl{
    text-align:center;
    margin-top:8px;
    margin-bottom:8px;
    color:#000066;

}

.parahead{
    color:black;
    font-size:larger;
    margin-bottom:1px;
}

.pd-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pd-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pd-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pd-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pd-lr-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.mr-lr-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mr-lr-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mr-lr-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.mr-lr-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.mr-lr-100 {
    margin-left: 100px;
    margin-right: 100px;
}

.mr-lr-150 {
    margin-left: 150px;
    margin-right: 150px;
}

.mr-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mr-tb-8 {
    margin-top: 8px;
    margin-bottom: 8px;
}


.sicon1 {
    list-style-image: url(../Images/socialIcons/Reddit.png);
    vertical-align: middle;
}

.sicon2 {
    list-style-image: url(../Images/socialIcons/Telegram.png);
}

.sicon3 {
    list-style-image: url(../Images/socialIcons/Twitter.png);
}

.sicon4 {
    list-style-image: url(../Images/socialIcons/YouTube.png);
}

.sicon5 {
    list-style-image: url(../Images/socialIcons/Face.png);
}

.sicon6 {
    list-style-image: url(../Images/socialIcons/Insta.png);
}

.rkt-align-r {
    text-align: right;
}

.rkt-align-l {
    text-align: left;
}

.rkt-align-c {
    text-align: center;
}

.rkt-align-m{
    vertical-align:middle;
}

.maintext {
    font-family: 'Lithos Pro';
    font-size: 100px;
    color: #000066;
}

.rkt-blacktext {
    color: #000000;
    font-size: large;
}

.rkt-blacktext-xlg {
    color: #000000;
    font-size: x-large;
}

.rkt-gtext {
    color: #000066;
    font-style: italic;
    font-size: larger;
}

.link-color5 {
    color: white;
}

.link-color6 {
    color: #337ab7;
}

.linkbar {
    padding-top: 5px;
    border-radius: 8px;
    border: 1px solid darkblue;
}



.longtext{
    
    margin-left:40px;
    color:black;
    font-family:'Palatino Linotype';
}


.tooltipbox {
    position: relative;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding-bottom: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 6px;
    background-clip: padding-box;
    background: #FFF;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}


.tooltip_templates {
    display: none;
}

.rkttext{
    font-family:'Cooper Std';
    color:#000066;
}

.rkttext2{
    font-size:small;
    color:white;
}

.chartlbl{
    font-size: large;
    text-align: center;
    color: darkblue;
}

.rkttile {
    width: 210px;
}


.lowercharts{
    margin-top: 20px;
}

.btnpnl {
    text-align: right;
}

.tickler{
    float:right;
    font-size:x-small;
    color:#0066ff;
    margin-top: -10px;
}

.ticklerL{
    float:left;
    font-size:x-small;
    color: #0066ff;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
