﻿
.Logos {
    width: 250px;
    height: auto;
}

.SecondaryLogos {
    width: 150px;
    height: auto;
}

video#fullscreen {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url(VideoBK.JPG) no-repeat;
    background-size: cover;
}

.LoginSidebar {
    background-color: rgba(18, 18, 18, 0.80);
    height: 100vh;
   
    
}

body, html {
    height: 100%;
}

.FieldLabelOffset {
    margin-top: 8px;
}

.FullHeight {
    height:100vh !important ;
}


 .SuppressOnNarrow  {
       display: normal  !important ;
       
    }



@media all and (max-width: 1000px ) {

    .SuppressOnNarrow  {
       display: none  !important;
      
    }
}

.GridViewPagination {
    line-height : 1.4285 !important  ;
}

.GridViewPagination span
{
  padding: 5px !important  ;
  border: solid 1px #dddddd !important  ;
  text-decoration: none !important  ; 
  white-space: nowrap !important ;
  background: white !important ;
}

.GridViewPagination a, .GridViewPagination a:visited
{
  text-decoration: none !important ;
  padding: 6px !important ;
  white-space: nowrap !important  ;
}

.GridViewPagination a:hover, .GridViewPagination a:active
{
  padding: 5px!important  ;
  border: solid 1px #dddddd !important ;
  text-decoration: none !important ;
  white-space: nowrap !important ;
  background: #f5f5f5 !important ;
}

.section {
    height:50px;
}

.LargeSelection  {
    font-size : 15px !important ;
}

.Toolbar {
    top: 60px;
    left: 17px;
    position:fixed ;
    z-index:10;
    width:98%;
    padding:10px;
    margin:10px;
}

.NoDrop {
    cursor:not-allowed !important;
}

.DropTarget {
    cursor: n-resize ;
}

.Autocomplete {
    list-style-type : none ;
}

.ButtonSpacer {
    margin-left:10px;
}