﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
  
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*Charity details*/
.link-button{
    color: white !important;
    cursor: pointer !important;
}

.close-icon{
    float:right;
    cursor: pointer;
    font-weight: bold;
}

#mailModal{
    margin: auto;
}
/*END Charity details*/
/*Assigned charities*/
.bg-gray{
    background-color: #bebebe;
}
/*END Assigned charities*/

/*import charities table*/
.charities-table {
    width: 90%;
    position: absolute;
    left: 5%;
    overflow: visible;
    overflow: scroll;
    height: 60%;
}
/*END import charities*/

/*Datatables ViewCharities grid*/
.view-charities-body .dataTables_wrapper {
    width: 80vw;
    margin-left: -8vw;
}

.dataTables_length select {
    min-width: 60px;
}

.dt-button-collection .dropdown-menu a:first-child{
    visibility: hidden;
}


.container {
     max-width:70%;
    
}
@media only screen and (max-width: 768px) {
    .container {
        max-width: 100%;
    }    
}

 @media only screen and (max-width: 768px) {
    .view-charities-body .dataTables_wrapper {
        width: 80vw;
        margin-left: 2vw;
    }
}

@media only screen and (min-width: 2040px) {
    .view-charities-body .dataTables_wrapper {
        width: 80vw;
    }
}
   
/*END Datatables ViewCharities grid*/

/*ADMIN ASSIGN CASES*/
.assign-cases-body {
    max-width: 100vw;
}

.assign-cases-body .assign-buttons-row {
    position: absolute;
    left: 45vw;
    z-index: 1;
}

.assign-cases-body .assign-buttons-row-display-sm {
    position: relative;
    left: 42.5vw;
    margin-bottom: 50%;
}

.assign-cases-body {
    overflow-x: hidden;
}

.assign-cases-body .dataTables_wrapper {
    width: 50vw;
    margin-left: -10vw;
}


.assign-cases-body .assigned-charities-table {
    position: absolute;
    left: 55vw;
    width: 40vw;
    background-color: white;
    border-radius: 20px;
    margin-top: 4vh;
    margin-left: 2vw;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media only screen and (min-width: 2420px) {

    .assign-cases-body .dataTables_wrapper {
        width: 50vw;
        margin-left: -12vw;
    }

    .assign-cases-body .assigned-charities-table {
        position: absolute;
        left: 63vw;
        max-width: 35vw;
        background-color: white;
        border-radius: 20px;
        margin-top: 4vh;
        margin-left: -2vw;
    }

    .assign-cases-body .assign-buttons-row {
        position: absolute;
        left: 46vw;
        z-index: 1;
    }

    .assign-cases-body .assign-buttons-row-display-sm {
        position: relative;
        left: 45.5vw;
        margin-bottom: 50%;
    }

}

@media only screen and (max-width: 748px) {

    .assign-cases-body .dataTables_wrapper {
        width: 45vw;
        margin: auto;
    }

    .assign-cases-body .assigned-charities-table {
        position: absolute;
        top: 90vh;
        background-color: white;
        border-radius: 20px;
        width: 45vw;
        overflow-x: scroll;
    }

    
    .assign-cases-body .assign-buttons-row {
        position: absolute;
        left: 46vw;
        z-index: 1;
    }

    .assign-cases-body .assign-buttons-row-display-sm {
        position: relative;
        left: 5vw;
        margin-bottom: 50%;
    }

    #admin-assign {
        margin-left: -80px;
        width: 35vw;
    }
}

.assign-cases-body .assigned-charities-table .table-data {
    max-width: 40vw;
    background-color: white;
}

.assign-cases-body .table-data{
    font-size: 10px;
}

.assign-cases-body .table-data th, td {
    min-width: 200px;
    text-align: center;
}

.assign-cases-body .no-data-header {
    padding: 5px, 25px, 5px, 25px; 
    background-color: white;
}

.selected-charity {
    background-color: #53D5FF !important;
    color: white;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.selected-charity .sorting_1 {
    background-color: #53D5FF !important;
    color: white;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.assign-buttons-row {
    position: absolute;
    left: 83.5vw;
    z-index: 1;
}

.assign-buttons-row-display-sm {
    position: relative;
    left: 83vw;
    margin-bottom: 50%;
}



/*END ADMIN ASSIGN CASES*/
/*SPINNER*/
#spinner {
    position: absolute;
    z-index: 1;
    left: 5vw;
    width: 90vw;
    height: 30vw;
    text-align: center;
    border-radius: 50px;
    background: rgb(172,172,185);
    background: -moz-linear-gradient(90deg, rgba(172,172,185,0.7511379551820728) 0%, rgba(219,219,235,0.6699054621848739) 83%);
    background: -webkit-linear-gradient(90deg, rgba(172,172,185,0.7511379551820728) 0%, rgba(219,219,235,0.6699054621848739) 83%);
    background: linear-gradient(90deg, rgba(172,172,185,0.7511379551820728) 0%, rgba(219,219,235,0.6699054621848739) 83%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#acacb9",endColorstr="#dbdbeb",GradientType=1);
}

#spinner i{
    margin-top: 10%;
}


/*END SPINNER*/

@media only screen and (max-width: 768px) {
    #spinner {
        z-index: 1;
        width: 100%;
        height: 100%;
        text-align: center;
        border-radius: 50px;
        background: rgb(172,172,185);
        background: -moz-linear-gradient(90deg, rgba(172,172,185,0.7511379551820728) 0%, rgba(219,219,235,0.6699054621848739) 83%);
        background: -webkit-linear-gradient(90deg, rgba(172,172,185,0.7511379551820728) 0%, rgba(219,219,235,0.6699054621848739) 83%);
        background: linear-gradient(90deg, rgba(172,172,185,0.7511379551820728) 0%, rgba(219,219,235,0.6699054621848739) 83%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#acacb9",endColorstr="#dbdbeb",GradientType=1);
    }

    .assign-buttons-row {
        display: none;
    }

    .assign-buttons-row-display-sm {
        position: relative;
        left: 25vw;
        margin-bottom: 30px;
    }

    .selected-charity {
        background-color: #53D5FF !important;
        color: white;
        font-weight: bold;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .selected-charity .sorting_1 {
            background-color: #53D5FF !important;
            color: white;
            font-weight: bold;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
}
.word-break {
    /*table-layout:fixed;*/
    min-width:100%;
    word-break: break-word;
}