	/* multiselect styles */
	.multiselect {
		width: 460px;
		height: 200px;
	}
	
	#switcher {
		margin-top: 20px;
	}
	
	form {margin: 0; padding: 0;}

	/* multiselect styles */

.ui-widget-header {
    background: #e6001b !important;
    color: #fff;
    font-size:15px;
}

.ui-widget-header a{
	color:#ffff !important;
}

.custom-submit-btn {
   background-color: #e6001b;
   padding: 6px 28px;
   color: white;
   border-radius: 0px;
   opacity: .8;
   transition: all .5s;
   border-radius: 50px;
   border:1px solid white;
}

.custom-submit-btn:hover{
	opacity:1;

}

.new-item-btn{
	  background-color: #e6001b;
	  padding: 6px 28px;
	  color: white;
	  border-radius: 0px;
	  opacity: .8;
	  transition: all .5s;
	  border-radius: 50px;
}

.new-item-btn:hover{
opacity:1;
box-shadow: 0px 0px 10px #05003266;
}

.new-item-btn-sec{
	background-color: white;
	padding: 26px 31px;}

.plugin-head{
	background-color: #373942;
	padding:15px 0px;
	border-radius: 8px 8px 0px 0px;
}

.plugin-head img {
    width: 150px;
    margin-left: 20px;
}


.nopadding{
	padding: 0px;
}


.custom-multi-select{
	background-color:#373942;
	padding: 30px;
}

body{
	background-color: #f1f1f1;
}


.list-close{
	color:#f45a4a;
}

.list-close:hover{
	color: #c00000;
	transition: all .2s;
}



/* custom radio button start */

.custom-radio .btn
{
	border:0px;
}

.custom-control {
    padding-left:0px;

}

.custom-radio .btn-secondary:not(:disabled):not(.disabled).active{
	background-color: #e6001b;
}

.custom-radio .btn-secondary.focus, .btn-secondary:focus{
	box-shadow: none;
}
/* custom radio button end */




#table-section{
	padding: 20px;
	background-color: #373942;
	border-radius: 0px 0px 10px 10px;
}

#table-section tbody{
	background-color: #ffff;
}

#table-section .table .thead-dark th {

    color: #fff;
    background-color: #373942;
    }

  .short-code-plugin #delete-btn{
  	color:grey;
  }
 .short-code-plugin #delete-btn:hover{
  	color:red;
  }
  .short-code-plugin{
    margin-top: 10px;
  }

  /* generate short code popup start */

  .short-code-plugin .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
 .short-code-plugin .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 65%;
}

/* The Close Button */
 .short-code-plugin .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

 .short-code-plugin .close:hover,
 .short-code-plugin .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#gen-short-code-btn{
	color:grey;
}
#gen-short-code-btn:hover{
	color:#1600ed !important;
}

  /* generate short code popup send*/



/* responsive start */

@media only screen and (max-width: 768px) {

     .ui-multiselect .ui-widget-header {
    height: 132px;  
}

	.ui-multiselect input.search {
    width:80%;
}


 .short-code-plugin .table .thead-dark th {

    font-size: 12px !important;

}

}

/* responsive start */

.mrg-10{
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    padding: 3px 0px 0px 0px;
    height: 42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}
.edit-top{
    top:-91px;
}

.list-box-info i.green {
    color: #EFB509;
}



.ui-multiselect ul li {
    font-size: 12px;
}


/* multiselect counter */

ul.selected.connected-list.ui-sortable{
    counter-reset:list-counter;
}

.selected li.ui-state-default.ui-element.ui-sortable-handle::before {
counter-increment:list-counter;
content: "" counter(list-counter) "";
background: #cdcdcd;
color: #333;
margin: 5px;
border-radius: 65px;
width: 20px;
text-align: center;
height: 20px;
display: inline-block;
}
