/* Fortuitas DMX Styles */

/* turn on for more borders
.FileGrid_Container {border:1px solid silver!important;}
.DnnModule-Bring2mindDMXAddonsCatShortlist .DNNContainer_Title_h3 h3 {margin-bottom:0px!important;}
*/

.FileGrid_Item td {padding: 6px;}
.FileGrid_Item:nth-child(even) {
  background-color: #EFEFEF66!important;
}
.FileGrid_Item:nth-child(odd) {
  background-color: #FFFFFF!important;
}
.FileGrid_Item td {color:#959695!important;}
.FileGrid_Item .Title {
	font-size: 12px;
    font-weight: normal;
    line-height: 18px;
	color:#0b7ba2!important;
}

.DnnModule-Bring2mindDMXAddonsCatShortlist {border:0px solid red;}

.DnnModule-Bring2mindDMXAddonsCatShortlist .DNNContainer_Title_h3 h3 {
    padding: 7px;
    font-weight: normal;
    font-size: 14px;
    font-weight: bold;
  	text-transform:uppercase;
    border-bottom: 2px solid #aaa;
    /*background-color: #d7d7d7;*/
    text-align: left;
}

.DnnModule-Bring2mindDMXAddonsCatShortlist .DNNContainer_Title_h4 h4 {
    padding: 7px;
    font-weight: normal;
    font-size: 12px;
    font-weight: bold;
  	text-transform:uppercase;
    border-bottom: 1px solid silver;
    /*background-color: #d7d7d7;*/
    text-align: left;
}
.DnnModule-Bring2mindDMXAddonsCatShortlist .DNNContainer_Title_h4 {padding-left:28px;}

.DnnModule-Bring2mindDMXAddonsCatShortlist .DNNContainer_Title_h3 h3 .TitleH3,
.DnnModule-Bring2mindDMXAddonsCatShortlist .DNNContainer_Title_h4 h4 .TitleH4 {
    display: block;
    padding-bottom: unset!important;
    margin-bottom: unset!important;
    border-bottom: 0!important;
}

/* Styles to enable grid for permissions list audit*/
/*
.chlTable table, td, tr {
    border: 1px solid black;
}
.DataGrid_Item td:first-child {
    width: 330px!important;
}

.dnnGrid > .dnnPermissionsGrid {
	border:2px solid red;
  	margin-left:150px;
}
*/




