﻿body {
    padding-top: 4.5rem;
    /*background-color: #f8f9fa; */ /*#7E5AA9*/
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    min-height: 100vh; display: flex; flex-direction: column;
}
th {
        font-size: .875em;
}

/* Status */

.bg-info {
    background-color: #0dcaf040 !important;
    color: #0d697b!important;
}

.bg-danger {
    background-color: #dc354526 !important;
    color: #b32b38!important;
}

.bg-success {
    background-color: #b2f9d9 !important;
    color: #18774b;
}

.bg-purple {
    background-color: #e9d7ff;
    color: #644687;
}

.bg-warning {
    background-color: #ffedb6 !important;
    color: #83691b;
}

.status-dropdown-table {
    background-color: #0d6efd2b;
    color: #0d6efd;
    border-color: #0d6efd;
}


.applications-wrapper[data-status="New"] th.datum,
.applications-wrapper[data-status="New"] td.datum {
    display: none!important;
}


.timeline-entry {
    margin: 10px 0;
    padding: 1rem;
    background-clip: border-box;
    border-radius: .25rem;
}

 /* Badges ends */

/* table tr td:last-child {
    text-align: right;
} */

/* table tr th:last-child {
    text-align: right;
} */
.navbar {
    background: #ffffff;
}
.navbar-brand img {
    margin-top: -0.25rem;
    margin-bottom: -1rem;
    width: 7rem;
    height: auto;
}

/*.navbar-bottom-bar {
    width: 100%;
    height: 0.4rem;
    z-index: 1;
    position: fixed;
    background: #8b8b8b;
    background: rgba(0,0,0,0.2);
    background: -moz-linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 100%);*/ /* FF3.6-15 */
/*background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 100%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

/*}*/

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: rgb(0 0 0 / 18%);
}

.navbar-shadow {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    border-bottom: 1px solid #eceef3;
}

#tab-new, #tab-progress, #tab-archive, #tab-all {
    color: grey;
}

.form-check-input:checked {
    background-color: #7e5aa9;
    border-color: #7e5aa9;
}

.lila-bg {
    background-color: #ebe1f7;
}

.bg-purple2 {
    background-color: #7E5AA9;
}

.bg-green {
    background-color: #c0dd78;
}

.nav-item > .active {
    /* border-bottom: 3px solid #7e5aa9 !important; */
    color: #7e5aa9 !important;
    font-weight: 600;
        border-radius: 1rem 1rem 0rem 0rem;
    /* box-shadow: -3px -1rem 3rem rgba(0, 0, 0, .175) !important; */
}

.nav-tabs {
    /* border-bottom: 1px solid #dee2e6; */
    border-bottom:0!important;
    background-color: #e1dde5;
    border-radius: 1rem 1rem 0 0;
}


.nav-tabs nav-link:hover {
    background-color: #d2d0d5;
    color: #7e5aa9 !important;
    border-radius: 1rem 1rem 0 0;
}

.rounded-tabs {
    border-radius: 1rem !important;
}

#tab-new, #tab-progress, #tab-archive, #tab-all {
    padding-top: 1.5em;
}

.stripe-light {
    width: 100%;
    height: 0.5rem;
    z-index: 1;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
}

.stripe-dark {
    width: 100%;
    height: 0.4rem;
    z-index: 1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
}

.stripe-synteda-purple {
    width: 100%;
    height: 0.4rem;
    z-index: 1;
    position: absolute;
    background-color: rgba(126, 90, 169, 0.4);
}


.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgb(247 240 255 / 58%)!important;
    color: var(--bs-table-striped-color);
}

