﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 5px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*Height bootstrap customized*/
.h-55 {
    height: 55% !important;
}

.h-60 {
    height: 60% !important;
}

.h-65 {
    height: 65% !important;
}

.h-70 {
    height: 70% !important;
}

/*Scroll auto for small or defined height divs*/
.scroll-auto {
    overflow-y: auto;
}

.scroll-x-auto {
    overflow-x: auto;
}

/*Shipments views layout*/
.h-60vh {
    height: 60vh !important;
}

/*User Tasks*/
#userTasks {
    z-index: 5 !important;
}

.user-tasks-container {
    position: fixed;
    display: block;
    right: 0;
    top: 0;
    margin-top: 60px;
}
.arrow-user-tasks {
    width: 1.5rem;
    border-radius: 5px 0px 0px 5px;
}

.user-tasks-dropdown {
    width: 30rem !important;
    padding: 0;
    border-radius: 10px 10px;
    z-index: 999 !important;
   /* height: 100vh !important;*/
}

/*NoteUser views layout*/
.userNotes-container .dropdown-menu {
    margin-left: -0.1rem !important;
    height: 27rem;
    width: 35rem;
    padding-top: inherit;
}

#ButtonSmallMenu {
    z-index: 5 !important;
}

.borderEditor {
    border: 1px solid #dee2e6
}


.edc-merced-btn-text-email {
    background-color: rgba(255,255,255,0);
    border: 1px solid #2B8EE5;
    color: #2B8EE5;
    cursor: pointer;
    height: 20px;
    border-radius: 5px;
    display: flex;
    align-content: center;
    font-size: 11px;
    font-family: Verdana;
}

#ChatTabs-tab-1 .k-link {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#ChatTabs-tab-2 .k-link {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#ChatTabs-tab-3 .k-link {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}


#ChatTabs-tab-1 {
    border: solid 1px transparent;
}
#ChatTabs-tab-2 {
    border: solid 1px transparent;
}
#ChatTabs-tab-3 {
    border: solid 1px transparent;
}