.btn:focus, .btn.focus, a:focus {
    outline: none!important;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0)!important;
}
body {
    background: white;
    color: #333333;
    font-family: "Open Sans";
}
 


/****************** Bootstrap customization ******************/


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, 
.col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1,
.col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, 
.col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2,
.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, 
.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, 
.col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    margin: 0;
    padding: 0; 
}
.row {
    margin:0;
    padding:0;
}

/****************** Forms ******************/

form input {
    border: 1px #D6D6D7 solid;
    border-radius: 10px; 
    padding: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 10px;
    font-size: 14px;
}

form select {
    border: 1px #D6D6D7 solid;
    border-radius: 10px; 
    padding: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 10px;
    font-size: 14px;
}

.input-icon {
    border-radius: 10px 0px 0px 10px;
    background-color: #9DAFCD;
    color: white;
    padding: 8px;
    padding-left:13px;
    padding-right:13px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 10px;
    height: 39px;
}
.input-with-icon input{
    border-radius: 0px 10px 10px 0px;
}

/****************** Layout.html ******************/

.header{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px rgb(22, 49, 136, .2) solid;
    margin-bottom: 30px;
    margin-top: 30px;
}
.center-col .header {
    margin-top: 0px;
}
.alert {
    z-index:9999;
    position:absolute;
    top:0;
    background-color:yellow;
    border-radius: 0px 0px 0px 0px;
}
.navbar-brand {
    margin-left:60px;
    margin-right: 60px;
    padding-top: 0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
}
.navbar-brand img {
    min-height: 120%;
    width: auto;
}
.navbar-brand h2 {
    color: white;
}
.navbar-brand>img {
    height:50px;
}
nav .mobile-hide {
    width:80%;
}
nav {
    height: 60px;
}
.site-header .navbar-nav .nav-link {
    color: #ffffff;
}
.dropdown button.dropdown-toggle {
    border-radius: 0%;
    border: none;
    margin-right: 10px;
    height: 100%;
}
.nav-wrapper>a {
    color: white;
}
  
.site-header .navbar-nav .nav-link.active {
    font-weight: 500;
}
.dropdown-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    border: none;
}

.dropdown-item {
    background-color: #212122;
    color: white;
    border-bottom: 1px solid rgb(255, 255, 255, .2);
    
}
.dropdown-item:hover {
    background-color: rgb(58, 58, 60, .5);
    color: rgb(255, 255, 255);
}

.show>.btn-dropdown.dropdown-toggle {
    background-color: #212122;
    border: none;
}


.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
button{
    background-color: rgba(255, 255, 255, 0);
    border: none;
}
button:focus {
    box-shadow: none;
    border:none;
}


.notification-icon {
    margin-right: 12px;
}
.main-content {
    margin-top:60px;
    min-height: calc(100vh - 60px);
    display:flex;
    flex-direction: column;
}
.search-input {
    border: 1px #CDD6E5 solid;
    border-right: 0;
    padding: 5px;
    padding-left: 15px;
    height: 36px;
    border-radius: 10px 0px 0px 10px;
    margin-top:0px;
    font-size: 14px;
}
.search-input::placeholder {
    color: #CDD6E5;
}
.search-btn {
    height:36px;
    padding: 5px;
    border: 1px #CDD6E5 solid;
    border-left: 0;
    background: white;
    border-radius: 0px 10px 10px 0px;
}
.search-btn i {
    color:#CDD6E5;
}
a.back-btn {
    background-color: rgb(0, 145, 174, .05);
    border: 1px solid #0091AE;
    color: rgb(66, 89, 129) !important;
    border-radius: 0px 10px 10px 0px !important;
    width: fit-content;
    min-width: 145px;
}
.btn-primary {
    background-color: #F6961E !important;
    color: white !important;
    border: 1px solid #F6961E !important;
    font-size: 14px;
}
.btn-primary:hover {
    background-color: white !important;
    color: #F6961E !important;
    border: 1px solid #F6961E !important;
}
.btn-primary:active {
    background-color:rgb(246, 150, 30, .4) !important;
    border: 1px solid #F6961E !important;
}
.btn-secondary {
    background-color: white !important;
    color: #F6961E !important;
    border: 1px solid #F6961E !important;
    font-size: 14px;
}
.btn-secondary:hover {
    background-color: #F6961E !important;
    color: white !important;
    border: 1px solid white !important;
}
.btn-secondary:active {
    background-color:rgb(246, 150, 30) !important;
    border: 1px solid #F6961E !important;
}
.btn {
    border-radius: 8px;
    font-size: 14px;
}
.page-title {
    color: rgb(58, 58, 60, .8);
    margin-top:5px;
    font-size: 24px; 
    font-weight: 400;
}
.page-dropdown {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    background-color: white;
    box-shadow: rgb(0, 0, 0, .15) 0px 2px 10px;
    border-radius:10px;
    position: absolute;
    z-index:5;
    width: fit-content;
}

