/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

#sortable { list-style-type: none; margin: 0; padding: 0; width: 99%; }

#sortable li {
    
}

table.image-info-block {    
    margin: 5px;
    padding: 5px;
    background-color: #FFFFFF;
    width:99%;    
    vertical-align:top;
    border: 1px solid #cbcbcb;
}

    
table.image-info-block td{
 padding:4px;
}

.image-info-details .form-row {
    padding:4px;
    clear:both;
    vertical-align: middle;
}

ul.list-info-details {
    
    padding-left:0;    
    list-style-type: none;
    margin:4px;
}

ul.list-info-details .pull-right {
    float:none!important;
    margin-top:10px;
}

td.image-info-thumb {
    vertical-align:top;
    
}

td.image-info-thumb img {
    vertical-align:top;
    max-width:80px;    
    max-height:70px;    
}


