/* To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. */
/* Created on : Jul 26, 2018, 5:10:41 PM Author : yisho */

html {
    font-size: 14.8572px;
    overflow: hidden;

/*    //rem reference:
    //12px - .80769rem
    //13px - .875rem
    //14px - .942301rem*/
}


*:focus{
    border: darkgray 3px !important;
    border-radius: 1px; 
    outline-width: 2px !important;
    outline-style: groove !important;
    outline-color: black !important;
}

body {
    /*defaults everything to 13px*/
    font-size: .875rem; 
    min-width: 768px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.main-container-wrap{
    position: absolute;
    bottom: 0px;
    top: 120px;
    left: 240px;
    right: 0;
    overflow: auto;
}

.main-container{
    padding: 16px 16px 0;
    min-width: 680px;
    min-height: calc(100% - 1.5rem);
    position: relative;
    vertical-align: top;
}

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip:focus {
  position: static;
  width: auto;
  height: auto;
}    

.top-banner {
    position: absolute;
    /* Safari */
    height: 120px;
    top: 0;
    left:0;
    right:0;
    z-index: 100;
    background: #f7f9f8;
    user-select: none;
}

.top-banner .top-box {
    height: 70px;
    position: relative;
    display: flex;
}

.top-banner .top-box--logo {
    position: absolute;
    padding: 4px;
    height: 70px;
    max-width: 300px;
}

.top-banner .top-box > .right-side-links {
    position: absolute;
    top: 6px;
    right: 4px;
    text-align: right;
    height: 28px;
    vertical-align: middle;
    margin: 4px 12px;
}

.right-side-links > .btn.btn-link {
    font-size: 0.875rem;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    line-height: 32px;
    min-height: 32px;
    vertical-align: middle;
}

.top-banner .top-box > .right-side-links > .btn.btn-link:hover, .top-banner .top-box > .right-side-links > .btn.btn-link:active, .top-banner .top-box > .right-side-links > .btn.btn-link:focus {
    text-decoration: none;
}

.top-banner .top-box > .right-side-links .dropdown-toggle::after {
    display: none;
}

.right-side-links > .right-side-links-alignmnet {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.top-banner .top-box > .right-side-links > .icon {
    display: block;
    width: 32px;
    height: 32px;
    margin: 2px 4px;
    min-width: 32px;
    font-size: 24px;
    vertical-align: middle
}

.right-side-links-menu {
    min-width: 209px;
    width: 209px;
    padding: 12px;
}
.right-side-links-menu-version{
    min-width: 209px;
    width: 270px;
    padding: 12px;
}

.right-side-links-menu > .dropdown-item {
    display: inline-block;
    width: 90px;
    margin: 0px;
    padding: 5px;
    text-align: center;
    font-size: 0.875rem;
    display: inline-block;
    line-height: 37px;
    min-width: 30px;
    height: 90px;
}

.right-side-links-menu > .dropdown-item > img {
    display: block;
    margin: 0 auto;
}

.right-side-account-menu {
    width: auto;
    min-width: 208px;
    padding: 12px;
}

.top-banner .top-box--selected-menu {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
}

.top-banner .top-box--selected-menu > .selected-menu-text {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
}

.top-banner .top-box--selected-menu > .selected-menu-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.top-banner .bottom-box {
    height: 50px;
    position: relative;
}

.dropdown-item-image {
    height: 38px;
    margin: 5px auto;
    padding: 0;
    text-align: center
}

.dropdown-item-txt {
    width: 80px;
    height: 27px;
    margin: 5px 0px;
    text-align: center;
    line-height: 27px;
    vertical-align: middle;
}

.menu-container {
    background: var(--primary);
    width: 100%;
    min-height: 50px;
}

.menu-container > ul {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
}

.menu-container > ul > li > .divider {
    width: 1px;
    background: #fff;
    height: 40px;
    margin-top: 4px;
    margin-left: 18px;
    margin-right: 18px;
}

.menu-container > ul > li > a {
    display: inline-block;
    text-align: center;
    font-size: 0.875rem;
    color: #FFFFFF;
    padding: 11px 8px 11px;
    min-height: 50px;
    max-height: 50px;
    line-height: 18px;
    white-space: nowrap;
}

.menu-container > ul > li > a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, .1);
}

.menu-container > ul > li > a > .icon {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.menu-container > ul > li > a > .icon > img {
    height: 27px;
}

.menu-container > ul > li > a > .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    margin-top: 1px;
}

@media (max-width: 1200px) {
    .menu-container > ul > li > a > .text {
        display: none;
    }
    .menu-container > ul > li > a > .icon {
        min-width: 54px;
        text-align: center;
    }
}

.toolbar-container {
    background: #6c757d;
    width: 100%;
}

.toolbar-container ul li img{
    height: 23px!important;
}

.toolbar-container > ul {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
}

.toolbar-container > ul > li {
    display: inline-block;
    white-space: nowrap
}

.toolbar-container > ul > li > a {
    display: inline-block;
    text-align: center;
    font-size: 0.875rem;
    color: #FFFFFF;
    padding: 12px 8px;
    line-height: 10px;
}

.toolbar-container > ul > li > a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, .12);
}

.approved{
    border: 4px solid #7ddb7a!important;
}



.toolbar-container > ul > li > a > .icon {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.toolbar-container > ul > li > a > .icon > img {
    height: 27px;
}

.toolbar-container > ul > li > a > .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    margin-top: 3px;
    white-space: inherit;
    line-height: 15px;
}

.toolbar-container > ul > li > a > .material-icons {
    color:#666666;
    height:27px;
}

