﻿html,
body
{
    /*padding-bottom: 20px;*/
    font-family: 'Avenir Next LT Pro', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    /* Margin bottom by footer height */
    min-height: 100%;
}

a,
.pagination > li > a,
.pagination > li > span
{
    color: #406770;
}

a:hover,
a:focus
{
    color: #6DA1AD;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus
{
    background-color: #406770;
    border-color: #406770;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus
{
    background-color: #6DA1AD;
    border-color: #6DA1AD;
    color: #fff;
}

.back-icon
{
    color: #28a4c9 !important;
    cursor: pointer;
}

.back-icon:hover
{
    color: #0071ce !important;
}

.std-header-section
{
    background-color: #fff;
    border-color: #A69F9A;
    color: #272A31;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
}

.modal-header.std-header-section
{
    border-radius: 6px 6px 0 0;
}

#footer
{
    background-color: #ddd;
    bottom: 0;
    font-weight: bold;
    height: 35px;
    padding: 5px;
    position: fixed;
    width: 100%;
}


/* Set padding to keep content from hitting the edges */

.body-content
{
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid.body-content
{
    flex: 1;
    overflow: auto;
    position: relative;
}

#subHeadContainer
{
    align-items: center;
    display: flex;
    margin: 10px 0px;
}

#genericMenu
{
    margin-top: 30px;
}

#subHeadContainer #addActionsContainer,
#subHeadContainer #filterContainer:not(#subHeadContainer .dropdown-menu #filterContainer),
#subHeadContainer #fieldsContainer
{
    display: flex;
    margin-left: auto;
}

#subHeadContainer #fieldsSearch
{
    flex: 1;
    padding: 0 15px;
}

#subHeadContainer #fieldsSearch input#Name
{
    height: 36px;
}

#subHeadContainer #fieldsSearch button#quickSearch,
#subHeadContainer #fieldsSearch button.close-icon
{
    background: transparent;
    border: none;
    color: #406770;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 34px;
}

#subHeadContainer #fieldsSearch button#quickSearch:hover,
#subHeadContainer #fieldsSearch button.close-icon:hover
{
    background-color: #6DA1AD;
    border-radius: 0 3px 3px 0;
    color: #fff;
    transition: all 0.4s ease;
}

#subHeadContainer #fieldsSearch .search-input-wrapper
{
    border-radius: 4px;
    margin: 0 auto;
    max-width: 600px;
    position: relative;
    transition: all 1s ease;
}

#subHeadContainer #fieldsSearch .search-input-wrapper:hover
{
    box-shadow: 0 3px 6px rgb(0 0 0);
}

#subHeadContainer .filter-title
{
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

#subHeadContainer #filterContainer + #addActionsContainer:not(:empty):before,
#subHeadContainer #fieldsContainer + #addActionsContainer:not(:empty):before
{
    background-color: #A69F9A;
    content: '';
    display: flex;
    height: 24px;
    left: -15px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 2px;
}

#subHeadContainer #filterContainer + #addActionsContainer:not(:empty),
#subHeadContainer #fieldsContainer + #addActionsContainer:not(:empty)
{
    margin-left: 15px;
    position: relative;
}

#subHeadContainer > div:first-of-type:not(:only-of-type)
{
    padding-right: 15px;
}

#subHeadContainer .filter-title + ul#floater_grid
{
    margin-left: auto;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt
{
    white-space: normal;
}

/** Small Text*/

.smallText
{
    font-size: x-small;
}

/* Trades Inactive*/

div.inactive
{
    background-color: #c6c6c6;
    color: #808080;
}

.menuIconColor
{ /*color:#039AD5;*/
}

.grid
{
    -o-transition: border .2s ease-in-out;
    -webkit-transition: border .2s ease-in-out;
    border-collapse: collapse;
    display: table;
    margin-bottom: 0;
    transition: border .2s ease-in-out;
    width: 100%;
}

.grid tbody tr:not(.collapse):hover,
.grid tbody tr.selected
{
    background-color: rgba(49, 121, 162, 0.2);
}

.grid tbody tr .dropdown,
.grid tbody tr .inline-action
{
    height: auto;
    width: auto;
}

.grid tbody tr.selected td
{
    border-bottom: 1px solid #1E4E69 !important;
    border-top: 1px solid #1E4E69 !important;
}

.grid td,
.grid th
{
    border: 1px solid #c6c6c6;
    padding: 3px;
    vertical-align: top;
}

.grid th
{
    background-color: #355567;
    color: #FFF;
    font-weight: bold;
}

.grid th > a
{
    color: #fff;
    white-space: nowrap;
}

.grid th > a.sortable:hover,
.grid th > a.sortable:focus,
.grid th > a.sortable.active
{
    color: coral;
}

/*.grid th > a:hover {
  color: #6DA1AD;
}*/

.grid-header
{
    color: #039ad5;
    text-wrap: none;
    vertical-align: middle;
}

.grid-row
{
    padding: 3px;
}

.grid-row .display-flex,
.grid-row-alt .display-flex
{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

/*.grid-row-alt {
  padding: 3px;
}*/

table.grid tfoot .pagination
{
    margin: 0;
    padding: 0px;
}

.checkedout
{
    color: #2ebf0c;
}

.reserved
{
    color: #ee1818;
}

.available
{
    color: #039ad5;
}

.white-text
{
    color: #FFFFFF !important;
}

.filter-title
{
    font-size: medium;
    font-weight: bold;
}

.loginBackground
{
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    /*background-image: url('/Images/bglogin.png');*/
    background-size: cover;
    background-size: 100% 100%;
}

.navbar-text
{
    vertical-align: middle;
}

.newNotification
{
    color: red;
}

#signOut
{
    cursor: pointer;
}

.navbar-nav action .navbar-brand
{
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 30px;
    padding: 10px 10px;
}


.navbar-fixed-top
{
    min-height: 50px;
}

.nav-tabs .badge
{
    background-color: coral;
    vertical-align: top; /* fix issue with bottom-border showing on active tab */
}

.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus
{
    background-color: transparent;
    border-color: transparent;
    color: #6DA1AD;
}

.modal-body .nav-tabs > li.active > a:before
{
    background-color: #1E4E69;
    border-radius: 3px 3px 0 0;
    bottom: 0;
    content: '';
    height: 6px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    width: 90%;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus
{
    background-color: transparent;
}

.nav-tabs .tab-count
{
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
}

.nav-tabs .tab-count:before
{
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    content: '';
    margin-right: 5px;
}

.nav-tabs .active .tab-count:before
{
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.btn-primary,
.btn-primary:hover,
.btn-primary.disabled
{
    align-items: center;
    background-color: #406770;
    background-image: none;
    border-color: transparent;
    border-radius: 3px;
    box-shadow: none;
    color: white;
    display: flex;
    font-size: 16px;
    line-height: 19px;
    min-height: 36px;
    text-align: left;
    text-shadow: none;
    transition: all 0.4s ease;
}

#addActionsContainer .btn-primary
{
    border-width: 0;
    padding: 0 12px 0 6px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary.disabled:hover
{
    background-color: #6DA1AD;
    background-image: none;
    border-color: transparent;
    box-shadow: none;
}

.btn-default
{
    background: transparent;
    border: 1px solid #406770;
    color: #406770;
    font-size: 16px;
    line-height: 16px;
    min-height: 36px;
}

.btn-default:hover,
.modal-dialog .btn-default:hover
{
    background: #6DA1AD;
    border-color: transparent;
    color: #fff;
    text-shadow: none;
}


.navbar-fixed-top .navbar-collapse
{
    max-height: 400px;
}

.navbar-icon
{
    font-size: 3em;
}

.grid-filter
{
    font-size: inherit;
}

/*navbar*/

.navbar-side
{
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    height: 60px;
}

.navbar-side .navbar
{
    display: flex;
    margin: 0;
    min-height: 0;
}

.navbar-side .navbar-nav > li > .dropdown-menu
{
    border-radius: 5px;
    margin-top: 3px;
    right: 8px;
}

.navbar-side .navbar-nav > li > .dropdown-menu.dropdown-menu-left
{
    right: auto;
}

.dropdown .dropdown-menu:before
{
    border-bottom: 7px solid #000;
    border-bottom-color: rgba(0, 0, 0, 0.3);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: '';
    display: inline-block;
    position: absolute;
    right: 9px;
    top: -7px;
}

.dropdown .dropdown-menu.dropdown-menu-left:before
{
    left: 9px;
    right: auto;
}

.dropdown .dropdown-menu:after
{
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -6px;
}

.dropdown .dropdown-menu.dropdown-menu-left:after
{
    left: 10px;
    right: auto;
}

.dropdown .dropdown-menu.scenario-action-menu:before,
.dropup .dropdown-menu.scenario-action-menu:before
{
    right: 4px;
}

.dropdown .dropdown-menu.scenario-action-menu:after,
.dropup .dropdown-menu.scenario-action-menu:after
{
    right: 5px;
}

.dropdown .dropdown-menu-right.dropdown-menu-scroll
{
    right: 10px;
}

.dropup .dropdown-menu:before
{
    border-bottom-color: rgba(0, 0, 0, 0.3);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    bottom: -6px;
    content: '';
    display: inline-block;
    position: absolute;
    right: 10px;
}

.dropup .dropdown-menu:after
{
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ffffff;
    bottom: -7px;
    content: '';
    display: inline-block;
    position: absolute;
    right: 10px;
}

.priority-nav__wrapper.dropdown .dropdown-menu:before
{
    display: none;
}

.priority-nav__wrapper.dropdown .dropdown-menu:after
{
    display: none;
}

#navbar_side #primaryNav
{
    align-items: center;
    display: flex;
    flex-flow: row;
    padding-right: 15px;
}

#navbar_side #primaryNav li
{
    display: flex;
    height: 60px;
}

#navbar_side #primaryNav li .dropdown-item > i,
#navbar_side #primaryNav li .dropdown-item img
{
    display: none;
}

.navbar-side .navbar-header
{
    align-items: center;
    border-right: 1px solid #ccc;
    display: flex;
    justify-content: center;
    width: 95px;
}

.navbar-side .navbar-header .toggle-nav-side
{
    background: #fff;
    box-shadow: 0 1px 3px 0.5px rgba(0, 0, 0, .5);
    position: absolute;
    right: -13px;
    top: 47px;
}

.navbar-side .navbar-header .toggle-nav-side > i
{
    transition: all 0.4s ease;
}

.navbar-side + .container-main
{
    display: flex;
    height: calc(100% - 60px);
}

#navbar_nav
{
    align-items: center;
    display: flex !important;
    justify-content: flex-end;
    height: 60px;
}

#navbar_nav .company-name
{
    display: block;
    font-size: 12px;
}

#navbar_nav .navbar-nav > li > a
{
    color: #555;
}

.nav.user-info
{
    display: flex;
}

.user-container
{
    color: #272A31;
    display: flex;
    flex-flow: column;
    font-size: 16px;
    justify-content: center;
    line-height: 19px;
    padding: 0 15px;
}

.user-container .company-name
{
    font-size: 14px;
}

.user-info #notificationCount:empty
{
    display: none;
}

.user-info #notificationCount
{
    background-color: #ff6a00;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 10px;
    width: 24px;
}

#navbar_side
{
    align-items: center;
    display: flex;
    flex: 1;
}

#navbar_side .navbar-nav > li > a
{
    align-items: center;
    display: flex;
}

.navbar-default .navbar-nav > li > a
{
    color: #272A31;
}

#navbar_side .navbar-nav > li > a
{
    background-image: none;
    box-shadow: none;
    color: #272A31;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 19px;
    margin: 0;
    padding: 0 17px;
    text-decoration: none;
    text-shadow: none;
}

#navbar_side .dropdown-slide-menu a i,
#navbar_side .dropdown-slide-menu a img
{
    display: none;
}

#navbar_side .navbar-nav > li.active > a,
#navbar_side .navbar-nav > li.open > a,
#navbar_side .navbar-nav > li a.dropdown-item:active,
#navbar_side .dropdown-primary > a.active.dropdown-item,
.priority-nav__wrapper .nav__dropdown .dropdown.active > a,
.priority-nav__wrapper .nav__dropdown .dropdown.open > a,
.priority-nav__wrapper .nav__dropdown li.active > a
{
    background-color: transparent;
    color: #1E4E69;
}

#navbar_side .dropdown-primary > a.active.dropdown-item
{
    text-decoration: underline;
}

#navbar_side .navbar-nav > li.active > a:before,
#navbar_side .navbar-nav > li > a:active:before,
#navbar_side .navbar-nav > li.open > a:before
{
    background-color: #1E4E69;
    border-radius: 3px 3px 0 0;
    bottom: 0;
    content: '';
    height: 6px;
    position: absolute;
    width: 90%;
}

#navbar_side .navbar-nav > li.active > a:hover:before,
#navbar_side .navbar-nav > li > a:active:before,
#navbar_side .navbar-nav > li.open > a:hover:before
{
    background-color: #6DA1AD;
}

#navbar_side .navbar-nav > li > a:hover,
#navbar_side .navbar-nav > li.active > a:hover,
#navbar_side .navbar-nav > li > a:active,
#navbar_side .navbar-nav > li a.dropdown-item:hover,
.dropdown-primary > a.dropdown-item:hover,
.dropdown-primary .dropdown-menu-scroll-content > a.dropdown-item:hover,
.grid tr.grid-row-alt:hover a:hover,
.grid tr.grid-row:hover a:hover,
.priority-nav__wrapper .nav__dropdown .dropdown > a:hover,
.priority-nav__wrapper .nav__dropdown li > a:hover,
.priority-nav__wrapper .nav__dropdown li.active > a:hover
{
    color: #6DA1AD;
}

#navbar_side .navbar-nav > li.dropdown.active > a,
#navbar_side .navbar-nav .dropdown.active.open .dropdown-toggle
{
    background: transparent;
}

#navbar_side .navbar-nav > li > a.active i.vertical-center,
#navbar_side .navbar-nav > li.open i.vertical-center
{
    -webkit-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%);
}

#navbar_side .dropdown-slide-menu
{
    display: flex;
    display: none;
    flex-flow: column;
    list-style: none;
    padding: 0;
}

#navbar_side .dropdown-slide-menu a
{
    display: block;
    padding-left: 30px;
}

#navbar_side .dropdown.open .dropdown-slide-menu,
#navbar_side .dropdown.active.open .dropdown-slide-menu
{
    display: flex;
}

.panel.panel-default.project-toolbar
{
    margin-top: 20px;
}

.msgbox
{
    margin: 15px;
}

.generic-modal
{
    cursor: pointer;
}

.error
{
    color: #ee1818;
}

.addResolution
{
    color: darkseagreen;
}

/*.delete-row {
  cursor: pointer;
  color: #337ab7;
}

.delete-row:hover {
  color: red;
}*/

.undo-checkout
{
    cursor: pointer;
}

.undo-checkout:hover
{
    color: red;
}

.smallText
{
    font-size: xx-small;
}

.chkAllCol
{
    color: blue;
    cursor: pointer;
}

/*.audit {
  color: #337ab7;
  cursor: pointer;
}

.audit:hover {
  color: #ee1818;
}*/

.pointer
{
    color: blue;
    cursor: pointer;
}

.chk-form
{
    color: #555;
    font-size: 14px;
    width: 50%;
}


.Production {
    background: rgba(0, 0, 0, 0.075);
}

.Staging {
    background: rgba(0, 0, 0, 0.075);
}

.Dev {
    background: rgba(0, 0, 0, 0.075);
}

.Local { /*background-color: rgba(0,0,0,0.1) !important;*/
    background: rgba(0, 0, 0, 0.075);
}

.text-large
{
    font-size: x-large;
}

/*
.navbar i:hover {
    color: #337ab7;
}
*/

.standard-message-box
{
    max-width: 500px;
}

.error-status
{
    background-color: rgb(238, 17, 17);
    color: #fff;
    height: 20px;
    margin: auto;
    text-align: center;
    width: 20px;
}

.success-status
{
    background-color: #32CD32;
    color: #fff;
    height: 20px;
    margin: auto;
    text-align: center;
    width: 20px;
}

.success-status-job
{
    border-color: black;
    border-width: thick;
    color: #32CD32;
    font-size: 0.7em;
    margin: 3px;
    text-align: center;
}

.error-status-job
{
    border-color: black;
    border-width: thick;
    color: red;
    font-size: 0.7em;
    margin: 3px;
    text-align: center;
}

.btn-search
{
    width: auto;
}

label:empty + .btn-search
{
    margin-top: 25px;
}

.btn-search i,
.btn-choose i
{
    margin-right: 10px;
}

.btn-search:active,
.btn-search.active,
.open .dropdown-toggle.btn-search
{
    background-image: none;
}

.btn-search.disabled,
.btn-search[disabled],
fieldset[disabled] .btn-search,
.btn-search.disabled:hover,
.btn-search[disabled]:hover,
fieldset[disabled] .btn-search:hover,
.btn-search.disabled:focus,
.btn-search[disabled]:focus,
fieldset[disabled] .btn-search:focus,
.btn-search.disabled:active,
.btn-search[disabled]:active,
fieldset[disabled] .btn-search:active,
.btn-search.disabled.active,
.btn-search[disabled].active,
fieldset[disabled] .btn-search.active
{
    background-color: #039AD5;
    border-color: #CCCCCC;
}

.btn-search .badge
{
    background-color: #ffffff;
    color: #039AD5;
}

.modal-dialog
{
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}

.modal-dialog .nav-tabs + .tab-content.container-fluid
{
    height: 558px; /* 600px height - .nav-tabs height TODO: Use Calc (mobile fix) */
    overflow-y: auto;
}

#pleaseWaitDialog .modal-content
{
    background: transparent;
    border: none;
    box-shadow: none;
}

#generic-dialog .modal-body .tab-content
{
    overflow: auto;
}

#generic-dialog .modal-body
{
    max-height: 70vh;
    overflow-y: auto;
}

.modal-dialog-text
{
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.modal-footer
{
    border-top: none;
    display: flex;
    justify-content: flex-end;
    padding-top: 0;
}

.modal-dialog .btn-default
{
    background-image: none;
    border-color: #406770;
    border-radius: 3px;
    color: #406770;
    font-size: 16px;
    line-height: 19px;
    min-height: 36px;
    text-shadow: none;
}

.modal-dialog button.close
{
    color: #406770;
    font-size: 38px;
    font-weight: 400;
    line-height: 23px;
    opacity: 1;
    text-shadow: none;
}

.modal-footer .btn + .btn
{
    margin-right: 15px;
}

.modal-footer button i,
#addActionsContainer button i
{
    padding-right: 5px;
}

/** modal animation **/

.pulsate-fwd
{
    -webkit-animation: pulsate-fwd 0.8s ease-in-out infinite both;
    animation: pulsate-fwd 0.8s ease-in-out infinite both;
}

/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */

@-webkit-keyframes pulsate-fwd
{
    0%
    {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100%
    {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes pulsate-fwd
{
    0%
    {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50%
    {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100%
    {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.spinner-holder img
{
    height: auto;
    max-width: 70px;
    width: 100%;
}

.truncate
{
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#scrollToTop
{
    background-color: coral; /* Text color */
    border: none; /* Remove borders */
    border-radius: 4px 0 0 4px; /* Rounded corners */
    bottom: 40px; /* Place the button at the bottom of the page */
    color: #fff;
    cursor: pointer; /* Add a mouse pointer on hover */
    display: none; /* Hidden by default */
    font-size: large;
    font-size: 18px; /* Increase font size */
    font-style: normal;
    font-weight: bold;
    opacity: 0.3;
    outline: none; /* Remove outline */
    padding: 10px; /* Some padding */
    position: fixed; /* Fixed/sticky position */
    right: -50px;
    right: -50px;
    transition: all 0.4s ease;
    width: 90px;
    z-index: 10000; /* Make sure it does not overlap */
}

#scrollToTop:hover
{
    opacity: 1;
    right: 0;
}

#scrollToTop > span
{
    margin-left: 10px;
}

/* BS tooltip changes */

.open + .tooltip
{
    display: none !important;
}

.tooltip .tooltip-arrow
{
    display: none;
}

.tooltip-inner
{
    background-color: rgba(0, 0, 0, 0.8);
}

/* END BS tooltip changes */

.mytooltip
{
    background-color: black;
    border-radius: 6px;
    color: #fff;
    display: none;
    margin-left: -100px;
    margin-top: -60px;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    width: 200px;
    z-index: 1;
}

.mytooltip::after
{
    border-color: black transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    content: " ";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
}

.cursorpointer
{
    cursor: pointer;
}


.vtop
{
    vertical-align: top !important;
}


.input-group
{
    width: 100%;
}

#pswd_info
{
    display: none;
}

#pswd_info
{
    -moz-box-shadow: 0 0 5px 5px #ddd;
    -webkit-box-shadow: 0 0 5px 5px #ddd;
    background-color: #fefefe;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 5px 5px #ddd;
    font-size: .875em;
    padding-left: 15px;
    padding-top: 5px;
    position: absolute;
    right: 55px;
    width: 250px;
    z-index: 9;
}

#pswd_info.arrow-down
{
    position: relative;
}

#pswd_info .arrow-down:after,
#pswd_info .arrow-down:before
{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ccc;
    bottom: -10px;
    content: '';
    left: 50%;
    margin-left: -20px;
    position: absolute;
}

#pswd_info .arrow-left:before
{
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ccc;
    border-top: 10px solid transparent;
    content: "";
    height: 0;
    left: -12px;
    position: absolute;
    top: 50%;
    width: 0;
}


.invalid
{
    background: url(../images/invalid.png) no-repeat 0 50%;
    color: #ec3f41;
    line-height: 24px;
    padding-left: 22px;
}

#pswd_info .valid
{
    background: url(../images/valid.png) no-repeat 0 50%;
    color: #3a7d34;
    line-height: 24px;
    padding-left: 22px;
}

#pswd_info .nobull
{
    list-style-type: none;
}


.line-breaks
{
    white-space: pre-line;
}

.action-item
{
    display: block;
    /*    width: 90%;*/
    margin: 5px;
    text-align: left;
}

td
{
    border: 1px black solid;
    padding: 5px;
}

/*SWITCH*/

.switch-wrapper-add-label
{
    align-items: center;
    display: flex;
}

div.switch-wrapper
{
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    vertical-align: top;
}

.switch-wrapper.reversed
{
    align-items: center;
    direction: rtl;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 0;
}

.switch
{
    display: inline-block;
    height: 17px;
    margin-bottom: 0px;
    margin-left: 10px;
    min-width: 30px;
    position: relative;
    width: 30px;
}

label.switch-label
{
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    height: 17px;
    margin-left: 5px;
    position: relative;
}

.switch input
{
    display: none;
}

.slider
{
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before
{
    background-color: white;
    bottom: 2px;
    content: "";
    height: 13px;
    left: 2px;
    position: absolute;
    transition: .4s;
    width: 13px;
}

input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider
{
    background-color: #5cb85c;
}

input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider
{
    box-shadow: 0 0 1px #2196F3;
}

input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before
{
    transform: translateX(13px);
}

.slider.round
{
    border-radius: 34px;
}

.slider.round:before
{
    border-radius: 50%;
}

/* JW 8/1/2020 */

/* TODO: refactor to customized-grid.css (#user_grid), namespace, repetition */

#dataTable,
#user_grid
{
    border: none;
    overflow: auto;
}

#dataTable thead .size-row
{
    height: 60px !important;
}


.grid td
{
    border-width: 1px 0 0 0 !important;
}

.grid th,
.table.grid.floatThead-table
{
    background-color: #355567;
    border-width: 0 !important;
}

.grid-row,
.bid-header
{
    padding: 0;
}

.grid-row td,
.grid-row-alt td
{
    position: relative;
}

.grid-row:hover td:last-of-type:after
.grid-row-alt:hover td:last-of-type:after
{
    left: unset;
    right: 0;
}


.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th
{
    vertical-align: middle;
}

a.sortable:hover i,
a.sortable:focus i
{
    color: coral;
}

a.sortable > i,
.nav-tabs .active .tab-count
{
    color: #FFF;
}


.table-row-header
{
    font-weight: 600;
    padding: 10px 15px;
    position: sticky;
    top: 0;
    z-index: 1;
}

.scenarios .table-row-body
{
    overflow: visible;
}

.scenario-table-row-body
{
    padding: 0 15px;
}

.bid-icon-container
{
    height: 100%;
    margin-right: 15px;
}

.bid-header
{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding: 10px 15px;
}

.bid-header a
{
    vertical-align: text-bottom;
}

.bid-header[aria-expanded="true"]
{
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: transparent;
}

div[aria-expanded="true"] .tab-content
{
    padding-bottom: 10px;
}

.tab-content > .active .tab-pane-container-fluid
{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    border-top-width: 0;
    padding: 10px 15px;
}

.tab-content > .scenarios.active .tab-pane-container-fluid
{
    padding: 0;
}

.bid-header .fa-caret-right
{
    transition: all 0.4s ease;
}

div[aria-expanded="true"] .fa-caret-right
{
    transform: rotate(90deg);
}

.table-row-body
{
    background-color: #fff;
    padding: 0 15px;
}

.bid-body
{
    padding-top: 5px;
}

.bid-body .tab-pane > .container-fluid
{
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    border-top-color: transparent;
    padding: 15px 15px 30px 15px;
}

.tab-pane > .container-fluid.display-flex > [class*='col-']
{
    display: flex;
    flex-direction: column;
}

.tab-pane-label
{
    color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
    text-transform: uppercase;
}

.visible-xs-block.tab-pane-label
{
    margin: 10px 0 5px 0;
}

.tab-pane-content
{
    background-color: rgba(0, 0, 0, 0.05);
    padding: 6px;
}

input.tab-pane-content,
select.tab-pane-content,
input.tab-pane-content + .input-group-addon
{
    border: none;
}

.has-error .tab-pane-content
{
    background-color: rgba(193, 46, 42, 0.1);
}

.bid-address-container span
{
    display: block;
}

#bidPaneSelect
{
    margin-bottom: 8px;
}

/* scenarios */

.scenarios .error-status,
.scenarios .success-status
{
    border-radius: 50%;
    margin-right: 15px;
}

.scenarios .display-flex
{
    align-items: center;
}

.scenarios .scenario-title .tab-pane-content
{
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scenarios .scenario-title:hover
{
    overflow: visible;
}

.scenarios .scenario-icons-container,
.icons-container
{
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
}

.nav-tabs + .icons-container
{
    right: 15px;
    z-index: 2;
}

/* TODO: min-height required when inside position:absolute container */

.icons-container .tooltip
{
    min-height: 100px;
}

.bid-header button.btn,
.bid-header a.btn,
button.circular,
.inline-action
{
    background: transparent;
    border-radius: 50%;
    color: #406770;
    height: 26px;
    line-height: 24px;
    padding: 0;
    transition: all 0.4s ease;
    width: 26px;
}

.inline-action
{
    display: inline-block;
}

.inline-action .btn
{
    padding: 6px 4px;
}

.circular-2x
{
    align-items: center;
    background: transparent;
    border-radius: 50%;
    display: flex !important;
    height: 52px;
    justify-content: center;
    padding: 0;
    transition: all 0.4s ease;
    width: 52px;
}

.scenarios button.btn:hover,
.scenarios button.btn:active,
.scenarios button.btn:focus,
.scenarios a.btn:hover,
.scenarios a.btn:active,
.scenarios a.btn:focus,
.table.grid button.btn:hover,
.table.grid button.btn:active,
.table.grid button.btn:focus,
.bid-header .circular:hover,
button.circular:hover,
button.active.circular,
.inline-action .btn:hover,
.inline-action .btn:active,
.inline-action .btn:focus,
.grid tr.grid-row-alt:hover .inline-action a:hover,
.grid tr.grid-row:hover .inline-action a:hover
{
    background: #6DA1AD;
    border-radius: 3px;
    color: #fff;
}

.dropdown-header
{
    color: #444;
    font-weight: 700;
}

.scenarios .dropdown-submenu + .dropdown-menu-right
{
    right: 100%;
    top: 5px;
}

.scenarios .dropdown-submenu-container
{
    display: none;
}

.scenarios .dropdown-submenu,
.scenarios .dropdown-submenu-container > div,
.dropdown-primary > div.dropdown-item,
.dropdown-primary > a.dropdown-item,
.dropdown-primary .dropdown-menu-scroll-content > a.dropdown-item,
.scenario-download-menu > a.dropdown-item,
.dropdown-primary .scroll-container > a.dropdown-item
{
    clear: both;
    color: #272A31;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    padding: 13px 18px 13px 15px;
    white-space: nowrap;
}

.scenarios .dropdown-submenu:hover,
.scenarios .dropdown-submenu-container > div:hover,
.scenario-download-menu > a.dropdown-item:hover,
.dropdown-primary .scroll-container > a.dropdown-item:hover
{
    background-color: #AFD1E4;
}

/* wrap .dropdown-item elements with this if dropdown menu is too tall */

.dropdown-menu-scroll-content
{
    max-height: 240px;
    overflow: auto;
}

#navbar_side #primaryNav .dropdown-menu-scroll-content
{
    max-height: 440px;
}

.dropdown-item > i,
.dropdown-item input
{
    margin-right: 10px;
}

.scenarios .dropup .dropdown-menu-right
{
    bottom: -5px;
    right: 15px;
}

.scenarios .tab-pane-content
{
    background-color: transparent;
    padding: 0px;
}

/* misc */

.red-container,
.orange-container,
.yellow-container
{
    border-radius: 4px;
    color: #000;
    padding: 8px;
    white-space: nowrap;
}

.features-popover + .popover
{
    white-space: nowrap;
}

.features-popover + .popover,
.k + .popover
{
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgb(0 0 0);
}

.red-container + .tooltip .tooltip-inner:after,
.orange-container + .tooltip .tooltip-inner:after,
.yellow-container + .tooltip .tooltip-inner:after
{
    background-color: black;
    color: #fff;
    display: block;
    font-weight: bold;
    margin-top: 4px;
    padding: 4px;
    text-transform: uppercase;
    width: 100%;
}

.red-container + .tooltip .tooltip-inner:after
{
    content: "180+ DAYS";
}

.orange-container + .tooltip .tooltip-inner:after
{
    content: "90+ DAYS";
}

.yellow-container + .tooltip .tooltip-inner:after
{
    content: "30+ DAYS";
}

.red-container + .tooltip .tooltip-inner,
.orange-container + .tooltip .tooltip-inner,
.yellow-container + .tooltip .tooltip-inner {
  background: #ff2222;
  border: 2px solid #ff2222;
  color: #000;
}

.orange-container + .tooltip .tooltip-inner
{
    background: orange;
    border: 2px solid orange;
    color: #000;
}

.yellow-container + .tooltip .tooltip-inner {
  background: #ffff2f;
  border: 2px solid #ffff2f;
  color: #000;
}

.red-container {
  background: #ff2222;
}

.orange-container
{
    background: orange;
}

.yellow-container {
  background: #ffff2f;
}

/* HELPERS */

.ml-1
{
    margin-left: 15px;
}

.orange
{
    color: coral !important;
}

.btn.btn-orange:first-of-type
{
    border: none;
}

.btn-orange
{
    background-color: transparent;
    background-repeat: repeat-x;
    border-color: coral;
    font-weight: 600;
    transition: all 0.4s ease;
}

.btn-orange:hover
{
    background-color: coral;
    color: #fff;
    text-shadow: none;
}

.btn-orange:disabled
{
    pointer-events: none;
}

.display-flex
{
    display: flex;
    /*    align-items: center;*/
    flex-wrap: wrap;
}

.divider-vertical
{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 10px;
}

.vertical-center
{
    -webkit-transform-origin: center;
    -webkit-transition: all 0.4s ease;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center;
    transition: all 0.4s ease;
}

.divider,
.dropdown-menu .divider
{
    background-color: #9EA7A9;
    height: 1px;
    margin: 9px auto;
    overflow: hidden;
    width: calc(100% - 16px);
}

.font-weight-bold
{
    font-weight: bold;
}

/* mobile fixes portrait */

@media
screen and (max-width: 479px)
{
    #addActionsContainer .btn-primary
    {
        padding: 0;
    }

    .visible-xs-block.tab-pane-label
    {
        margin: 8px 0 0 0;
    }

    .tab-pane-content,
    .scenarios .tab-pane-content
    {
        background-color: rgba(0, 0, 0, 0.05);
        padding: 4px;
    }

    .tab-pane-label
    {
        margin-bottom: 0;
    }

    .form-group
    {
        margin-bottom: 8px;
    }

    .tab-content > .active .tab-pane-container-fluid
    {
        padding: 4px 15px;
    }

    .bid-body .tab-content,
    div[aria-expanded="true"] .tab-content
    {
        margin: 0 -15px;
        padding-bottom: 0;
    }

    .bid-body .hide-tab-content
    {
        position: absolute;
        right: 15px;
        top: 10px;
    }

    .carousel
    {
        margin-top: 16px;
    }

    .carousel .carousel-indicators
    {
        bottom: unset;
        top: -12px;
    }

    .carousel .carousel-indicators li
    {
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        height: 15px;
        margin: 3px;
        width: 15px;
    }

    .carousel .carousel-indicators .active
    {
        background-color: rgba(0, 0, 0, 0.5);
    }

    /* sticky divs */
    /* TODO: Calc height based on bid-header content */

    body.collapse-active .table-row-body
    { /*     overflow: hidden; */
    }

    .bid-body.collapse.in .tab-content
    {
        overflow: auto;
    }

    .modal-dialog
    {
        width: 100%;
    }

    .modal-content
    {
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    #generic-dialog .modal-content
    {
        height: 100vh;
    }

    #generic-dialog .modal-body
    {
        display: flex;
        flex-flow: column;
        height: calc(100vh - 105px);
        overflow: hidden;
    }
}


/*
 * Core styles for PriorityNav.js
 * These styles are not optional and should always be included
 *
 * Free to use under the MIT License.
 * http://twitter.com/GijsRoge
 */

.priority-nav
{
    white-space: nowrap;
    /*
    * Makes sure the menu's are inline-block so they don't take up
    * the entire width of its parent. This will break the plugin.
    */
}

.priority-nav ul
{
    display: inline-block;
}

.priority-nav li
{
    display: inline-block;
}

.priority-nav-has-dropdown .priority-nav__dropdown-toggle
{
    position: relative;
}

.priority-nav__wrapper
{
    position: relative;
}

.priority-nav__dropdown
{
    position: absolute;
    visibility: hidden;
}

.priority-nav__dropdown.show
{
    visibility: visible;
}

.priority-nav__dropdown-toggle
{
    position: absolute;
    visibility: hidden;
}

.priority-nav-is-visible
{
    visibility: visible;
}

.priority-nav-is-hidden
{
    visibility: hidden;
}

/* fixes */

.form-control
{
    border-color: #1E4E69;
    line-height: 36px;
    min-height: 36px;
}

.input-group-addon
{
    background-color: transparent;
    border-color: #1E4E69;
    color: #1E4E69;
}

#refresh_timer:empty
{
    display: none;
}

.priority-nav__wrapper button
{
    background: none;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 8px;
}

.priority-nav__wrapper button:hover
{
    border-color: #6DA1AD;
    color: #6DA1AD;
}

.priority-nav__wrapper button *
{
    pointer-events: none;
}

.priority-nav__wrapper button.is-open
{
    background-color: #1E4E69;
    border-color: #1E4E69;
    color: #fff;
}

.priority-nav__wrapper button > span
{
    margin-left: 10px;
}

.priority-nav__wrapper .nav__dropdown li.dropdown,
.priority-nav__wrapper .nav__dropdown li
{
    color: #272A31;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.42857143;
    padding: 12px 18px;
    position: relative;
    white-space: nowrap;
}

.priority-nav__wrapper .nav__dropdown li .dropdown-toggle,
.priority-nav__wrapper .nav__dropdown li a
{
    align-items: center;
    display: flex;
    width: 100%;
}

.priority-nav__wrapper .nav__dropdown li .dropdown-toggle span
{
    flex: 1;
}

.priority-nav__wrapper .nav__dropdown .dropdown > a,
.priority-nav__wrapper .nav__dropdown li > a,
.priority-nav__wrapper .nav__dropdown li.active > a
{
    background: none;
    box-shadow: none;
    color: #272A31;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 19px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
}

.priority-nav__wrapper .nav__dropdown .dropdown.open > a:before,
.priority-nav__wrapper .nav__dropdown .dropdown.active > a:before,
.priority-nav__wrapper .nav__dropdown li.active > a:before,
.priority-nav__wrapper .nav__dropdown li.active > a:hover:before
{
    background-color: #1E4E69;
    border-radius: 0 3px 3px 0;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    width: 6px;
}

.priority-nav__wrapper .nav__dropdown .dropdown.open > a:hover:before,
.priority-nav__wrapper .nav__dropdown .dropdown.active > a:hover:before,
.priority-nav__wrapper .nav__dropdown li.active > a:hover:before
{
    background-color: #6DA1AD;
}

.priority-nav__wrapper .nav__dropdown .dropdown.active > a:before,
.priority-nav__wrapper .nav__dropdown li.active > a:before
{
    background-color: #1E4E69;
}

.priority-nav__wrapper .priority-nav__dropdown .dropdown.open > a > i:last-of-type
{
    transform: rotate(-90deg);
}

.nav__dropdown .dropdown > a:focus
{
    background: none;
    color: #6DA1AD;
}

.priority-nav__wrapper .priority-nav__dropdown .open .dropdown-menu-sub
{
    left: calc(100% + 2px);
    right: auto;
    top: 0;
}

.priority-nav__wrapper .priority-nav__dropdown .dropdown .dropdown-menu-sub:before
{
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid #000;
    border-right-color: rgba(0, 0, 0, 0.3);
    border-top: 7px solid transparent;
    content: '';
    display: inline-block;
    left: -7px;
    position: absolute;
    right: 100%;
    top: 8px;
}

.priority-nav__wrapper .priority-nav__dropdown .dropdown .dropdown-menu-sub:after
{
    border-bottom: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #ffffff;
    border-top: 6px solid transparent;
    content: '';
    display: inline-block;
    left: -7px;
    position: absolute;
    right: 100%;
    top: 9px;
}

.priority-nav__wrapper .priority-nav__dropdown .dropdown .dropdown-menu-sub a > i,
.priority-nav__wrapper .priority-nav__dropdown .dropdown .dropdown-menu-sub a > img
{
    display: none;
}

.table-striped .row-striped:nth-of-type(odd)
{
    background: rgba(0, 0, 0, 0.05);
}

.disabled-a
{
    color: #272A31 !important;
    opacity: .65;
    pointer-events: none;
}

.editableform .control-group > div,
.editableform .control-group .editable-buttons
{
    align-items: center;
    display: flex;
    flex-flow: row;
}

#grid_wrapper .editable-click,
#grid_wrapper a.editable-click,
#grid_wrapper a.editable-click:hover
{
    border-bottom: none;
}

.select2-container.select2-container--default .select2-selection--single
{
    border-color: #1E4E69;
    line-height: 36px;
    min-height: 36px;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: 36px;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 36px;
}

/* Scroll Bars */

/* Target Specific Elements prior to global */

.modal-body::-webkit-scrollbar,
.container-fluid::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar,
.navbar-side .navbar-nav > li > .dropdown-menu::-webkit-scrollbar,
.dropdown-menu-scroll-content::-webkit-scrollbar
{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    height: 10px;
    width: 10px;
}

.modal-body::-webkit-scrollbar:hover,
.container-fluid::-webkit-scrollbar:hover,
.table-responsive::-webkit-scrollbar:hover,
.navbar-side .navbar-nav > li > .dropdown-menu::-webkit-scrollbar:hover,
.dropdown-menu-scroll-content::-webkit-scrollbar:hover
{
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right-width: 0px;
}

.modal-body::-webkit-scrollbar-thumb,
.container-fluid::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb,
.navbar-side .navbar-nav > li > .dropdown-menu::-webkit-scrollbar-thumb,
.dropdown-menu-scroll-content::-webkit-scrollbar-thumb
{
    background-color: #406770;
    border-radius: 10px;
}

.modal-body::-webkit-scrollbar-thumb:hover,
.container-fluid::-webkit-scrollbar-thumb:hover,
.table-responsive::-webkit-scrollbar-thumb:hover,
.navbar-side .navbar-nav > li > .dropdown-menu::-webkit-scrollbar-thumb:hover,
.dropdown-menu-scroll-content::-webkit-scrollbar-thumb:hover
{
    background-color: #6DA1AD;
}

.modal-body::-webkit-scrollbar-thumb:active,
.container-fluid::-webkit-scrollbar-thumb:active,
.table-responsive::-webkit-scrollbar-thumb:active,
.navbar-side .navbar-nav > li > .dropdown-menu::-webkit-scrollbar-thumb:active,
.dropdown-menu-scroll-content::-webkit-scrollbar-thumb:active
{
    background-color: #6DA1AD;
}

.table-responsive::-webkit-scrollbar-corner,
.dropdown-menu-scroll-content::-webkit-scrollbar-corner
{
    background-color: rgba(0, 0, 0, 0);
}

/* tbody Scroll */

/* rounded table */

.table-responsive thead tr:first-of-type th:first-of-type
{
    border-radius: 5px 0 0 0;
}

.table-responsive thead tr:first-of-type th:last-of-type
{
    border-radius: 0 5px 0 0;
}

.table-responsive tfoot td:not(:only-of-type):first-of-type
{
    border-radius: 0 0 0 5px;
}

.table-responsive tfoot td:not(:only-of-type):last-of-type
{
    border-radius: 0 0 5px 0;
}

.table-responsive tfoot td:only-of-type,
.table-responsive table tfoot
{
    border-radius: 0 0 5px 5px;
}

/*tablets*/

@media
only screen and (min-device-width: 768px) and (max-device-width: 1024px)
{
    .navbar-menu-text
    {
        font-size: smaller;
    }

    .navbar-menu-text > li > a
    {
        padding: 5px 5px;
    }
}

@media
(max-width: 767px)
{
    #subHeadContainer
    {
        flex-flow: wrap;
    }

    #subHeadContainer .filter-title
    {
        flex: 1 0 100%;
    }

    /*  #navbar_side.is-open {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    z-index: 1000;
    align-items: flex-start;
  }*/

    #navbar_side.is-open.priority-nav ul
    {
        border: none;
        border-radius: 0;
        height: calc(100% - 60px);
        min-width: 100%;
        position: fixed;
        top: 58px;
    }

    #navbar_side.is-open.priority-nav ul i
    {
        min-width: 45px;
    }

    /*  #navbar_side.is-open button {
    margin-top: 10px;
  }*/

    .priority-nav__wrapper .nav__dropdown .dropdown > a,
    .priority-nav__wrapper .nav__dropdown li > a,
    .priority-nav__wrapper .nav__dropdown li.active > a
    {
        font-size: 18px;
        justify-content: normal;
    }

    .priority-nav__wrapper .nav__dropdown .dropdown.open > a:hover:before,
    .priority-nav__wrapper .nav__dropdown .dropdown.active > a:hover:before,
    .priority-nav__wrapper .nav__dropdown li.active > a:hover:before
    {
        bottom: auto;
        height: 43px;
    }

    .priority-nav__wrapper .priority-nav__dropdown .open .dropdown-menu-sub
    {
        border: none;
        border-radius: 0;
        box-shadow: none;
        float: none;
        left: auto;
        position: relative;
        top: 5px;
        width: 100%;
    }

    .priority-nav__wrapper.dropdown .dropdown-menu:before,
    .priority-nav__wrapper.dropdown .dropdown-menu:after,
    .priority-nav__wrapper .priority-nav__dropdown .dropdown .dropdown-menu-sub:before,
    .priority-nav__wrapper .priority-nav__dropdown .dropdown .dropdown-menu-sub:after,
    .priority-nav__wrapper .priority-nav__dropdown .dropdown.open .dropdown-backdrop,
    .nav.user-info .dropdown .dropdown-menu:before,
    .nav.user-info .dropdown .dropdown-menu:after
    {
        display: none;
    }

    #navbar_side
    {
        flex: 0;
        justify-content: flex-end;
        order: 3;
        padding-right: 15px;
    }

    .navbar-side .navbar
    {
        flex: 1;
        justify-content: flex-end;
        order: 2;
    }

    .navbar-side .navbar-header
    {
        border-right: none;
    }

    #navbar_side .priority-nav__wrapper button
    {
        font-size: 20px;
        line-height: 20px;
        padding: 9px 11px;
        position: relative;
    }

    #navbar_side .navbar-nav > li > a,
    #navbar_side .dropdown-slide-menu a
    {
        border-radius: 0;
    }

    #navbar_side .navbar-nav.status-extras > li > a
    {
        padding: 0;
    }

    .navbar-side .navbar-header .toggle-nav-side
    {
        display: none;
    }

    .navbar-side + .container-main .navbar
    {
        display: none;
    }

    .user-info .user-container
    {
        color: #fff;
        order: 1;
        padding: 0;
    }

    .nav.status-extras
    {
        display: flex;
    }

    #navbar_nav
    {
        align-items: flex-start;
        background: rgba(0, 0, 0, 0.05);
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        justify-content: space-around;
        margin: 0 -15px;
        min-height: 0;
    }

    .nav.user-info li.dropdown
    {
        display: flex;
        flex-flow: wrap;
        justify-content: flex-end;
    }

    .navbar-side .nav.user-info .dropdown-menu
    {
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0);
        background: rgba(255, 255, 255, 1);
        border: none;
        border-radius: 0;
        box-shadow: 0 6px 12px rgb(0 0 0);
        height: calc(100% - 60px);
        margin: 2px 0 0 0;
        min-width: 100%;
        position: fixed;
        right: 0;
        top: 58px;
    }

    #navbar_side .nav.user-info .dropdown > a.dropdown-toggle
    {
        margin: 0 15px;
        order: 2;
        padding: 10px;
    }

    #navbar_side .navbar-nav.status-extras > li > a i,
    #navbar_side .navbar-nav.user-info > li > a i
    {
        margin-right: 0px;
    }

    .nav.user-info
    {
        align-items: center;
        border-left: none;
        margin: 0;
        padding-left: 0;
    }

    .nav.user-info .dropdown-menu > .dropdown-item
    {
        font-size: 18px;
        padding: 13px 18px 13px 24px;
    }

    .navbar-nav > li > a
    {
        line-height: 20px;
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .navbar-icon
    {
        font-size: 2em;
    }

    .nav.user-info .circular-2x
    {
        border-radius: 3px;
        height: 42px;
        padding: 15px;
        width: 42px;
    }
}

@media
(max-width: 400px)
{
    .navbar-icon
    {
        font-size: 1em;
    }

    .grid-filter
    {
        font-size: small;
    }


    .logincontainer
    {
        width: 100% !important;
    }
}

@media
screen and (orientation: portrait)
{
    .logo
    {
    }
}