.manage-campaign-btn { display: none; }

.dashboard-tile a:visited { color: white; }

html {
    --main-color: #554596;
    --highlight-color: #BFA8D1;
    --text-color: #0d526a;
    --text-on-main-color: #ffffff;
    --readonly-bgcolor: #EDEDED;
    --text-colour: #0d526a;
    --primary-header-colour: #0d526a;
}

body, td {
    color: var(--text-color);
}

.RadGrid_Bootstrap .rgHeader a {
    color: var(--text-color);
}

.form-control {
    min-height: 38px;
    min-width: 100%;
}

.readonly {
    background-color: var(--readonly-bgcolor) !important;
}

h1, h2, h3, h4 {
    color: var(--main-color);
}

.text-right {
    text-align: right !important
}

.btn-primary {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: var(--text-on-main-color) !important;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: var(--highlight-color) !important;
        border-color: var(--main-color) !important;
        color: var(--text-on-main-color) !important;
    }

.tab-strip .rtsLI a, .heavy-borders {
    border-color: var(--main-color) !important;
}


.selected-tab {
    background-color: var(--main-color) !important;
    color: var(--text-on-main-color) !important;
}

.tab-strip .rtsLI a {
    border: solid 1px #554596 !important;
    border-collapse: collapse !important;
    margin-bottom: -1px;
    margin-left: 5px;
    padding: 10px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
}

.tab-strip .rtsFirst a {
    margin-left: 0px;
}

.selected-tab {
    background-color: #554596 !important;
    color: #ffffff !important;
}

.heavy-borders {
    border: solid 1px #554596 !important;
    border-collapse: collapse !important;
    margin-bottom: -1px;
}

.heavy-borders-box {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
}

input[type="text"], input[type="number"], input[type="password"], input[type="email"] {
    border-radius: 4px !important;
}

h1, h2, h3, h4 {
    color: #554596 !important;
    font-family: Raleway, Calibri !important;
    font-weight: 700 !important;
}

body, p, li, td, th, option, input, select, label {
    font-family: Raleway, Calibri !important;
    font-size: 14px !important;
}

label, b, .tab span {
    font-size: 16px !important;
}

.sidebar-menu a {
    font-size: 18px;
}

.file-upload {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .file-upload::-webkit-file-upload-button {
        color: #fff;
        background-color: #554596;
        border-color: #554596;
        border: 1px solid transparent;
        border-radius: 4px;
        font-family: Calibri !important;
        font-size: 16px !important;
        margin-right: 10px;
    }

.grid-nested-table {
    width: 100%;
    border: 1px solid #dedede;
}

    .grid-nested-table th {
        background-color: whitesmoke;
    }

    .grid-nested-table th, .grid-nested-table td {
        padding: 5px;
    }

div#addInternalAccountModal{
    display: none !important;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
}

/* Add rounded corners to the top left and the top right corner of the image */
img {
  border-radius: 5px 5px 0 0;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
  background-color: rgba(215,215,215,1);
}


.modal.ls-modal { display: none !important;}

.site-page-contents {
    padding-bottom: 50px;
}

.site-page-contents, .site-page-width {
    padding-left: 5%;
    padding-right: 5%;
}

    .site-page-contents .page-title {
        padding-bottom: 30px;
    }

.old-style .accordion {
  background-color: #eee;
  color: #002d5b;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-size: 15px;
}

.old-style .active, .old-style .accordion:hover {
  background-color: #33b2e9; 
  color: #ffffff;
}

.old-style .accordion-panel {
  padding: 0px 20px;
  background-color: white;
  font-size: 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  box-shadow: none;
  margin-bottom: 20px;
}

.old-style .accordion-panel p { margin-top: 18px; margin-bottom: 18px; }

.old-style .accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #33b2e9;
  float: right;
  margin-left: 5px;
}