button.dropdown-toggle::after {
    color: #F6961E;
    border-top: 0;
    border-right: 1.5px solid rgb(255, 255, 255);
    border-bottom: 1.5px solid rgb(255, 255, 255);
    border-left: 0;
    height: 7px;
    width: 7px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    margin-left: 6px;
}

.active-nav {
    background-color: #212122 !important;
}
button.active-nav::after {
    border-right: 1.5px solid #F6961E;
    border-bottom: 1.5px solid #F6961E;
}
.permanent-active-nav {
    background-color: #212122 !important;
}
button.permanent-active-nav::after {
    border-right: 1.5px solid #F6961E;
    border-bottom: 1.5px solid #F6961E;
}


  /****************** Mobile Navbar ******************/

  #mySidenav {
    display:none;
    float: right;
}
  .sidenav {
    padding: 10px;
    min-height: 100%;
    width: 70%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/****************** Modals ******************/

.modal-content {
    top:100px;
}

/****************** Employees ******************/

.filters-col button{
    width: 100%;
    background-color: white;
    border: none;
    text-align: left;
}
.list-row {
    border-bottom: 1px solid rgb(0, 0, 0, .1);
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 10px;
}
a.list-row {
    text-decoration:none;
}
a.list-row:hover {
    background-color: rgb(250, 250, 250);
}
.list-col {
    max-height: 66vh;
    min-height: 66vh;
    overflow-y: auto;
    Border: 1px solid rgb(0, 0, 0, .2);
    padding-left:0;
    padding-right:0;
}
.list div{
    font-size: 13px;
}
.list a {
    color:#5D7BAD
}
.progress-bar-bg {
    width: 100%;
    min-width: 100px;
    position: relative;
    height: 25px;
}
.progress-bar {
    z-index: 2;
    top:0;
    min-height:100%;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 25px;
}
.progress-percent {
    width:100%;
    min-width:100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:3;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
}
.status-wrapper {
    padding: 3px 10px;
    border-radius: 20px;
    height: 25px;
    overflow: hidden;
}
.table-heading{
    position:sticky;
    top:0;
    margin-top:0;
    padding-top:0;
    z-index:6;
    background-color: #F2F5F8;
}
.table-heading div {
    text-transform: uppercase;
    font-size: 11px !important;
    padding-top: 6px;
    padding-bottom: 6px;
}
.page-nav a{
    color:#5D7BAD;
    font-weight: bold;
    font-size:15px;
    text-decoration: none;
}
.employee-details h6 {
    font-size:.8rem;
}
.employee-details h5 {
    font-size: 16px;
}
.employee-tasks div, .grievance-card div {
    font-size: 13px;
}


/****************** Grievances ******************/

.tab {
    height: 70px;
    display: flex;
    align-items: center;  
}
.tab>button{
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    height: 70px;
}
.tab>button.active{
    border-bottom: 3px black solid;
}
.tab>button:focus {
    outline: none;
}
.tabcontent {
    display:none;
}

/****************** Grievance Add ******************/

.progress-line-incomplete {
    margin-bottom: -2px;
    border-bottom: 3px solid rgb(0, 0, 0, .2);
    max-height: 0px;
    display:flex;
    justify-content: flex-end;
    align-items: center;
}
.progress-line-complete {
    margin-bottom: -2px;
    border-bottom: 3px solid #F6961E;
    max-height: 0px;
    display:flex;
    justify-content: flex-end;
    align-items: center;
}
#progress-line-1 {
    border-bottom:none !important;
}
.progress-dot {
    width:15px;
    height:15px;
    border-radius: 50%;
    background-color: white;
    margin-bottom: -2px;
    border:1px solid rgb(0, 0, 0, .2);
}
.progress-line-complete>.progress-dot {
    background-color: #F6961E;
}
#progress-dot-1 {
    background-color: #F6961E;
}
.list-col {
    width: 84%;
}

