﻿/* 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. */

.bulletin ul li{
    list-style-type:initial;
}

ul li{
    list-style-type:none;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.bg-primary-light,
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background-color: #ebf4ff;
}

table.dataTable {
    border-collapse: collapse !important;
}

.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;
  height:100%;
}
@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 {
    height: 100%;
}

/*body {
    min-height: 100%;
    height:100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}*/
.spacer {
    flex: 1;
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    -webkit-box-flex: 1;
    height: 100%;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

footer {
    height: 40px;
}

header {
    background-color: #e1261c;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.logo{
    padding-right:20px;
}

.full-height{
    height:100% !important;
}

.bg-sf-red {
    background-color: #e1261c;
    color:white;
}

.bg-sf-blue {
    background-color: blue;
    color: white;
}

h6.bg-sf-red {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

h6.bg-sf-blue {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.h-200{
    height:200px !important;
}

.mt-3px{
    margin-top:3px;
}

.modal-wrapper {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.modal-inner {
    height: 100%;
    background-color: white;
    width: 500px;
    margin: auto;
    top: 300px;
    margin-top: 250px;
}

#users thead,
#companies thead,
#departments thead,
#roles thead,
#projects thead,
#folders thead,
#subfolders thead,
#assets thead,
#versions thead,
#reports thead,
#reports-user-management thead,
#reports-general-usage thead,
#reports-number-of-folders thead,
#reports-project-document thead,
#reports-total-size-of-files thead,
#reports-file-usage-by-folder thead,
.redBg {
    background-color: #e1261c;
    color: white;
}

.paginate_button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    margin-right:5px;
    cursor:pointer;
}

div.dataTables_filter label,
div.dataTables_length label {    
    display:block;
}

div.dataTables_filter input {
    width: 100% !important;
}

.fa-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-move{
    cursor:move;
}

.unauth-header {
    height:70px; 
    margin-bottom:40px;
}

aside{
    width:15%;
}

.auth-main{
    width:85%;
}

.xx-large{
    font-size:xx-large;
}

.font-size-large {
    font-size: 1.5rem;
}

.font-size-larger{
    font-size:2.0rem;
}

.font-size-largest{
    font-size:2.5rem;
}

.users-border {
    width: 410px;
    border: 3px dashed black;
    border-top:none !important;
}

.available-users {
    /*border-color: #37626d;
    background-color: #B7D4DB;*/
    border-color: #e5e5e5;
}

.available-users-label {
    /*color: #37626d;*/
}

.assigned-users {
    /*border-color: #94FA92;
    background-color: #CEFFC9;*/
    border-color: #e5e5e5;
}
.assigned-users-label {
    /*color: #94FA92;*/
}

.available-assets {
    /*border-color: #37626d;
    background-color: #B7D4DB;*/
    border-color: #e5e5e5;
}

.available-assets-label {
    /*color: #37626d;*/
}

.assigned-assets {
    /*border-color: #94FA92;
    background-color: #CEFFC9;*/
    border-color: #e5e5e5;
}

.assigned-assets-label {
    /*color: #94FA92;*/
}

.owner-users {
    /*border-color: #aea084;
    background-color: #EEEBE5;*/
    border-color: #e5e5e5;
}

.owner-users-label {
    /*color: #aea084;*/
}

.contact-users {
    /*border-color: #c0a372;
    background-color: #F6F2EB;*/
    border-color: #e5e5e5;
}

.contact-users-label {
    /*color: #c0a372;*/
}

.editor-users {
    /*border-color: #e39726;
    background-color: #F6DEB9;*/
    border-color: #e5e5e5;
}

.editor-users-label {
    /*color: #e39726;*/
}

.author-users {
    /*border-color: #c82a19;
    background-color: #F7C5BF;*/
    border-color: #e5e5e5;
}

.author-users-label {
    /*color: #c82a19;*/
}

.reviewer-users {
    /*border-color: #e4252b;
    background-color: #F6B7B9;*/
    border-color: #e5e5e5;
}

.reviewer-users-label {
    /*color: #e4252b;*/
}

.presenter-users {
    /*border-color: #94FA92;
    background-color: #CEFFC9;*/
    border-color: #e5e5e5;
}

.presenter-users-label {
    /*color: #94FA92;*/
}

.overflow-y-auto {
    overflow-x: hidden;
    overflow-y: auto;
}

.hamburger-icon {
    height: 40px;
    display: inline-block;
    width: 30px;
    padding-left: 4px;
}

.remove-icon {
    height: 40px;
    display: inline-block;
    width: 32px;
    padding-left: 4px;
}

.draggable-user {
    background-color:white;
    height: 80px;
}

.draggable-user,
.draggable-user * {
    cursor: move;
}

.draggable-department {
    background-color: white;
    height: 53px;
}

.w-250 {
    width: 250px;
}


.max-w-100 {
    max-width: 100%;
}

.w-300px{
    width:300px;
}

.w-345px{
    width:345px;
}

.w-355px{
    width:355px;
}

.w-380px{
    width:380px;
}

.w-395px {
    width: 395px;
}

.w-550px {
    width: 550px;
}

.h-25px{
    height:25px;
}

.h-110px {
    height: 110px;
}

.h-195px{
    height:195px;
}

.h-196px{
    height:196px;
}

.h-201px{
    height:201px;
}

.h-238px{
    height:238px;
}

.h-300px{
    height:300px;
}

.h-355px{
    height:355px;
}

.h-408px{
    height:408px;
}

.h-462px{
    height:462px
}

.h-530px{
    height:530px;
}

.h-567px {
    height: 567px;
}

.h-615px {
    height: 615px;
}

.ui-autocomplete{
    position: absolute;
    z-index: 1051;
    padding-left: 0px;
}

.ui-menu-item {
    list-style: none;
}

.font-size-small {
    font-size: 0.9rem;
}

.font-size-smaller {
    font-size: 0.4rem;
}

.font-size-smallest {
    font-size: 0.2rem;
}

.hover-parent .hover-icon {
    display: none;
}

.hover-parent:hover .hover-icon {
    display: block;
}

.hover-bg-primary-light:hover,
.draggable-department:hover,
.draggable-user:hover,
.draggable-asset:hover{
    background-color: #ebf4ff !important;
}

.ui-state-highlight {
    height: 3.5em;
    line-height: 3.5em;
    background-color: lawngreen;
    opacity: 0.2;
    margin-bottom: 5px;
    border: 2px solid #dedede;
}

.mt-2px{
    margin-top:2px;
}

.initials-container{
    height:88px;
    width:88px;
}

.initials{
    height:80px;
    width:80px;
    text-align:center;
    padding-top:7px;
}

.overflow-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ql-size-huge{
    font-size:2.0em;
}

.ql-size-large {
    font-size: 1.5em;
}

.ql-size-small {
    font-size: 0.5em;
}

.bulletin p{
    margin:0px !important;
    padding:0px !important;
}

.obscure{
    z-index:-1;
}

@media (min-width: 0px) and (max-width: 1100px) {
    #top-search {
        display: none !important;
    }
}

.search-sm div{
    max-width: 350px;
    margin-left: auto;
}

.bg-gray {
    background-color: rgb(233, 236, 239);
}

.private-label{
    color: silver;
    font-size:large;
}

#last-login {
    z-index: 5;
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: right
}