



.at-now-search-0 .progress-bar.at-now-search { /* Make search progress indicator round */
    border-radius: 50px;
    overflow: hidden;
}

   #logo-container .mobile { /* For more spacing to the right of the mobile logo */
        margin-right: 10px;
    }



@media not all and (min-resolution:.001dpcm) { @media { /* Safari only fixes */

at-core-searchbox.start-now + div.start-now {
  padding-bottom: 12px;
}
  
}}




/* Making header mobile friendly
============================= */

#logo-container .mobile { /* Don't show mobile logo on desktop */
    display: none;
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
   
  /* hide now and workplace on mobile
  at-core-searchbox.start-now + div.start-now  {
    display: none;
  } */
  
  
  .layout-center-center iron-image[src$=".svg"][style^="width: 50px;"] { /* Make notification icons on Approval cards smaller */
    zoom: 0.75;
}
  
  #modalContents .prevent-collapsing.at-core-modal { /* Fix the white section of the modal header */
    padding: 20px 25px;
    color: #fff;
    background-color: var(--at-blue);
}
  
  #logo-container .mobile {
        display: block !important; /* Show mobile logo mobile */
    }
    #logo-container .desktop { /* Don't show desktop logo on mobile */
        display: none;
    }
    #topLeft.at-app-now-scaffold,
    #topRight.at-app-now-scaffold {
        width: 135px !important; /* Reduce width for mobile */
    }

    #topWrapper.at-app-now-scaffold { /* Realign header contents after height is reduced */
        padding-top: 8px !important;
        width: 100%;
    }
    #top.at-app-now-scaffold { /* Reduce height on mobile */
        height: 70px !important; 
    }
    
    at-carbon-tabs#tabs, .wrapper.style-scope.at-carbon-tabs { /* To align tabs center on mobile */
    width: 100%;
}

    .mainwrapper.at-app-now-scaffold { /* Adjust tabs vertical position due to smaller header */
    padding-top: 55px;
}

#tabsContent.at-carbon-tabs { /* To align tabs center on mobile */
    display: flex;
    justify-content: center;
}
    
      at-core-searchbox+.start-now { /* To bring Cards closer to the Tabs on top on mobile */
    margin-bottom: 20px !important;
}
    
    .bar.at-app-now-scaffold { /* Align blue bar */
    margin-top: 5px !important;
}

  
    #greetingContainer.start-now { /* Fix greeting container not disappearing properly */
        display: none;
    }
    
}
@media only screen and (max-width: 414px) {

  at-core-card { /*Making Cards look better on mobile*/
    zoom: 0.95;
}
  
    #topLeft.at-app-now-scaffold,
    #topRight.at-app-now-scaffold,
    #topLeft.at-app-now-scaffold + div { /* Negating flex layout to fix mobile behaviour */
        display: inline-block;
        float: left;
    }
    
#topLeft.at-app-now-scaffold { /* Adjusting logo container width on mobile */
    width: 40px !important;
}
    
    #topRight.at-app-now-scaffold { /* Fixing positioning of context menu dropdown */
        position: absolute;
        right: 0;
    }
    #topLeft.at-app-now-scaffold + div { /* Changing width of search field */
    max-width: 217px;
    margin-right: 100px;
}
    
    at-core-busy.at-app-now-scaffold { /* Placing loading animation */
    width: 24px;
    margin-right: -12px;
}
    at-core-busy.at-app-now-scaffold #wave { /* Fixing loading balls on mobile to show only 1 */
            overflow: hidden;
        }
    
    .loaderBalls.at-core-spinner { /* Fixing loading balls color */
    color: #F2360A;
}
    
    at-now-search#globalSearch:focus-within { /* Making search field go full width on focus */
    position: absolute;
    left: 5px;
    width: calc(100% - 10px);
    z-index: 100;
    top: 15px;
    background-color: white;
    box-shadow: 0px 0px 0px 4px #fff;
}
    

    #container #top.at-app-now-scaffold { /* Fixing mobile behaviour */
    width: 100% !important;
}
    
 
    
  
  
    
    .cardContainer { /* Reduce card footprint for mobile */
    zoom: 0.91;
}
    
}

#contentwrapper.at-app-now-scaffold, .bar.at-app-now-scaffold { /* Fix an issue where Cards are cropped on mobile */
  min-width: 320px !important;
}

#selectContent.at-now-cards { /* Fix the placement of the Select Content button overlapping with Cards */
    top: inherit;
    position: inherit;
}

.font-title, .font-button { /* Forces it to wrap */
    white-space: inherit!important;
}
    
 a { /* Gives all links the same color (for example links in the footer wouldn't have a color otherwise) */
    color: #0088cc;
}   

.avatar, .avatar img { /* Adjust max size of avatars */
    max-width: 75px;
    max-height: 75px;
}

.primary, .primary a, a .primary, .primary div, .primary.at-core-dashboard { /* Changing primary color from theme */
    color: #0088cc!important;
}

.secondary, .secondary a, a .secondary, .secondary div, .secondary.at-core-dashboard { /* Changing secondary color from theme */
    color: #006190!important;
}

a:hover { /* Giving all links a hover effect */
    color: #4A90E2;
}

at-carbon-signal-button { /* Giving all incorrectly colored at-carbon-signal-button's a border-radius */
    border-radius: 2px;
}

#modalContents .container .col-6 { /* Fixing an issue where the Expense Approve Modal would show a div that flows out of the modal */
    width: 50%!important;
}



at-carbon-card-footer .footer-link:after { /* Disable footer links */
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: '';
    top: 0;
    left: 0;
}

at-carbon-card-footer .footer-link { /* Disable footer links */
    position: relative;
    cursor: pointer;
}