/****************** Handbooks ******************/

.handbook-box {
    width: 258px;
    height: 344px;
    overflow: hidden;
}
.handbook-section {
    font-size: 15px;
    border-bottom: 1px solid rgb(0, 0, 0, .15);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 24px;
    color: #3b3b3b;
    width: 100%;
    display:block;
    text-align: left;
}
.handbook-content-small {
    font-size: 9px;
}




/****************** MEDIA QUERYS ******************/

/******** Computers ********/
@media (min-width: 1281px) {
}


/******** Tablets ********/
@media (max-width: 1080px) {
    .navbar-brand {
        text-align: left;
        margin-left: 60px;
        margin-right: 60px;
    }
    .list-row>div {
        width:25%;
    }
    a#navbarDropdown.nav-link.dropdown-toggle {
        color: #F6961E;
    }
    .filters-col {
        width: 100%;
        margin-left:10px;
        margin-right: 10px;
    }
    .list-col {
        width:100%;
        margin-left:10px;
        margin-right: 10px;
    }
}

/******** Smart-Phones ********/
@media (max-width: 767px) {

    .navbar-brand {
        text-align: left;
        margin-left: 45px;
        margin-right: 45px;
    }
    .list-row>div {
        width:25%;
        padding-left: 10px;
    }
    .filters-col {
        display:flex;
        justify-content: space-around;
        align-content: center;
        font-size: 10px;
        flex-wrap: wrap;
    }
    .filters-col>button, .filters-col>div {
        width:130px;
        margin:0;
        padding:0;
    }
    .list-page {
        display:flex;
        justify-content: center;
        width:100%;
    }
    .list {
        margin: 10px;
        border:none;
        width:100%;
    }
    .page-nav a{
        color:#5D7BAD;
        font-weight: bold;
        font-size:13px;
    }
    .page-nav {
        max-width: 460px;
    }
    .handbook-box {
        width: 300px;
        height: 400px;
    }
}

/******** Small-Phones ********/
@media (max-width: 480px) {

    .xs-full {
        width:100%;
        display:flex;
        justify-content: space-between;
        align-items: center;
        margin-left:0px;
        margin-right:0px;
    }
    .xs-half {
        width:40%;
        font-size:11px;
        margin-left:0;
        margin-right:0;
    }
    h3 {
        font-size: 18px;
    }
    .navbar-brand {
        text-align: left;
        margin-left: 30px;
        margin-right: 30px;
    }
    .list-row>div {
        width:33.3%;
    }
    .filters-col {
        display:flex;
        justify-content: space-around;
        align-content: center;
        font-size: 10px;
        flex-wrap: wrap;
    }
    .filters-col>button, .filters-col>div {
        width:130px;
        margin:0;
        padding:0;
    }
    .list {
        margin: 10px;
        border: none;
    }
    .page-nav {
        max-width: 300px;
    }
    .tab>button{
        font-size:12px;
        width:25%;
        padding: 0;
    }
    .tab>button.active{
        width: 25%;
        padding:0;
    }
    .tabcontent {
        font-size: 12px;
    }
    .handbook-box {
        width: 100%;
        height: 120vw;
    }
    .handbook-box:hover {
        background-color:rgb(99, 99, 99);
    }
}

/******** Height-Based ********/

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}