﻿* {
    font-family:'Open Sans', sans-serif ;
}

/* Menu*/

.vertical-nav {
    height:auto;
    list-style:none;
    width: 100%; /******* MODIFIED ********/
    margin: 20px 0 0 0;
}
.vertical-nav li {
    height: 25px;
    margin: 0;
    padding: 5px 0;
    background-color: #666;
    border: none;
    text-align: center;
    display: inline-block;
    float: left;
    clear:both;
    width: 100px;  /******* MODIFIED ********/
}
.vertical-nav li:hover {
    background-color:#f36f25;
    color:#FFFFFF;
}
.vertical-nav li a {
    font-family:Calibri, Arial;
    font-size:18px;
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
}
.vertical-nav li.current {
    background-color:#F36F25;
}
.vertical-nav li.current a {
    color:#FFFFFF;
}
vertical-nav ul li ul {
    display:none;
    list-style-type:none;
    width:125px;
    padding:0px;
    margin-top:3px;
    margin-left:-5px;
}
vertical-nav ul li:hover ul {
    display:block;
}
vertical-nav ul li:hover ul li {
    background-color:#555555;
    width:125px;
    height:30px;
    display:inline-block;
}
vertical-nav ul li ul li:hover {
    background-color:#333333;
}
vertical-nav ul li ul li a {
    color:#FFF;
    text-decoration:underline;
}
vertical-nav ul li ul li a:hover {
    text-decoration:none;
}
.vertical-nav li ul {
    display: none;
    margin-top: 10px;
    padding: 0;
}
.vertical-nav li:hover ul {
    display: block;
}
.vertical-nav li:hover .sub-menu
{
    position: relative;   
    margin-top: -27.5px;
}
.sub-menu li
{
    position: relative;
    display: block;
    top: 0;
    left: 100%;
    width: 100%;
    min-width: 180px;
    white-space: nowrap;
    z-index:1;
}
.sub-menu li a
{
    display:inline-block;
    padding: 0 10px;
}


/* end menu*/
.ns-btn-primary {
    color: #fff;
    background-color: #337ab7 !important;
    border-color: #2e6da4;
}
.ns-btn {
    display: inline-block;
    padding: 2px 4px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.font8v {
    font-family: verdana,arial,sans-serif;
    font-size: 8pt;
    font-weight: bold;
}

.btn-ns{
    border: none;
    background-color: #270a38;
    color: white;
    border-radius: 8px;
    outline: none !important;
    font-weight: bold;
}

.btn-ns-orange{
    border: none;
    background-color: #f38b32;
    color: white;
    border-radius: 8px;
    outline: none !important;
    font-weight: bold;
}

.btn-ns-white{
    color: #0087c1;
    background-color: white;
    border-radius: 8px;
    border: none;
    outline: none !important;
    font-weight: bold;
}

/*navigation bar*/
.notification .badge{
    position: absolute;
    top: -8px;
    right: -1px;
    background-color: red;
    color: white;
    border-radius: 50%;
}

.notification{
    position: relative;
}

.navigation-bar{
    display: flex;
    flex-direction: row;
    background-color: #17a2b8;
    color: white;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.nav-img{
    background-color:  #d0efcf;
    border-radius: 0 50px 0 0;
    text-align: center;
    border-bottom: 1px solid #af80ba;
    width: 214px;
    padding: 2px;
    /*display: flex;#0087c1
    flex-direction: row;*/
}

#menu-icon{
    height: auto;
    font-size: 40px;
    padding-left: 20px;
    display: none;
    left :30px;
    z-index: 100;
    position:fixed;
}

#menu-icon svg{
    align-self: center;
}

.nav-img img{
    height: 72px;
    padding: 8px 0;
    align-self: center;
}

.navigation-bar-right-group{
    display: flex;
}

.navigation-bar h2{
    margin-bottom: 0 !important;
    align-self: center;
    margin-left: 20px;
    font-size: 1.5rem;
}

.navigation-bar-right i{
    font-size: 1.2rem;
    color: white;
}

