@charset "utf-8";
/* CSS Document */
@import url('dashboard.css');
@import url('organization.css');


.edm-ico:before {
    content: "\f080";
}
.crm-ico:before {
    content: "\f0e8";
}

.oms-ico:before {
    content: "\f0ae";
}
.user-ico:before {
    content: "\f0c0";
}
.master-ico:before {
    content: "\f43f";
}
.tvs-ico:before {
    content: "\f233";
}
.service-ico:before {
    content: "\f2bb";
}
.cms-ico:before {
    content: "\f080";
}
.panel-ico:before {
    content: "\f24e";
}
.support-ico:before {
    content: "\f059";
}
.report-ico{
	content: "\f15b";
}

.MT10{margin-top:10px;}
.MT20{margin-top:20px;}
.MT25{margin-top:25px;}
.MB10{margin-bottom:10px;}
.MB20{margin-bottom:20px;}
.font-14{font-size:14px;}
.font-24{font-size:24px;}
.searchBox{margin-top:17px;position: relative;padding: 0;}
.autoSuggestBox{position: absolute;background: #fff;width: 100%;top: 33px;right: 0;border:none;overflow: auto;max-height: 400px;}
.autoSuggestBox label{/* color: #931472; */}
.autoSuggestBox > ul > li{float: left; width: 100%;padding: 10px 15px;border-bottom: 1px solid #dfdfdf;}
.autoSuggestBox > ul > li > ul > li > a{padding: 0px 10px;display: inline-block;margin-top: 5px;border-right: 1px solid #dfdfdf;color: #6a6c6f;font-size: 13px;}
.imgBox{padding:5px;}
.imgBox img{width:64px;height:64px;}
.header-top .navbar-collapse{padding:0 0px;}
.multiselect-container>li>a>label{height:auto;}
#templateDefinitionForm table td:nth-child(4),td:nth-child(5),td:nth-child(6){word-break:break-all;}
.prdVendorTble th:nth-child(5) > input[type="text"], th:nth-child(6) > input[type="text"], th:nth-child(7) > select,
.prdVendorTble td:nth-child(5) > input[type="text"], td:nth-child(6) > input[type="text"], td:nth-child(7) > select{min-width: 115px;}

/*Fixed Table Header*/
.tableFixHead {overflow-y: auto; max-height: 400px;border: 1px solid #ddd;}
.tableFixHead table {border-collapse: collapse;width: 100%;}
.tableFixHead th, .tableFixHead td {padding: 8px 16px;}
.tableFixHead th {position: sticky; top: 0; background: #eee; z-index:1;}
.mainBody{font-size:14px;}
.mainBody label{font-size:14px;color:#333;}
.black-text{color:#333;}
.mainBody .btn-success:hover,.btn-success:focus{background: #1FAFA1;}
.sellerOverviewBox{float: left;width: 100%;border:1px solid #ddd; padding:25px 0;/* padding: 10px 15px; */}
.sellerOverviewBox .borderLeft{border-left:1px solid #ddd;}

/*category tree*/
.addDelElementAction { padding-top: 5px; display: block; padding-left: 15px; border-left: 1px dotted #808080;  margin-left: 45px; position: relative; clear:both;}
.addDelElementAction::before{ content: ""; position: absolute; top: 50%; left: 0; border-top: 1px dotted #808080; width: 10px; margin-top: -2px;}
.addDelElementAction > span { margin: 0 5px;}
.delElementAction, .cancelElementAction, .addTxt, .cancelTxt{display: inline-block;  padding: 2px 12px;  margin-bottom: 0;  font-size: 14px;  font-weight: 400;  line-height: 1.42857143;  text-align: center;
    white-space: nowrap;  vertical-align: middle;  -ms-touch-action: manipulation;  touch-action: manipulation;  cursor: pointer;  -webkit-user-select: none;  -moz-user-select: none;
    -ms-user-select: none;  user-select: none;  background-image: none;  border: 1px solid transparent;  border-radius: 4px}
.delElementAction,.addTxt{background: #931472;color:#fff;}    
.cancelElementAction,.cancelTxt{color:#333;background-color:#fff;border-color:#ccc;}
.addElemSection { width: 100%; float: left; position: relative;}
.addElemSection > input, .addElemSection > span { float: left;  margin: 0 5px;}
.multiselect-native-select button.multiselect {overflow: hidden;}


/* Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}   
.autoSuggestBox label{
	color:grey;
	font-size: small;
} 
.para_of_search{
	font-size:12px;
}
.text_sett{
	color:grey;
}
.Search_bar{
	position:absolute;
    right:10px;
   	top:10px;
    color: red;
}
