﻿/*table.GridViewStyle {
   border: none;
}

.GridViewStyle {
   font-family: 'Open Sans', sans-serif;
   table-layout: auto;
}

table.GridViewStyle td, th {
   border: none;
}

.RowStyle td, .SelectedRowStyle td {
   background-color: transparent;
}

.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td {
   padding: 0;
   border-right: none;
}

.OpenDialogGrid .RowStyle td, .OpenDialogGrid .SelectedRowStyle td, .OpenDialogGrid .EditRowStyle td {
   cursor: default;
   transition: none;
}

.HeaderStyle, .PagerStyle {
   background-image: none;
   background-color: white;
   border-bottom: none;
   text-align: left;
   font-weight: normal;
}

.HeaderStyle tr, th {
   font-weight: normal !important;
   padding: 0;
}

.RightPane {
   overflow: visible;
}

.RightPane-Full {
   overflow: auto;
}

@media only screen and (max-width: 560px) {
   .OpenDialogGrid .RowStyle td, .OpenDialogGrid .SelectedRowStyle td, .OpenDialogGrid .EditRowStyle td {
      cursor: default;
   }shutdown

   .RightPane, .RightPane-Full {
      overflow-x: hidden !important;
      overflow-y: scroll !important;
   }
}

.GridViewStyle .HeaderStyle .grid-header-contextmenu {
   float: none;
   margin-left: 0;
   position: relative;
   overflow: visible;
}

.GridViewStyle .HeaderStyle .grid-header-label {
   margin-top: 0;
}

.GridViewStyle .HeaderStyle .grid-header-filterContainer {
   margin-top: 0;
}

.more-options-btn {
   background: url(../images/2020mh/More.svg);
   width: 30px;
   height: 30px;
   background-size: cover;
   background-position-y: 0;
   border-radius: 50%;
}

.listcontrol-options-btn:hover {
   display: block;
   box-shadow: none;
   background-color: rgba(0,0,0,0.1);
}

.listcontrol-options-btn {
   background: url(../images/2020mh/Chevron.svg);
   width: 20px;
   height: 40px;
   background-position-x: -10px;
}

.more-options-btn:hover {
   display: block;
   box-shadow: none;
   background-color: #EEE;
}

.context-menu {
   display: none;
   visibility: visible;
   position: absolute;
   z-index: 300;
   width: 240px;
   padding: 10px 0;
   border-radius: 3px;
   background-color: #555;
   color: #fff;
   text-transform: none;
}

.context-menu-item{
   height: 40px;
}

.context-menu-item img {
   height: 40px;
   width: 40px;
}

.context-menu hr {
   width: 100%;
   border: none;
   height: 1px;
   background-color: #333;
   margin: 10px 0;
}

.showContextMenu {
   display: flex;
   visibility: visible;
}

.context-menu a:hover {
   background-color: #333;
}

.context-menu-item:hover {
   background-color: #333;
}

.sticky {
   position: fixed !important;
}*/