﻿/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@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;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

/*Custom CSS*/
/*disable links with CSS*/
a.disabled {
    pointer-events: none;
    cursor: default;
}

select {
    background-color: hsl(0,0%,100%);
    border-color: hsl(0,0%,87%);
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.32px;
    line-height: 40px;
    padding: 6px 12px 6px 20px;
    text-align: left;
    text-transform: uppercase;
    height: 52px;
    width: 153px;
    cursor: pointer;
    float: left;
    /*margin-left: 20px; Edmund did this*/
    font-family: 'proxima-nova-condensed', 'sans-serif';
}
option {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    font-family: "runda",sans-serif;
}
.btn-custom-toggle-groups {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    box-sizing: border-box;
}
.btn-custom-toggle-buttons-not-touched {
    color: #979797;
    background-color: #fff;
    border-color: #13B5EA;
    background-image: none;
    border-width: 3px;
}
.btn-custom-toggle-buttons-active{
    color: #fff;
    background-color: #13B5EA;
    border-color: #13B5EA;
    background-image: none;
}
.btn-custom-toggle-buttons{
    color: #979797;
    border-color: #13B5EA;
    background: #fff;
    border-width: 3px;
}
.btn-custom-toggle-buttons-active-1 {
    color: #fff;
    background-color: #EF3E42;
    border-color: #EF3E42;
    background-image: none;
}

.btn-custom-toggle-buttons-1 {
    color: #979797;
    border-color: #EF3E42;
    background: #fff;
    border-width: 3px;
}



.btn-custom-toggle-buttons-properties, #approveAll {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    align-items: flex-start;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-style: solid;
    font-family: 'proxima-nova-condensed', 'sans-serif';
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    padding-top: 13px;
    padding-bottom: 10px;
    line-height: 22px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    white-space: nowrap;
    padding: 15px 25px 11px;
    min-width: 120px;
    user-select: none;
    margin: 0;
    float: left;
    border-radius: 0;
    flex: 0 1 auto;
}


.loader-holder {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    position: fixed;
    background-color: rgba(255,255,255,0.5);
}

.loader-holder .block {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.error-code {
    display: inline-block;
    vertical-align: top;
    color: #777;
    font-size: 200px;
    line-height: 130px;
    margin-top: 60px;
    margin-right: 40px;
}

.error-details {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    max-width: 500px;
}

.btn-padding
{
    margin-right: 10px;
}

.form-group {
    margin-bottom: 4rem;
}

/*.radio-button {
  margin: .5em;
}
.radio-button input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio-button input[type="radio"] + .radio-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 3px solid #13b5ea;
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  top: -0.2em;
  margin-right: .5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all .3s ease;
}
.radio-button input[type="radio"]:checked + .radio-label:before {
  background-color: #13b5ea;
  box-shadow: inset 0 0 0 7px #fff;
}
.radio-button input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #13b5ea;
}
.radio-button input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 7px #fff;
  border-color: #dcdcdc;
  background: #dcdcdc;
}
.radio-button input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}*/

/* Approval Board */
.systemGrid {
    display: grid;
    grid-template-columns: 232px 232px 232px 232px 232px;
    grid-gap: 10px;
    margin-bottom: 10px;
    padding-left: 15px
}

.systemGridItems-active {
    width: 232px;
    height: 122px;
    background-color: hsl(195,85%,50%);
    cursor: pointer; 
    color:white;
    position: relative;
}
.systemGridItems-inactive {
    width: 232px;
    height: 122px;
    background-color: hsl(220,3%,79%);
    cursor: pointer;
    color: hsl(210, 11%, 15%);
    position: relative;
}
.systemGridText{
    position:absolute;
    top:10px;
    left:10px;
}
.ui-menu {
    width: 240px;
}
#approvalBoard-menu {
    background-color: hsl(0,0%,100%);
    border-color: hsl(0,0%,87%);
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.32px;
    line-height: 40px;
    padding: 1px 12px 1px 8px;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    float: left;
}

.employees-toggle-btn-true {
    background-color: #13b5ea;
    border: none;
    cursor: pointer;
    color: white;
    padding: 10px 22px 10px 22px;
    letter-spacing: 1px;
}
.employees-toggle-btn-false {
    background-color: #ef3e42;
    border: none;
    cursor: pointer;
    color: white;
    padding: 10px 22px 10px 22px;
    letter-spacing: 1px;
}

.dataTables_length{
    margin-right:2rem;
}