.items-list-table tr td {
    cursor:pointer;
}

#sortable.grid li {
    line-height: 80px;
    float: left;
    width: 130px;
    height: 130px;
    text-align: center;
    list-style: none;
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

li.clear_all {
    clear:both;
    width: 1px;
    height: 1px;
}

.cursor-pointer {
    cursor:pointer;
}

.cursor-pointer:hover {
    text-decoration: underline;
}

.file-upload-label input[type="file"] {
    position: fixed;
    top: -1000px;
}




.thumb {
    height: 100px;
    border: 1px solid #000;
    margin: 10px;
  }
  
 .animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
	}	25% {
		-webkit-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}	
}

@-moz-keyframes bounceOut {
	0% {
		-moz-transform: scale(1);
	}
	
	25% {
		-moz-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-moz-transform: scale(.3);
	}	
}

@-o-keyframes bounceOut {
	0% {
		-o-transform: scale(1);
	}
	
	25% {
		-o-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-o-transform: scale(.3);
	}	
}

@keyframes bounceOut {
	0% {
		transform: scale(1);
	}
	
	25% {
		transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		transform: scale(.3);
	}	
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
}

#img_trash_ul {
    list-style: none;
    text-align: left;
    padding-left: 0px;
}

#img_trash {
    height:130px;
    background-image: url(https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQUYzm116AvMHsQL0tjewJrn3MCTGvNRYG363pOzrav-gFlGwCO);
    background-repeat: no-repeat;
    background-position: center;

}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px
}

.bs-callout p:last-child {
    margin-bottom: 0
}

.bs-callout code {
    border-radius: 3px
}

.bs-callout+.bs-callout {
    margin-top: -5px
}

.bs-callout-danger {
    border-left-color: #ce4844
}

.bs-callout-danger h4 {
    color: #ce4844
}

.bs-callout-warning {
    border-left-color: #aa6708
}

.bs-callout-warning h4 {
    color: #aa6708
}

.bs-callout-info {
    border-left-color: #1b809e
}

.bs-callout-info h4 {
    color: #1b809e
}

.footer {
  margin-top:60px;
  padding-top: 10px;
  height: 60px;
  background-color: #f5f5f5;
}

.list_checker ul {
    list-style: none;
}

.list_checker ul li {
    /*font-size: 110%;*/
    margin-bottom: 5px;
}

.list_checker ul li ul li {
    /*font-size: 110%;*/
    margin-bottom: 0px;
}

.list_checker ul li label input {
    margin-right: 5px;
}

.list_checker ul li label  {
    
    cursor:pointer;
}

.list_checker ul li label:hover  {
    color:#777;
}



