.directoryImage{float:left;  padding-right:12px;}
.noEntry{font-style:italic;}

@-webkit-keyframes fadein {
from {
height:0;
opacity:0;
}
to {
height:auto;
opacity:1;
}
}

.slowload { overflow:hidden; -webkit-animation:fadein 3s;}

.table thead tr th {}
	
	.table col:first-child {background: #fff}
	.table col:nth-child(2) {background: #fff}
	.table col:nth-child(2n+4) {background: #CCC}
	
	/*.table tbody tr.topLVL {background:transparent}
	
	 .table tr:nth-of-type(2n).topLVL {background:rgba(255, 255, 255, 0.4);} */
	  
.table tbody tr td {padding: 15px;
    font-size: 15px;}	
.footable-first-column {width:80px;}

#ccm-dialog-loader-wrapper {
    background-color: #FFFFFF;
    border: 3px solid #AFAFAF;
    border-radius: 6px;
    color: #555555;
    display: none;
    font-size: 14px;
    padding: 10px;
    position: fixed;
    text-align: center;
    z-index: 2000;
}
#main-content-inner a {
    cursor: pointer;
}
#main-content-inner img {
    cursor: pointer;
}
.export{
    text-align: right;
    display: block;
}
.form_bottom_pad{
    margin-bottom: 10px;
}
.ccm-inline-toolbar
{
    opacity: 1;
}
.col-sm-12 #imgconDiv img {border: 1px solid #ccc;}