.navigation-bar-right button{
    color: #0087c1;
    background-color: white;
    border: none;
    border-radius: 25px;
    padding: 10px 1.5rem;
    margin-right: 20px;
    outline: none !important;
    font-weight: bold;
    font-size: .80rem;
}

.navigation-bar-right{
    align-self: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: fixed;
    right: 0;
    width: 25%;
}

.navigation-bar-right a{
    align-self: center;
}

/*main body*/
.main-body{
    margin-top: 72px;
    padding: 2px;
}

/*footer*/
.footer{
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background-color: white;
 
    box-shadow:2px 5px 8px 5px #d6d6dd;
}

.footer p{
    margin: 0 !important;
    color: #6e6e6e;
    font-size: small;
    font-weight: bold;
}

/*********************
employee-dashboard
*********************/
.left-navigation{
    background-color: #0087c1;
    padding: 0 !important;
    width: 214px;
    position: fixed;
    left: 0;
    height: 100%;
    overflow: auto;
}

.left-navigation ul {
    list-style-type: none;
    padding: 5px 0 10px 10px;
    border-bottom: 1px solid #af80ba;
}

.left-navigation ul li a{
    color: white;
    text-decoration:none;
}

.left-navigation ul li{
    margin: 10px 0 5px 10px;
    padding: 0;
}

.sub-li{
    padding-left: 40px;
}

.left-navigation span{
    color: white;
    padding-left: 10px;
    font-size: 15px;
}

.nscontainer-body{
 display: flex;
 flex-direction: row;
 background-color: #f1f0f8;
 /*height: 100%;*/
}

.nscontainer-top{
    display: flex;
    flex-direction: row;
    color: #270a38;
}

.nscontainer-top img{
    height: 80px;
}

.btn-left-right{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.btn-left-right img{
    height: 50px;
    align-self: center;
}

.nscontainer-top button{
    width: 300px;
    background-color: white;
    border: none;
    border-radius: 20px;
    outline: none !important;
    height: fit-content;
    margin:0 10px;
    box-shadow: 2px 5px 8px 5px #d6d6dd;
    color: #270a38;
}

.nscontainer-top .btn-left{
    align-self: center;
}

.nscontainer-top h5{
    font-weight: bold;
    margin-bottom: 0 !important;
}

.nscontainer-top span{
    font-size: 14px;
} 
.btn-left span{
    float: left;
}

#btn-nscontainer{
    cursor: pointer;
}

.nscontainer h5{
    font-weight: bold;
    color: white;
    background-color: #f38b32;
    padding: 10px 0 10px 20px;
    font-size: 18px;
    margin-bottom: 0 !important;
}

.nscontainer {
    margin-top: 20px;
    background-color: white;
    display: flex;
    flex-direction: column;
}

.form-control{
    background-color: #f1f0f5 !important;
    font-size: 15px;
}

.btn-nscontainer{
    border: none;
    background-color: #270a38;
    color: white;
    border-radius: 15px;
    outline: none !important;
    padding: 8px 5rem;
    font-weight: bold;
}

.btn-submit-benefit{
    width: inherit;
   
}

.btn-reset-nscontainer{
    color: #270a38;
    border: none;
    background-color: white;
    outline: none !important;
    padding: 8px 3rem;
    font-size: 15px;
    font-weight: bold;
}

