﻿ .profileContent > div > div {
            padding:5px;
        }
        .notificationProfileTypes {
         padding:20px !important;
        }
        .notificationProfileTypes  textarea{
            width:100%;
            cursor:text;
            height:50px;
            resize: none;
        }
        .notificationTypeDisabled {
          pointer-events: none;
          /* for "disabled" effect */
          opacity: 0.5;
          background: #CCC;
        }
.profileDropdown {
    position: absolute;
    background-color: #fff;
    display: none;
    height: 200px;
    overflow: auto;
    border: 1px solid;
    left: 20px;
    right: 20px;
}

.profileDropdown > div {
        width: 100%;
        padding-left: 10px;
}
.subCat {
    padding-left: 10px;
}
.checkboxLeftSpace {
    padding-left: 5px;
}
.searchboxProfile > input {    
    border: 0px;
    color: black;
    margin-top: 3px;       
    outline: none;
    width:96% !important;
    float:left;
    margin-left:auto;
    margin-right:auto;
    text-indent:0px !important;
}
.searchboxProfile {
    border: 1px solid #808080;
    height: 30px;
    background-color: #fff;
    margin: 10px;
    width: 96% !important;
}
.searchboxProfile .searchImageContainer {
    margin-top:5px;        
}
.searchboxProfile .searchImageContainer img {
    margin-left:5px;
}

.btnSaveSettings {
	background-color: #961b21;
	color: #ffffff;
	border-color:transparent;

}

.table{
position:relative;  /*so children div can use 100% height and not go over */
width:100%; /* as long as this div's parent is body it will take up whole screen */
height:100%; /*make whatever you want */
padding:8px; /* will make that spacing you wanted */
}


.table .cell{
width:30%;
height:100%;
display:inline-block;
vertical-align: top;
}

.table .cell:first-of-type{
width:70%;
height:100%;
}

.listHR {
	margin-left: 10px;
	margin-right: 50px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

hr {
	border-color: #eee;
	border-width: 2px;
}

.modal-dialog {}

.modal-body {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
  width: 90%;
}

.modal-header {
  border-style: none;
}

.modal-footer {
  border-style: none;
}

.filter-wrap {
  position: relative;
  display: inline-block;
}

.filter-wrap .close {
  position: absolute;
  top: -1px;
  right: -8px;
  z-index: 100;
  margin-top: -3px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  opacity: 0;
  text-align: center;
  font-size: 15px;
  width: 18px;
  height: 18px;
  line-height: 10px;
  border-radius: 50%;
  background: #333;
  border: 2px solid #ccc;
}

.filter-wrap:hover .close {
  opacity: 1;
}