@media (min-width: 1550px) and (max-width: 1820px) {
    .toolbar-container > ul > li > a > .text {
        display: block;
    }
}
@media (max-width: 1550px) {
    .toolbar-container > ul > li > a > .text {
        display: none;
    }
    .toolbar-container > ul > li > a {
        padding: 8px 12px ;
    }
}

.left-sidebar-outer {

    position: absolute;
    z-index: 10;
    top: 120px;
    left: 0;
    bottom: 0;
    width: 240px;
    overflow: auto;
}

.left-sidebar-outer-new {
    position: absolute;
    z-index: -1;
    top: 20px;
    left: 0;
    bottom: 0;
    width: 240px;
    overflow: auto;
}

.left-sidebar {
    overflow: auto;
    padding: 0;
    height:100%;
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: #fff;
    padding-bottom: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 10;
    user-select: none;
}

.left-sidebar > .collapse-left-sidebar {
    text-align: right;
}

.left-sidebar > .collapse-left-sidebar > i {
    font-size: 0.80769rem;
    padding: 7px 13px 7px 13px;
    cursor: pointer;
    z-index: 200;
}

.left-sidebar > .collapse-left-sidebar > i:hover{
    background: rgba(0,0,0,.1);
}

.left-sidebar > .left-sidebar-header {
    background: #f5f5f5;
    font-size: 0.942301rem;
    font-weight: 500;
    padding: 6px 8px 9px;
}

.left-sidebar > .left-sidebar-list {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

.left-sidebar > .left-sidebar-list > .divider {
    padding: 0 7px;
}

.left-sidebar > .left-sidebar-list > .divider > div {
    background: #eaeaea;
    height: 2px;
    margin: 7px 0;
}

.left-sidebar > .left-sidebar-list > li > a {
    font-size: 0.875rem;
    color: #333;
    padding: 5px 5px 5px 7px;
    display: block;
}

.left-sidebar > .left-sidebar-list > li > a:hover {
    text-decoration: none;
    background: #f7f9f8;
}

.left-sidebar > .left-sidebar-list > li > a > .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.left-sidebar > .left-sidebar-list > li > a > .icon {
    display: inline-block;
    vertical-align: middle;
    min-width: 32px;
    text-align: center;
}

.left-sidebar > .left-sdebar-inline-form {
    padding: 0 8px;
    margin-bottom: 15px;
}

.left-sidebar > .left-sdebar-inline-form > form {
    margin-bottom: 0;
}

.left-sidebar > .left-sdebar-inline-form > form > .form-row > .col-12 + .col-12 {
    margin-top: 8px;
}

.left-closed {
    padding-left: 60px !important;
}

.left-sidebar-opened {
    -webkit-animation: left-slide-right 0.5s forwards;
    animation: left-slide-right 0.5s forwards;
}

.left-sdebar-inline-form  > form > .quicksearch {
    width: calc(100% - 34px);
    display: inline-block;
}




h1{
    font-size: 1.682685rem;
}

h2{
    font-size: 1.281685rem;
    padding: 0px 20px;
}

h3{
    font-size: 0.882685rem;
}

@-webkit-keyframes left-slide-right {
    0% {
        left: -205px;
    }
    100% {
        left: 0px;
    }
}

@keyframes left-slide-right {
    0% {
        left: -205px;
    }
    100% {
        left: 0px;
    }
}

@keyframes content-left-slide-right {
    0% {
        left: 40px;
    }
    100% {
        left: 240px;
    }
}

@keyframes content-right-slide-left {
    0% {
        left: 240px;
    }
    100% {
        left: 40px;
    }
}

.content-closed {
    -webkit-animation: content-left-slide-right 0.5s forwards;
    animation: content-left-slide-right 0.5s forwards;
}

.content-opened {
    -webkit-animation: content-right-slide-left 0.5s forwards;
    animation: content-right-slide-left 0.5s forwards;
}

.left-sidebar-closed {
    -webkit-animation: left-slide-left 0.5s forwards;
    animation: left-slide-left 0.5s forwards;
}

@-webkit-keyframes left-slide-left {
    0% {
        left: 0;
    }
    100% {
        left: -205px;
    }
}
@keyframes left-slide-left {
    0% {
        left: 0;
    }
    100% {
        left: -205px;
    }
}

.hide-item {
    -webkit-animation: hide-element 0.5s;
    animation: hide-element 0.5s;
    opacity: 0; 
}

@-webkit-keyframes hide-element {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } 
}
@keyframes hide-element {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } 
}
.show-item {
    -webkit-animation: show-element 0.5s;
    animation: show-element 0.5s;
    opacity: 1; 
}

@-webkit-keyframes show-element {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } 
}
@keyframes show-element {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } 
}


/*//the following cleans up browser weird things*/
::-ms-expand {
    display: none;
}

::-ms-clear {
    display: none;
}

@-webkit-keyframes autofill { 
    to { color: #333; background: transparent; } 
}

input:-webkit-autofill { 
    -webkit-animation-name: autofill; 
    -webkit-animation-fill-mode: both; 
}

/* 
.burger-icon{
    background-image: url(../../images/bars.svg);
} */

@media (max-width: 500px) {
    /* .primary-menu-container{
        display: none!important;
    } */

    #main-container{
        min-width: auto!important;
    }

    .menu-container > ul > li > .divider{
        display: none!important;
    }

    .menu-container > ul > li > a > .icon {
        min-width: 30px;
        text-align: center;
    }

    .mobile-menu-container{
        display: block;   
    }
}