.btn-group-nscontainer{
    float: right;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.all-claims h5{
    font-weight: bold;
    width: fit-content;
    padding: 10px 0 10px 20px;
    font-size: 18px;
    margin-bottom: 0 !important;
}

.all-claims-title{
    display: flex;
    flex-direction: row;
    background-color: #270a38;
    color: white;
    justify-content: space-between;
}

.all-claims-title-filter{
    display: flex;
    flex-direction: row;
}

.all-claims-title-filter span, .all-claims-title-filter img{
    align-self: center;
    margin-right: 15px;
}

.all-claims-title-filter img{
    height: 24px;
    cursor: pointer;
}

.all-claims-title-filter span select{
    color: white;
    background-color: transparent;
    border: none;
    outline: none !important;
}

.all-claims-title-filter span select option{
    color: black;
}

.status-completed{
    background-color: #00a651;
    color: white;
    border-radius: 15px;
    padding: 10px 12px;
}

.status-processing{
    background-color: #d7d7d7;
    color: white;
    border-radius: 15px;
    padding: 10px;
}

.status-rejected{
    background-color: #b82020;
    color: white;
    border-radius: 15px;
    padding: 10px 19px;
}

.all-claims th, .all-claims td{
    font-size: .70rem;
    font-weight: bold;
}

.all-claims th{
    color: #270a38;
}

.all-claims td{
    color: #565656;
}

.claims-edit-logo{
    height: 1.5rem;
}

#all-claims-table, #entitlement-table, #claims-table, #flex-enrollment-table, #dependent-information-table,#benefit-balance-information-table{
    width: 100% !important;
}
#all-claims-table_wrapper .row, #entitlement-table_wrapper .row,  #claims-table_wrapper .row, #flex-enrollment-table_wrapper .row,  #dependent-information-table_wrapper .row, #benefit-balance-information-table_wrapper .row{
    padding-top: 0;
}

#all-claims-table td, #all-claims-table th, #entitlement-table td, #entitlement-table th, #claims-table td, #claims-table th, #flex-enrollment-table td, #flex-enrollment-table th, #dependent-information-table td, #dependent-information-table th, #benefit-balance-information-table td, #benefit-balance-information-table th{
    padding: 12px 12px !important;
    vertical-align: middle;
}

#all-claims-table button, .balance-list-top button{
    background: none;
    border: none;
    outline: none !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{
    content: none !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    content: none !important;
}

.th-block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.th-sort{
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    font-size: 16px;
    padding-left: 5px;
}

.th-block span{
    align-self: center;
}

#all-claims-table td i{
    font-size: 1.5rem;
}


.balance-list{
    background-color: white;
    padding-top: 15px;
    width: 300px;
    position: fixed;
    right: 0;
    overflow: auto;
    top: 73px;
    bottom: 51px;
}

.balance-list-top{
    display: flex;
    flex-direction: row;
    color: #270a38;
    margin-bottom: 10px;
}

.balance-list-top h5{
    font-weight: bold;
    margin-bottom: 0 !important;
    align-self: center;
}

.balance-list-top i{
    align-self: center;
    font-size: 1.5rem;
    padding-right: 15px;
}

.balance-list-top i:hover{
    cursor: pointer;
}

.balance-list-top button{
    align-self: center;
    margin-left: 10px;
}

.balance-list p{
    font-size: .9rem;
}

.flex-benefits-balance h5{
    margin-bottom: 0 !important;
}

