/****************************/
/* Personal - JDG           */
/****************************/

/*************************************************/
/* Maintenance Alert Banner                      */
/* ----------------------------------------------*/

/* Top padding for each page to "push" is down enough to see the Maintenance Alert Banner */
.maintenance-alert-page-padding {
    margin-top: 60px
}

/* Mantanance Alert banner attributes */
.maintenance-alert {
    background-color: #384359;
    padding: 6px;
    top: 120px;
    position: fixed;
    width: 100%;
    z-index: 99 !important;
    color: orange;
}

/*************************************************/
/* MAX Subscription Reached. Alert Message Color */
.max-subscription-reached-alert {
    color: rgb(225, 95, 121);
}


/*************************************************/
/* Labels Page */
.main-label-text {
    font-size: 110%;
    padding-bottom: 8px;
}

/*************************************************/
/* PREVIEW Content Letter Type and Size          */
.preview-content-font {
    font-size: 18px;
    letter-spacing: 0.5px;
}

.preview-content-extra-font {
    font-size: 18px;
    letter-spacing: 0.5px;
}

/* .Xpreview-asset-alert-details {
    color: red;
} */

/*************************************************/
/* Common Table Header Styles */
.general-table-titles {
    text-transform: capitalize !important;
    font-size: 0.9rem !important;
}

/*************************************************/
/* Circle Avatar Styles */
.avatar-circle {
    line-height: 0;
    /* remove line-height */
    display: inline-block;
    /* circle wraps image */
    margin: 5px;
    border: 2px solid rgba(200, 200, 200, 0.4);
    border-radius: 50%;
    /* relative value */
    /*box-shadow: 0px 0px 5px rgba(0,0,0,0.4);*/
    transition: linear 0.25s;
}

.avatar-circle img {
    border-radius: 50%;
    /* relative value for adjustable image size */
}

.avatar-circle:hover {
    transition: ease-out 0.2s;
    border: 2px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: ease-out 0.2s;
}

a.avatar-circle {
    color: transparent;
    /* IE fix: removes blue border */
}

/*************************************************/
/* Various */
.notifications-tab-explainer {
    color: red;
}

.notes-chars-exceeded {
    color: red;
}

.content-spacer:before {
    content: "\00a0";
}

/*************************************************/
/* Highlight asset row on hover */
table.dataTable tbody tr:hover {
    background-color: #e2e4e8;
}

/* Table Row Height */
/* Distrupts the Table in terh Detail Vide - Watchlist Asset Table */
table.dataTable tbody th, table.dataTable tbody td {
    padding: 0px 0px;
    margin: 0px 0px;
}

.dropdown-toggle-split {
    padding-left: 1.125rem;
}

.row-detailed-section-background-meld {
    background-color: #e7eaee !important;
}

/*************************************************/
/* Expanded panel for assets */
.dataTable-expanded-panel {
    padding: 4px;
    border: 1px solid #8a99b5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Adjust padding for height*/
.nav-tabs>li>a.expanded-panel-tab-size {
    padding-top: 2px;
    padding-bottom: 2px;
}

/* Add the classname so hover background is disabled */
.details-panel-hover td:hover {
    background-color: white;
}

/* -------------------------------- */
/* Prevent the Dropdown List box from being hidden in a modal Dialog */
.modal-open .select2-dropdown {
    z-index: 10060;
}

.modal-open .select2-close-mask {
    z-index: 10055;
}

/* -------------------------------- */
/* Color for +/- values displayed in the tables (Eg. Watchlist Table) */
/* Dark version in 'dark-layout.css' */
.positive-percentage-color {
    color: greenyellow;
}

.negative-percentage-color {
    color: red;
}

.theme-choice:hover {
    cursor: pointer;
}

.page-title {
    font-size: 24px;
    padding-right: 20px;
    color: orange;
    /* color: cornflowerblue; */
}

.watchlist-title-display {
    font-size: 20px;
    color: cornflowerblue !important;
}

.bg-contact {
    background: rgb(244, 247, 244);
}

.content-justify {
    text-align: justify;
}

.center-text {
    text-align: center;
}

.right-text {
    text-align: right;
}

.left-text {
    text-align: left;
}

.white-text {
    color: whitesmoke !important;
}

.bg-red {
    background: red;
}

.bg-blue {
    background: blue;
}

.bg-yellow {
    background: yellow;
}

.bg-green {
    background: green;
}

.funds-green {
    color: green;
}

.funds-orange {
    color: orange;
}

.spacer:before {
    content: "\00a0";
}

.block-logo-color {
    color: orange !important;
    font-size: 150%;
    vertical-align: middle;
}

.beacon-logo-color {
    color: #4785e3 !important;
    font-size: 150%;
    vertical-align: middle;
}

.show {
    visibility: visible;
}

.hide {
    visibility: hidden !important;
    display: none !important;
}

.pad-5 {
    padding: 5px;
}

.pad-top-10 {
    padding-top: 10px;
}

.pad-bottom-10 {
    padding-bottom: 10px;
}

.pad-top-20 {
    padding-top: 20px;
}

.pad-bottom-20 {
    padding-bottom: 20px;
}

.pad-left-10 {
    padding-left: 10px;
}

.pad-left-20 {
    padding-left: 20px;
}

.pad-right-5 {
    padding-right: 5px;
}

.pad-right-10 {
    padding-right: 10px;
}

.pad-right-20 {
    padding-right: 20px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.bold-font {
    font-weight: bold;
}

/* .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
} */


/* Tab <div> Wrapping */
.tab-div-force-wrap {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}


/* ------------------------------------------------- */
.boxshadow {
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(214, 28, 28, 0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(59, 223, 67, 0.5);
    box-shadow: 1px 1px 8px 1px rgba(39, 113, 224, 0.1);
    padding: 10px;
    margin-top: 20px;
}

.boxshadow:hover {
    box-shadow: 2px 2px 8px 1px rgba(39, 113, 224, 0.5);
    text-decoration: none;
}

.boxshadow a:hover, .boxshadow a:visited, .boxshadow a:link, .boxshadow a:active {
    text-decoration: none;
}

.video-title-marker {
    color: rgb(69, 126, 233);
    font-size: 1.3em;
    font-weight: 400;
}

.boxshadow .video-descrption-marker {
    color: #333;
}

/* --------------------------------------------------------------- */
/* Profile - Avatar Upload */
.dropzone-on {
    border-radius: 5px;
    border: 4px dashed rgb(51, 199, 58);
}

.dropzone-off {
    border-radius: 5px;
    border: 4px dashed gray;
}

/* --------------------------------------------------------------- */