﻿/* 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;
}
.signature {
    font-family: 'Dancing Script', cursive;
    font-size: 60px;
    color: #2e11c1;
}
.w-100 {width:100px;max-width:100px}
.w-150 {width:150px;max-width:150px}
.w-200 {width:200px;max-width:200px}
.w-250 {width:250px;max-width:250px}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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 */
}

/*Start navigation bits*/
.navigation ul {
     list-style-type: none;
     display: inline-flex;
}

     .navigation ul li {
          padding: 3px 5px;
          text-align: center;
          min-width: 15px;
          border: 1px solid #0094ff;
          margin: 5px 3px;
          color: #0094ff;
          border-radius: 7px;
     }

          .navigation ul li:hover {
               cursor: pointer
          }

.sel {
     border: 1px solid #808080 !important;
     color: #808080 !important;
}

     .sel:hover {
          cursor: default !important;
     }
/*End navigation bits*/

.hover-link-single-cell {
     cursor: pointer;
     color: #0757a7
}

.hover-link tbody tr:hover {
     cursor: pointer;
     background-color: #fbe1c2;
}
.row {margin:5px auto;}

.vacancy-outer {
    margin: 12px 0;
    border: 1px solid silver;
    border-radius: 8px;
}

.vacancy-header {
    padding: 4px 10px !important;
    font-weight: 600;
    color: white;
    background-color: #4a4747;
    border-radius: 8px 8px 0 0;
}

.vacancy-details {
    padding: 10px;
}

.wigboo-table-pointer tr td:hover {
    cursor: pointer;
}
.wigboo-chk {width:30px;height:30px;}
.wigboo-date-disp{width:120px;}
.wigboo-phone-disp{width:150px;}
.wigboo-owner-disp{width:130px;}
/*Email interaction*/
.email-detail {
    padding: 7px 10px;
    margin: 9px 0;
    border: 1px solid silver;
    border-radius: 9px;
}

.email-top {
    font-weight: 600; /*border-bottom:1px solid silver;*/
    padding: 10px;
    background-color: #ddd;
    color: black;
    border-radius: 9px 9px 0 0;
    margin: -7px -10px 10px -10px;
}

.email-body {
    font-size: 0.8rem;
    max-height: 160px;
    overflow-y: scroll;
}

.email-hidden {
    max-height: 60px;
    overflow: hidden;
    padding-bottom: 12px;
}

.email-attachment {
    border: 1px solid silver;
    padding: 8px 10px;
    border-radius: 8px;
    display: inline-flex;
    margin: 15px;
    box-shadow: 3px 4px 6px silver;
}

    .email-attachment:hover {
        cursor: pointer;
    }
/*End email interaction*/


.order-by {
    border: 1px solid white;
    background-color: #e2dfdf;
    box-shadow: white 3px 3px 12px inset;
    padding: 3px 12px 3px 15px !important;
}

.order-by-asc {
    position: relative;
}

    .order-by-asc:before {
        content: "\f063"; /* this is your text. You can also use UTF-8 character codes as I do here */
        font-family: "Font Awesome 5 Free";
        right: 8px;
        position: absolute;
        top: 4px;
        color: #0066CC;
    }

.order-by-desc {
    position: relative;
}

    .order-by-desc:before {
        content: "\f062"; /* this is your text. You can also use UTF-8 character codes as I do here */
        font-family: "Font Awesome 5 Free";
        right: 8px;
        position: absolute;
        top: 4px;
        color: #973636;
    }
.search-text {border:1px solid silver;border-radius:4px;padding:3px 12px;color:black;font-weight:600;}
    .search-text-active {border:2px solid red;}
    .search-number-small, .search-small {
        width: 75px;
    }
.wigboo-chk-tri {
    width: 20px !important;
    height: 20px !important;
    border: 1px solid silver;
    border-radius: 4px;
    box-shadow: 2px 2px 3px silver;
    margin: 5px;
    font-size: 2em;
    margin: 0 40%;
    background-color: white;
}

.wigboo-chk-tri-yes {
    background-color: blue !important;
}

.wigboo-chk-tri-no {
    height: 18px !important;*/
    background-color: red !important;
}
.proper-me{border-style:dashed}