.flex-benefits-balance{
    background-color: #270a38;
    background-image: linear-gradient(#270a38, #5e0171);
    color: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: -2px 4px 8px 3px #eaeaea;
}

.flex-benefits-balance i{
    font-size: 1.5rem;
}

.flex-benefits-balance i:hover{
    cursor: pointer;
}

.flex-benefits-balance p{
    margin-bottom: 0 !important;
}

.flex-benefits-balance-progress{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flex-benefits-balance-progress .progress, .flex-benefits-balance-progress .progress-bar{
    width: 80%;
    border-radius: 50px;
}

.flex-benefits-balance-progress .progress{
    align-self: center;
}

.flex-benefits-balance-option{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    display: none;
}

.flex-benefits-balance-option a{
    color: white;
    text-decoration:none;
    font-size: .8rem;
    margin-top: 5px;
}

.flex-benefits-balance-option a:hover{
    color: #f38b32;
    text-decoration: none;
}

.flex-benefits-balance-option a:active{
    color: #f38b32;
}

.line-graph p{
    margin-bottom: 0 !important;
}

.line-graph{
    margin-top: 20px;
}

.line-graph svg{
    width: 300px !important;
}

.total-claims{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.total-claims-container {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #f1f0f5;
}

/*data table
.dataTables_length, .dataTables_info, .dataTables_paginate, .dataTables_filter{
    display: none;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{
    content: none !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    content: none !important;
}

#all-claims-table{
    width: 100%;
}*/

.benefit-balance h5{
    font-weight: bold;
    color: white;
    background-color: #f38b32;
    padding: 10px 0 10px 20px;
    font-size: 18px;
    margin-bottom: 0 !important;
}

.benefit-balance {
    margin-top: 20px;
    background-color: white;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

/*modal*/
.modal-header{
    border-bottom: none !important;
}

.modal-body button{
    outline:none;
    margin: 10px auto;
    border-radius: 8px;
    border: 1px solid #270a38;
}

.modal-body button:focus{
    outline:none;
}

.modal-body{
    display: flex;
    flex-direction: column;
}

.modal-body img, .modal-body span{
    align-self: center;
    text-align: center;
}

.modal-dialog{
    top: 50%;
    transform: translate(0, -50%) !important;
}



/*********************
employee-claims-entry
*********************/
.claims-entry-title{
    display: flex;
    flex-direction: row;
    background-color: #270a38;
    color: white;
    justify-content: space-between;
    padding: 10px 20px;
}

.claims-entry-title h5{
    margin-bottom: 0;
    font-weight: 600;
}

.claims-entry-title-right{
    display: flex;
    flex-direction: row;
}

.claims-entry-title-right span{
    font-size: .85rem;
}

.claims-entry-title-subright{
    margin-right: 2rem;
}

/*
form{
    background-color: white;
    color: #270a38;
    padding: 10px 20px;
}

form label{
    padding-bottom: 10px;
}
    */
.submit-claims-form .col-lg-2,.col-lg-3,.col-lg-6,.col-lg-8{
    margin-bottom: 10px;
}

.claims-entry-top-container{
    display: flex;
    flex-direction: row;
    margin: 20px 0;
}

.claims-entry-top-right{
    display: flex;
    flex-direction: column;
}

.claims-entry-top-right{
    font-weight: 600;
    color: #270a38;
}

.orange-word{
    color: #f38b32;
}

.claims-entry-top-title{
    font-size: 1.3rem;
}

.claims-entry-top-subtitle{
    font-size: .85rem;
}

.form-section-title{
    font-weight: bold;
    padding: 20px 0;
}

.information{
    color: #959595;
    font-size: .8rem;
    margin-bottom: 0 !important;
}

.info-col{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
}

.choose-benefits-row{
    margin: 30px 0 10px 0;
    padding: 30px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.required-asterisk{
    color: red;
}

.btn-claims-entry-search{
    display: flex;
    flex-direction: row;
    border: 1px solid #270a38;
    outline: none;
    background-color: white;
    color: #270a38;
    border-radius: 8px;
    padding: 5px 10px;
}

.btn-claims-entry-search:focus{
    outline: none;
}

.btn-claims-entry-search img{
    height: 16px;
    align-self: center;
    padding-right: 8px;
}

.btn-claims-entry-search-container{
    align-self: flex-end;
    padding-left: 0;
}
 

.claims-entry-btn{
    font-size: .9rem;
}

.btn-next{
    background-color: #270a38;
    border-radius: 8px;
    text-align: center;
}

.back-dashboard, .back-all-claims{
    cursor: pointer;
}


/*********************
employee-all-claims
*********************/
#claims-table button{
    background: none;
    border: none;
    outline: none !important;
}

#claims-table i{
    font-size: 1.5rem;
}

.checkbox-container { 
    border:2px solid #ccc; 
    width:200px; 
    height: 300px; 
    overflow-y: scroll; 
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 20px;
    background-color: white;
    color: #270a38;
}

.checkbox-container input{
    margin-left: 10px;
    margin-top: 20px;
}

.filter-claims-table{
    cursor: pointer;
}

/* Handle */
  .checkbox-container::-webkit-scrollbar-track
  {
  
      border-radius: 10px;
      background-color: #F5F5F5;
  }
  
  .checkbox-container::-webkit-scrollbar
  {
      width: 12px;
      background-color: #F5F5F5;
  }
  
  .checkbox-container::-webkit-scrollbar-thumb
  {
      border-radius: 10px;
      background-color: #270a38;
  }


/*********************
employee-all-claims-edit-claims
*********************/

.btn-select-hospitalisation{
    background-color: #270a38;
    color: white;
    border: 1px solid #d7d7d7;
    outline: none;
    padding: 8px 30px;
    outline: none;
    font-weight: bold;
}

.btn-unselect-hospitalisation{
    background-color: #f1f0f5;
    color: #270a38;
    border: 1px solid #d7d7d7;
    outline: none;
    padding: 8px 30px;
    outline: none;
    font-weight: bold;
}

.btn-select-hospitalisation:focus, .btn-unselect-hospitalisation:focus{
    outline: none;
}

.btn-purple-border{
    border: 1px solid #270a38;
    border-radius: 8px;
    padding: 5px 50px;
}

.custom-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox-container input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

/* Show the checkmark when checked */
.custom-checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }

/* Style the checkmark/indicator */
.custom-checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 15px;
    border: solid #0087c1;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .info-col1{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        
  }

/*********************
employee-flex-enrollment
*********************/
.flex-enrollment-btn-container{
    display: flex;
    flex-direction: column;
    background-color: white;
}

.flex-enrollment-title i{
    font-size: x-large;
    cursor: pointer;
}

.status-standard{
    background-color: #00a651;
    color: white;
    border-radius: 15px;
    padding: 10px 12px;
}

/*********************
employee-edit-flex-enrollment
*********************/
.object-cost-container{
    display: flex !important;
    flex-direction: row; 
    justify-content: space-between;
    
}

.btn-accordion{
    width: 100%;
    text-align: left !important;
    text-decoration: none;
    color: #270a38;
    font-weight: 600 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn-accordion:focus{
    outline: none !important;
    box-shadow: none !important;
}

.button-title::before{
    content: "[+]";
    padding-right: 10px;
    color: #f38b32;
}

.button-title1::before{
    content: "[-]";
    padding-right: 10px;
    color: #f38b32;
}

.card-header{
    background-color: white !important;
    border-bottom: none !important;
}

.card-body{
    padding-left: 45px !important;
}

.select-coverage{
    padding-left: 25px;
}

.card-body .row{
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.object-cost-container-margin{
    margin: 15px 0;
}

.edit-flex-enrollment-margin-left{
    margin-left: 15px !important;
}

.mb-0{
    padding-bottom: 15px;
}

.edit-flex-enrollment-btn-container{
    text-align: center;
    padding: 20px 0; 
    background-color: white; 
    border-top: 1px solid gray;
}

.button-title, .button-title1{
    white-space: break-spaces;
}

/*********************
employee-flex-enrollment-summary
*********************/
.flex-enrollment-summary-col-2{
    text-align: end;
}

.flex-enrollment-selection-summary-content{
    background-color: white;
    padding-bottom: 50px;
}

.flex-enrollment-selection-summary-content .row, .flex-enrollment-summary-checkbox .row{
    width: 100%;
    margin: 0;
    padding-bottom: 0 ;
}

.fsa-points-balance-title{
    background-color: #d7d7d7;
    color: #270a38;
}

.flex-enrollment-summary-checkbox{
    background-color: white;
    border-top: 1px solid #e3e3e3;
}

.flex-enrollment-summary-btn-container{
    text-align: center;
    padding: 20px 0; 
    background-color: white; 
}

/*********************
employee-online-resources
*********************/
.network-of-clinics h5{
    font-weight: bold;
    color: white;
    background-color: #0087c1;
    padding: 10px 0 10px 20px;
    font-size: 18px;
    margin-bottom: 0 !important;
}

.online-resources-body .row{
    margin: 10px 0;
}

.btn-online-resources{
    display: flex;
    flex-direction: row;
    width: inherit;
    justify-content: space-between;
    padding: 10px;
    border-radius: 8px;
    border: none;
    outline: none;
    background-color: white;
    box-shadow:2px 5px 7px 3px #d6d6dd;
    color: #270a38;
}

.btn-online-resources:focus, .btn-network-of-clinics:focus{
    outline: none;
}

.btn-online-resources img{
    height: 60px;
}

.btn-online-resources span, .btn-online-resources img{
    align-self: center;
}

.btn-online-resources span{
    text-align: left;
}

.btn-online-resources-active{
    background-color: #0087c1 !important;
    color: white !important;
}

.network-of-clinics{
    background-color: white;
}

.btn-network-of-clinics{
    width: inherit;
    border: none;
    outline: none;
    border-radius: 8px;
    color: #270a38;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn-network-of-clinics-active{
    background-color: #270a38 !important;
    color: white !important;
}

.search-label{
    color: gray;
    font-size: .9rem;
}

.search-form{
    display: flex;
    flex-direction: row;
    padding-left: 0;
}

.online-resources-btn-container{
    background-color: white;
    display: flex;
    flex-direction: column;
}

.online-resources-btn-container button{
    align-self: center;
}

.online-resources-btn-container button:nth-child(2){
    margin: 20px 0;
    padding: 8px 30px;
}

.online-resources-btn-container button:nth-child(1){
    padding: 8px 62px;
}

.btn-change-password{
    outline:none;
    border: none;
    border-radius: 8px;
    font-weight: 600;
}

.btn-change-password:focus{
    outline:none;
}

/*********************
employee-online-resources-profile
*********************/
.back-online-resources{
    cursor: pointer;
}

#dependent-information-table_wrapper, #benefit-balance-information-table_wrapper{
    background-color: white !important;
}

.info-title{
    color: #270a38;
    font-weight: 600;
}

.info-content{
    color: grey;
    font-size: .9rem;
}

.employee-information form .row{
    padding-top: 0;
}

.employee-information form .col-6{
    overflow-wrap: break-word;
}













/********************************************************************************
mobile-responsive
********************************************************************************/
/*employee-dashboard*/
@media (max-width:1456px){
    .balance-list{
        width: 3% ;
    }

    .dashboard{
        margin-right: 3%;
    }

    #balance-list h5, .flex-benefits-balance, .line-graph, .total-claims-container, #balance-list p{
        display: none;
    }
}

@media (max-width:1276px){
    #menu-icon{
        display: flex;
    }
    .left-navigation{
        z-index: 99;
        display: none;
    }
    .nav-img{
        display: flex;
        flex-direction: row;
    }
    .dashboard{
        margin-left: 0;
        margin-right: 3%;
        width: 100%;
    }
}