tr:hover:not(:has(th)){
    background-color: rgb(235 225 247);
    transition: all 0.3s ease;
    webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

p {
    /* font-family: 'Roboto Slab', serif;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

li {
    font-size: 1rem;
    font-weight: 400;
    /* margin-bottom: 1em; */
}

a, strong, b {
    /*font-family: 'Roboto Slab', serif;*/
    font-family: 'Roboto', sans-serif;
}

.a-link {
    text-decoration: underline;
}

.text-synteda-purple {
    color: #7E5AA9;
}

.black {
    font-weight: 900;
}

.normal {
    font-weight: 300 !important;
}

.medium {
    font-weight: 500 !important;
}

.bold {
    font-weight: 600 !important;
}

.strong {
    font-weight: 700;
}

.heading-purple {
    color: #7E5AA9;
    font-weight: 100;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1rem;
}
.heading {
    font-weight: 100;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1rem;
}


.light-purple {
    color: #A87EDB !important;
}

.purple {
    color: #7E5AA9;
}

.purple-link, .paged-links > a  {
    color: #7E5AA9;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 0.85rem;
    transition: 0.3s ease-out;
}

    .purple-link:hover, .paged-links > a:hover  {
        color: #7E5AA9;
        text-decoration: none;
    }

        .purple-link:hover .fa-arrow-right {
            transform: translateX(50%);
            transition: 0.3s ease-in;
        }


.light-link {
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 0.85rem;
    font-weight:600!important;
}

    .light-link:hover {
        color: #ebe9e9;
        text-decoration: none;
    }

.btn-light-link-xs {
    padding: .7rem 1.2rem;
}

.btn-light-link-xl {
    padding: .7rem 1.2rem;
    padding: 1rem 2rem;
}


.btn-position {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-light-link:hover {
    color: #fff;
    text-decoration: none;
}

    .btn-light-link:hover .fa-arrow-right {
        transform: translateX(50%);
        transition: 0.3s ease-in;
    }


.bg-synteda-purple {
    background-color: #7E5AA9 !important;
}

.bg-synteda-dark-grey {
    background-color: #343A40;
}

.bg-synteda-light-grey {
    background-color: #F2F2F2;
}

.s-thumbnail {
    height: 110px!important;
    width:110px!important;
}

a.bg-synteda-purple:hover, a.bg-synteda-purple:focus,
button.bg-synteda-purple:hover,
button.bg-synteda-purple:focus {
    background-color: #5E3D8D !important;
}

.nav-link {
    font-weight: 400;
}

    .nav-link:hover {
        color: rgba(0,0,0,.9);
    }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #7E5AA9 !important;
}

.navbar-collapse > ul > li > a {
   color: rgba(0,0,0,.5); 
}

.navbar-collapse > ul > li > a:hover {
    color: rgba(0, 0, 0, 0.801); 
    text-decoration: none;
 }
.navbar-collapse > ul > li {
    padding: 0 0.75rem;
}
.navbar-collapse > ul > li.active > a {
    color: #7E5AA9 ; 
    font-weight: 700;
 }

 .navbar-collapse > ul > li.btn-synteda-purple > a {
    color: #ffffff;
 }

 li.btn-synteda-purple:hover {
    background-color: #513772;
}

.menu-item > a {
    color: rgba(0, 0, 0, 0.801);
    text-decoration: none;
}

.menu-item > a:hover {
    color: #7E5AA9;
    font-weight: 700;
}


.small-tag {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 70% !important;
    color: #959292;
}

.round-card {
    border-radius: 5px;
}

/* Colors */
.bg-synteda-grey {
    background-color: #F2F2F2;
}
/* Modal*/
.modal-header {
    /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
    border-bottom:none;
}

.modal-footer {
    /*border-top: 1px solid rgba(0,0,0,0.1);*/
    border-top: none;
}
/* Modal*/


/* Padding */
.pb-6,
.py-6 {
    padding-bottom: 5rem !important;
}

.pt-6,
.py-6 {
    padding-top: 5rem !important;
}

/* Padding */

/* Margin */
.mb-6,
.my-6 {
    margin-bottom: 5rem !important;
}

.mt-6,
.my-6 {
    margin-top: 5rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 8rem !important;
}

.mt-7,
.my-7 {
    margin-top: 8rem !important;
}
/* Margin */

.field-validation-error {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}


/* Button Synteda Purple */
.btn-synteda-purple {
    color: #fff;
    background-color: #7E5AA9;
    border: 1px solid #7E5AA9;
    /* font-size: 0.85rem !important; */
}

.btn-synteda-xl {
    color: #fff;
    background-color: #7E5AA9;
    border-color: #7E5AA9;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    padding: 1rem 2rem;
    top: 50%;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 600;
}

.btn-link {
    background: transparent;
    color: #7e5aa9;
    text-decoration: underline;
}

.btn-link:hover {
    color: #0056b3;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #7e5aa9;
    border-color: #7e5aa9;
}

.sortable {
    cursor: pointer;
}

.sort-indicator {
    color: #b3b9bd !important;
}

.round-borders {
    border-radius: calc(0.25rem - 1px);
}

.rel {
    position: relative;
}


.form-label, label {
    color: #343A40;
}

.form-group {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}

.form-control, .wpcf7-text, .wpcf7-textarea, .wpcf7-number {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wpcf7-text {
    height: calc(2.25rem + 2px);
}
.wpcf7-textarea {
    height: 100px;
}

.wpcf7 .wpcf7-submit {
    /* the send button style */
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    transition: 0.3s ease-out;
    background-color: #7E5AA9;
    border: 0;
    border-radius: 3px;
    font-weight: 600;
    padding: 0.7rem 1.2rem;
    cursor: pointer;
  }
  
  .wpcf7 .wpcf7-submit:hover {
    background-color: #6c4d92;
  }

.btn-synteda-purple:hover {
    color: #fff;
    background-color: #7E5AA9;
    border-color: #5E3D8D;
}

.btn-synteda-purple:focus, .btn-synteda-purple.focus {
    box-shadow: 0 0 0 0.2rem rgba(126, 90, 169, 0.5);
}

.btn-synteda-purple.disabled, .btn-synteda-purple:disabled {
    color: #fff;
    background-color: #BFADD4;
    border-color: #BFADD4;
}

.btn-synteda-purple:not(:disabled):not(.disabled):active, .btn-synteda-purple:not(:disabled):not(.disabled).active,
.show > .btn-synteda-purple.dropdown-toggle {
    color: #fff;
    background-color: #7E5AA9;
    border-color: #5E3D8D;
}

    .btn-synteda-purple:not(:disabled):not(.disabled):active:focus, .btn-synteda-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-synteda-purple.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(126, 90, 169, 0.5);
    }

.btn-outline-synteda-purple {
    color: #7E5AA9;
    background-color: transparent;
    background-image: none;
    border-color: #7E5AA9;
    font-size: 0.85rem !important;
}

    .btn-outline-synteda-purple:hover {
        color: #fff;
        background-color: #7E5AA9;
        border-color: #7E5AA9;
    }

    .btn-outline-synteda-purple:focus, .btn-outline-synteda-purple.focus {
        box-shadow: 0 0 0 0.2rem rgba(126, 90, 169, 0.5);
    }

    .btn-outline-synteda-purple.disabled, .btn-outline-primary:disabled {
        color: #BFADD4;
        background-color: transparent;
    }

    .btn-outline-synteda-purple:not(:disabled):not(.disabled):active, .btn-outline-synteda-purple:not(:disabled):not(.disabled).active,
    .show > .btn-outline-synteda-purple.dropdown-toggle {
        color: #fff;
        background-color: #7E5AA9;
        border-color: #7E5AA9;
    }

        .btn-outline-synteda-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-synteda-purple:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-synteda-purple.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(126, 90, 169, 0.5);
        }

