.swarm-list-table{
	margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
    border-spacing: 0;
    border-collapse: unset;
}
.swarm-list-table th, .swarm-list-table td {
    font-weight: 500;
    padding: 10px 5px;
    text-align: left;
    width: auto;
}
.swarm-list-table th {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    line-height: 1.42857;
    vertical-align: top;
}

.swarm-list-table th strong{font-weight: 700;}

.swarm-list-table{border-collapse: unset;}

.btn-swarm{
	 -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration:none;
}
.btn-swarm-lg{
	border-radius: 2px;
    font-size: 18px;
    line-height: 1.5;
    padding: 8px 20px;
}
.btn-swarm-sm{
	border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}
.btn-swarm-info{
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #ffffff;
}

.btn-swarm-danger{
	background-color: #d9534f;
    border-color: #d43f3a;
    color: #ffffff;
}

.btn-swarm-danger:hover{
	background-color: #c9302c;
    border-color: #ac2925;
    color: #ffffff;	
}
.btn-swarm-success{
	background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

.btn-swarm-success:hover{
	background-color: #449d44;
	border-color: #398439;
	color:#ffffff;
}

.swarm-btn .btn-swarm {
    border-radius: 2px;
    margin-top: 15px;
    width: 100px;
}

.btn-swarm-info:hover{color:#ffffff;background-color: #31b0d5;border-color: #269abc;}

/*For Toggle Switch css*/
 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* 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: 20px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #009900;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*For Toggle Switch css*/

/*Success Alert*/
.success_alert{
	background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-size: 25px;
    height: 50px;
    left: 50%;
    line-height: 50px;
    opacity: 0.7;
    position: absolute;
    text-align: center;
    top: 15%;
    width: 200px;
   }

   
   /*Remove Alert*/
   
  .swarm-remove-popup{
        background: #fff none repeat scroll 0 0;
	    border: 1px solid #dddddd;
	    left: 40%;
	    top:20%;
	    padding: 10px; 
	    position: absolute;
	    width: 300px;
	    border-radius: 2px;
	    z-index: 100;
  }
   .swarm-remove-popup .swarm-remove-info{padding: 15px;}
   .swarm-remove-popup .swarm-remove-button{text-align: right;}
   .remove-popup-background{
  		background: #000 none repeat scroll 0 0;
	    position: fixed;
	    top:0;
	    left:0;
	    right:0;
	    bottom:0;
	    z-index: 99;
	    opacity: 0.5;
	    width: 100%;height: 100%;
	}
#List .list-text-notify div{color: #ff5c33;font-size: 18px;font-style: italic;font-variant: small-caps;margin: 25px 0;text-align: center;}
	
#List .list-btn-notify div{text-align: center;}
#List .list-btn-notify div .btn{border-radius: 2px; border-radius: 2px;font-size: 16px;font-variant: small-caps;}
.swarm_effect_add_new_link{
	font-variant: small-caps;
}