@media (max-width:475px){
    .btn-group-nscontainer{
        display: flex;
        flex-direction: column;
        float: none;
    }
    .btn-group-nscontainer button{
        align-self: center;
    }
    .all-claims-title, .all-claims-title-filter{
        flex-direction: column;
    }

    .all-claims-title-filter{
        width: fit-content;
        padding-left: 20px;
    }

    .all-claims-title-filter span, .all-claims-title-filter img{
        align-self: unset;
        margin-bottom: 10px;
    }

    .all-claims-title-filter img{
        width: 26px;
    }

    .flex-enrollment-title-filter{
        margin-left: 0 !important;
    }
}

@media (max-width: 949px){
    .dashboard-top{
        flex-direction: column !important;
    }

    #smart-img{
        height: 100px !important;
        width: 181px !important;
    }

    .dashboard-top button{
        margin-top: 20px !important;
        margin-left: 0 !important;
    }
}

@media (max-width:905px){
    .navigation-bar-right-group{
        flex-direction: column-reverse;
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .navigation-bar-right-group h2{
        margin-right: 20px;
        text-align: center;
    }
    .navigation-bar-right{
        position: unset;
        width: fit-content;
        align-self: flex-end;
        width: -moz-fit-content;
    }
    .navigation-bar-right a{
        margin-right: 20px;
    }
    .main-body{
        margin-top: 72px;
    }
    .navigation-bar{
        justify-content: space-between;
    }
    .balance-list{
        top: 87px;
    }
}

@media (max-width:694px){
    .main-body{
        margin-top: 72px;
    }
    .balance-list{
        top: 115px;
    }
}

@media (max-width:456px){
    .main-body{
        margin-top: 72px;
    }
    .balance-list{
        top: 143px;
    }
}

@media (max-width:425px){
    .nav-img{
        flex-direction: column;
    }
    #menu-icon{
        padding-left: 0;
        align-self: center;
    }
    .navigation-bar-right-group{
        margin-right: 10px;
    }
}