.btn-dark-outline {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    transition: 0.3s ease-out;
    background-color: transparent;
    border: 1px #f8f9fa solid;
}

.mc4wp-alert {
    padding-top: 1em;
}
.mc4wp-success {
    color: #9ed99e;
}
.mc4wp-error {
    color: #df8585;
 }


 .wpcf7 form.sent .wpcf7-response-output {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	 /* Red */
     color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}

.wpcf7 form.spam .wpcf7-response-output {
	/* Orange */
    color: #855104;
    background-color: #eecfa6;
    border-color: #eebf81;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	 /* Yellow */
     color: #856404;
     background-color: #fff3cd;
     border-color: #ffeeba;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}

.footer {
    border-top: 1px rgb(248 249 250 / 26%) solid;
}


/* Button Synteda Purple */

.bg-synteda-purple-gradient {
    background: rgb(126,90,169); /* Old browsers */
    background: -moz-linear-gradient(to bottom right, rgba(126,90,169,1) 25%, rgba(126,90,169,0.3) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to bottom right, rgba(126,90,169,1) 25%, rgba(126,90,169,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom right, rgba(126,90,169,1) 25%, rgba(126,90,169,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-synteda-dark-gradient {
    background: rgb(52,58,64); /* Old browsers */
    background: -moz-linear-gradient(to bottom right, rgba(52,58,64,1) 25%, rgba(52,58,64,0.3) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to bottom right, rgba(52,58,64,1) 25%, rgba(52,58,64,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom right, rgba(52,58,64,1) 25%, rgba(52,58,64,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg-dark-transparent {
    background: rgba(52,58,64,0.5);
}


.bg-light {
    background-color: #f1f1f1 !important;
}

.dark-shadow {
    box-shadow: 0px 0px 25px 0px rgb(52 58 64 / 5%);
}

.footer-icon {
    font-size:13px;
}

.page-numbers {
    color: #7E5AA9;
    background-color: transparent;
    background-image: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 0.85rem;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-numbers.current {
    color: #fff;
    background-color: #7E5AA9;
    border-color: #7E5AA9;
    font-size: 0.85rem !important;
}

.btn-xl:hover .fa-arrow-right {
    transform: translateX(50%);
    transition: 0.3s ease-in;
    color: #ffffff;
}

.btn-xl:hover {
    color: #ffffff;
    background-color: #7E5AA9;
    border-color: #7E5AA9;
}

.btn-xl {
    color: #7E5AA9;
    background-color: transparent;
    background-image: none;
    border-color: #7E5AA9;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1rem 2rem;
    font-weight: 600;
    font-size: 0.85rem;
}

.row-border:last-child {
    border-bottom: none;
}
.highlight-block {
    background-color: #f2f2f2;
    padding: 1em;
    border-radius: 5px;
}

/* Tabs*/

.nav-tabs .nav-link {
    padding: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: grey;
}
.nav-link:hover {
    border:none;
}
.nav-tabs .nav-link.active {
    border-right: none;
    border-left: none;
    border-top: none;
}

#toggle {
    color: #7E5AA9;
    background-color: transparent;
    background-image: none;
    border: 1px solid #7E5AA9;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1rem 2rem;
    font-weight: 600;
    font-size: 0.85rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#toggle:hover {
    color: #ffffff;
    background-color: #7E5AA9;
    border-color: #7E5AA9;
}
    #toggle:focus {
        outline:none;
    }

    #home-top-logo {
        height: 15vw;
        min-height: 6rem;
        max-height: 8rem;
        width: auto;
        filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 1));
    }



.ab-bottom {
    position:absolute;
    bottom: 14px;
}


#tab-content-archive  > #triggerRejectionModal {
    display: none;
}

/* Responsive table */
@media (max-width: 1200px) {
    .responsive > thead th {
      display: none;
    }
    .responsive > tbody td,
    .responsive > tbody th {
      display: block;
      border:0;
    }

    [row-header] {
      position: relative;
      /* width: 50%;*/
      vertical-align: middle;
    }
    [row-header]:before {
      content: attr(row-header);
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      width: 50%;
      padding-right: 30px;
      white-space: nowrap;
      overflow: hidden;
    }
  }
  

/* Responsive table ends */

/* Media queries */



@media only screen and (max-width: 280px) {
    #home-top-logo {
        width: 200px !important;
    }

    .btn-xs {
        padding: .3rem .3rem !important;
        font-size: .7rem !important;
    }
}
/*max-width: 280px*/



@media only screen and (max-width: 1200px) {
    .btn-position {
        position: relative;
    }


    ul.tabs {
        height: auto;
        display: block;
        width: 100%;
        border-left: 0px;
    }

        ul.tabs li {
            width: 100%;
        }


}
/*max-width: 1200px*/