.vertical.at-core-dashboard .col-3.at-core-dashboard { /* Fix an issue where col-3 turned out to be 50% wide */
    width: 25%!important;
}



/* User Journey 
============ */

.at-journey-container.right-sidebar {
    background-color: #fff;
    box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.2);
    border-radius: 18px;
    margin-right: 35px;
    padding: 25px;
        -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(+40px);
    transform: translateX(+40px);
    -webkit-animation: fade-slide-in-journey 334ms cubic-bezier(0,0,.2,1) .15s forwards;
    animation: fade-slide-in-journey 334ms cubic-bezier(0,0,.2,1) .15s forwards;
    overflow: hidden;
}

h1.at-journey-scaffold {
    font-weight: 800!important;
}

ul.list-of-quotes {
    list-style: none;
    padding-left: 0;
}

ul.list-of-quotes li:hover {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

ul.list-of-quotes li {
    box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.2);
    padding: 8px;
    margin: 9px 0px;
    border-radius: 2px;
    transition: box-shadow 334ms ease 0s;
    border: 1px solid #eee;
}

ul.list-of-quotes li img {
    width: 30px;
    margin-right: 5px;
}

#journey-navigation {
    position: absolute;
    bottom: -5px;
    width: calc(100% + 30px);
    margin: 0px -15px;
}

#journey-prev at-link a {
    background-color: #F5F7F9;
    padding: 12px 5px 12px 12px;
    border-radius: 3px;
}

#journey-prev at-link a:hover {
    background-color: #0088cc;
    color: #fff!important;
}

#journey-prev at-link a:hover at-carbon-icon {
    color: white!important;
}

#journey-next at-link a {
    background-color: #F5F7F9;
    padding: 12px;
    margin-left: 10px;
  border-radius: 3px;
}

#journey-next at-link a:hover {
    background-color: #0088cc;
    color: #fff!important;
}

#journey-next at-link a:hover at-carbon-icon {
    color: white!important;
}

.tip {
    background-color: #efefef;
    padding: 10px 10px 10px 42px;
    position: relative;
    font-size: 95%;
}

.tip img {
    position: absolute;
    left: 5px;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.tip at-carbon-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11px;
}

at-journey-container {
    background-color: #F5F7F9;
}

at-journey {
    position: unset;
}

#deviceSwitcher {
    margin-left: 15px;
    margin-right: -15px;
    margin-top: -5px;
}

#deviceSwitcher at-carbon-icon-button {
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 12px;
    margin: 5px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
}

@-webkit-keyframes fade-slide-in-journey {
    from {
        opacity: 0;
        -webkit-transform: translateX(+40px);
        transform: translateX(+40px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fade-slide-in-journey {
    from {
        opacity: 0;
        -webkit-transform: translateX(+40px);
        transform: translateX(+40px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

ul#journey-type-selector {
    list-style: none;
    padding-left: 0;
}

ul#journey-type-selector li a {
box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.2);
    border-radius: 2px;
    padding: 10px;
    display: inline-block;
    width: 130px;
    height: 100px;
    margin: 9px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
    transition: box-shadow 334ms ease 0s;
    border: 1px solid #eee;
}

ul#journey-type-selector
 li at-carbon-icon {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-top: 6px;
}

ul#journey-type-selector li at-link.current a {
    box-shadow: 0px 0px 11px -4px rgba(0,0,0,0.2) inset;
    background-color: #fafafa;
}

ul#journey-type-selector li at-link.current a at-carbon-icon {
    opacity: 0.75;
}

#journey-type-selector
 li {
    display: inline-block;
}

ul#journey-type-selector
 li a:hover {
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}

/* Used to make the right sidebar full height so the navigation can stick to the bottom */
at-journey-container #panel,
at-journey-container at-journey-scaffold,
at-journey-container #mainwrapper,
at-journey-container div.main,
at-journey-container at-core-router#router,
at-journey-container #content,
at-journey-container at-core-dashboard#container,
at-journey-container at-journey,
at-journey-container #insertPoint,
at-journey-container #insertPoint > div,
at-journey-container #wrapper.card {
    display: block;
    height: 100%;
    width: 100%;
}

at-journey-container at-core-dashboard#container {
    position: absolute;
}
/* Used to make the right sidebar full height so the navigation can stick to the bottom */


at-journey-container a {
    color: #0088cc;
}




#content ul.style-scope.at-core-dashboard { /* Countering too much margin on ul on Cards */
    padding: 0px 20px;
    margin: 0;
}

    
  .content-wrapper.at-carbon-tabs { /* Reposition Now and Workplace tabs with grey line */
    top: 7px;
  }



@media only screen and (max-width: 1000px), screen and (max-height: 650px) { /* Prompt user to increase window size for user journey */
at-journey-container:before {
    content: "This demo works best in a big window. Please increase the size of your window to at least 1000px wide and 650px tall.";
    position: absolute;
    color: #333;
    text-align: center;
    background-color: #FCE073;
    width: 100%;
    height: 32px;
    z-index: 9999;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: black 0px 0px 5px;
    padding-top: 5px;
}

}

::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0,0,0,0);
    -webkit-border-radius: 100px;
}

    ::-webkit-scrollbar:hover {
        background-color: rgba(0, 0, 0, 0.09);
    }

::-webkit-scrollbar-thumb:vertical {
    background: rgba(0,0,0,0.5);
    -webkit-border-radius: 100px;
}

    ::-webkit-scrollbar-thumb:vertical:active {
        background: rgba(0,0,0,0.61);
        -webkit-border-radius: 100px;
    }


cloud-files-notab-card {
  background-color:red;
}