#myInput {
  margin-bottom: 12px;
}
#selkeydiv, .selkeydiv1 {
  border: 1px solid #DDD;
  padding: 10px;
  margin-bottom: 10px;
}
.selkeydiv1 {
  padding: 3px;
  margin-bottom: 5px;
}
.keydiv{
  background-color: #f6f6f6;
  border: 1px solid #ececec;
  border-radius: 2px;
  padding:2px 4px;
  display: inline-block;
  margin-right: 4px;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{
  border-radius: 2px;
  min-height: 11px;
  height: auto;
  padding: 3px;
  font-size: 12px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 0;
  line-height: 22px;
  padding-left: 10px;
  opacity: 1;
  font-size: 13px;
}
.select2-results__option {
  padding: 3px 5px;
  font-size: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
  padding:0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  margin-top: 3px;
  margin-right: 4px;
  padding: 3px 10px 3px 20px;
  border-radius: 2px;
  background-color: #f6f6f6;
  border: 1px solid #ececec;
  color: #021838;
  font-size: 11px;
  line-height: 1.45;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #27697e;
  opacity: 1; 
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 5px;
  line-height: 1.2;
  text-transform: uppercase;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #e4e4e4;
  color:#333;
}
.keydiv a{
  font-weight: bold;
  margin-right:3px;
}
#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#myUL li a {
  color: black;
}
#myUL li {
  width: 33%;
  display: inline-block;
  line-height: 24px;
}
#myUL li a:hover:not(.header) {
  background-color: #eee;
}
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}
.btn-white:active, .btn-white.active {
  background-color: #27697e;
  color: #FFF;
}
.datepicker1{
  background:url(../img/calendar.png) no-repeat 98%;
}
h6 span {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  margin-left: 50px;
}
table.dataTable tbody td {
  vertical-align: middle
}
span.red{
  color: #CC0000;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
}
.select2-container{
  display: block;
}
label.error{
  color:#ff0000;
  float:right;
}
label.mastermenulbl{
  background-color: #24006d  !important;
  color:#FFF;
  width:100%;
  padding:3px 10px;
  margin-top: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 24px;
}
.form-control{
  line-height: 20px;
}
.iti{
  display: block !important;
}
.iti__flag-container{
  top:auto !important;
  height:32px !important;
}
.iti label {
  top: -20px;
  position: absolute;
  right: 0;
}
.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #222;
  z-index: 99999;
  opacity: 0.5;
  display: none;
}
.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.popover{
  max-width: 100%; /* Max Width of the popover (depending on the container!) */
}
#colfilter{
  width: 500px;
}
.my-columnSize{
  white-space: break-spaces;
  /*display: block;*/
}
.loadmoretext{
  text-align: center;
  text-transform: uppercase;
}
span.counttop{
  background-color: #3c4a64;
  color: #FFF;
  border-radius: 50%;
  font-size: 8px;
  padding: 2px;
  position: absolute;
  top: -7px;
  left: 10px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 12px;
}
.commentModal{
  position: relative;
}
.imagePlaceholder{
  border: 1px solid #dddddd; 
  height: 125px; 
  width: 125px; 
  float: right;
  overflow: hidden;
}
.imagePlaceholder img{
  width: 123px;
}
#profileImage{
  cursor: pointer;
}
.select2-container.select2-container--default.select2-container--open {
  z-index: 1200 !important;
}
.notificationList{
  max-height: 250px;
  overflow-y: scroll;
  display: block;
}
/*.table-partials tbody td{
  white-space: break-spaces;
  word-break: break-word;
}
*/