@media (min-width:419px) and (max-width:425px){
    .main-body{
        margin-top: 72px;
    }
    .balance-list{
        top: 115px;
    }
}

@media (max-width:425px){
    .left-navigation{ 
        top: 115px;
        overflow: auto;
        height: auto;
    }
}

@media (max-width:407px){
    
}

@media (max-width:360px){
    .btn-left-right{
        flex-direction: column;
    }
    .btn-left span{
        float:unset;
    }

    .dashboard-top button{
        width: inherit;
    }
}

@media (max-width:991px){
    .btn-submit-benefit{
        margin-top: 20px;
        padding: 8px 5rem !important;
        width: auto;
    }
}


/*employee claims-entry*/
@media (max-width:550px){
    .info-col{
        flex-direction: column;
    }
    .info-col div{
        margin-top: 20px;
    }
    .info-col div label{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .claims-entry-title{
        flex-direction: column;
    }
}

@media (max-width:390px){
    .claims-entry-title-right{
        flex-direction: column;
    }
}

@media (max-width:991px){
    .btn-claims-entry-search-container{
        padding-left: unset;
        padding-top: 10px;
    }
    .btn-next{
        margin-top: 10px;
        margin-left: 15px;
    }
}


/*employee all-claims*/
@media (max-width:475px){
    .filter-claims-table, .filter-flex-end img{
        margin-bottom: 10px;
        align-self: flex-end;
    }
    .checkbox-container{
        top: 70px;
    }
    .filter-flex-end{
        justify-content: flex-end;
    }
}

@media (max-width:385px){
    .checkbox-container{
        top: 80px;
    }
}

/*employee all-claims-edit-claims*/
@media (max-width:991px){
    .info-col1{
        flex-direction: column;
    }
    .info-col1 label{
        padding-bottom: 0;
    }
    .info-col1 div{
        margin-bottom: 20px;
    }
    .text-center{
        margin: 15px 0;
    }
}

@media (max-width:362px){
    .btn-select-hospitalisation, .btn-unselect-hospitalisation{
        padding: 8px 15px;
    }
}

/*employee-flex-enrollment*/
@media (max-width:700px){
    .flex-enrollment-title{
        flex-direction: column;
    }
    .flex-enrollment-title-filter{
        margin-left: 20px;
    }
}

@media (max-width:375px){
    .flex-enrollment-btn-container{
        font-size: 12px;
    }
    .flex-enrollment-btn-container button:nth-child(2){
        padding:8px 55px !important;
    }
}


/*employee-edit-flex-enrollment*/
@media (max-width:768px){
    .edit-flex-enrollment-title{
        flex-direction: column;
    }
    .edit-flex-enrollment-title-filter{
        margin-left: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width:475px){
    .edit-flex-enrollment-title-filter{
        padding-left: 0 !important;
    }
}

@media (max-width:425px){
    .select-coverage{
        padding-left: 0 !important;
    }
    .card-body{
        padding-left: 20px !important;
    }
    .edit-flex-enrollment-btn-container{
        display: flex;
        flex-direction: column;
        
    }
    .edit-flex-enrollment-btn-container button{
        width: fit-content;
        align-self: center;
    }
    .edit-flex-enrollment-btn-container button:nth-child(2){
        margin-top: 10px;
    }
}

/*employee-flex-enrollment-summary*/
@media (max-width:575px){
    .fsa-col-2{
        text-align: unset;
    }
}

@media (max-width:425px){
    .flex-enrollment-summary-btn-container{
        display: flex;
        flex-direction: column;
    }
    .flex-enrollment-summary-btn-container button{
        width: fit-content;
        align-self: center;
    }
    .flex-enrollment-summary-btn-container button:nth-child(2){
        margin-top: 10px;
    }
}


/*employee-flex-online-resources*/
@media (max-width:767px){
    .btn-online-resources, .btn-network-of-clinics, .search-form button{
        margin: 10px 0;
    }
    .search-form{
        flex-direction: column;
    }
    
    
}



.dotted {
    border-style: dotted;
}

.thin {
    border-style: solid;
    border-width: thin;
}
.dashed {
    border-style: dashed;
}

.solid {
    border-style: solid;
}
