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;
}


.border-left-primary {
  border-left: 0.25rem solid #4e73df !important;
}

.border-bottom-primary {
  border-bottom: 0.25rem solid #4e73df !important;
}

.border-left-secondary {
  border-left: 0.25rem solid #858796 !important;
}

.border-bottom-secondary {
  border-bottom: 0.25rem solid #858796 !important;
}

.border-left-success {
  border-left: 0.25rem solid #1cc88a !important;
}

.border-bottom-success {
  border-bottom: 0.25rem solid #1cc88a !important;
}

.border-left-info {
  border-left: 0.25rem solid #36b9cc !important;
}

.border-bottom-info {
  border-bottom: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
  border-left: 0.25rem solid #f6c23e !important;
}

.border-bottom-warning {
  border-bottom: 0.25rem solid #f6c23e !important;
}

.border-left-danger {
  border-left: 0.25rem solid #e74a3b !important;
}

.border-bottom-danger {
  border-bottom: 0.25rem solid #e74a3b !important;
}

.border-left-light {
  border-left: 0.25rem solid #f8f9fc !important;
}

.border-bottom-light {
  border-bottom: 0.25rem solid #f8f9fc !important;
}

.border-left-dark {
  border-left: 0.25rem solid #5a5c69 !important;
}

.border-bottom-dark {
  border-bottom: 0.25rem solid #5a5c69 !important;
}