a:link {
    text-decoration: none;
}

td.flash {
    position: relative;
    padding: 0px;
}

input.flash {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    outline: none;
    border: 0px;
    padding: 2px;
}

input {
    border-radius: 0px;
}

.my-fade-1 {
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidebar */
}

div#load_screen {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 1600px;
}

div#load_screen>div#loading {
    width: 120px;
    height: 24px;
    margin: 300px auto;
}

.tooku-charts {
    background-color: #00315c;
    background-image: url("../images/denim3.jpg");
}

[v-cloak] {
    display: none;
}

.my-bg-blue-1 {
    background: #CFE2F3;
}

.my-bg-blue-2 {
    background: #F0F6FB;
}

.the-bg-color {
    background: '#18408B';
}

.the-color {
    color: '#18408B';
}

.bg-main2 {
    background: #F5FFFF;
}

.bg-main {
    background: #e9f5f8;
}

.my-bg-red{
    background: #E11D2B;
}

.my-text-red{
    color: #E11D2B;
}

.content {
    padding: 16px;
}


/* The sticky class is added to the header with JS when it reaches its scroll position */

.sticky {
    position: fixed;
    width: 100%
}


/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */

.sticky+.content {
    padding-top: 102px;
}

