//
// Templates List
//---------------

#atum-export {
	
	.templates-list {
		margin-left: 20px;
		width: auto;
	}
	
	.atum-list-table {
		.column-calc_next_export {
			text-align: left;
		}
		
		.column-calc_actions {
			text-align: right;
			padding-right: 11px;
		}
		
		.template-controls {
			justify-content: flex-end;
			
			a {
				color: $gray-500;
				
				&:hover {
					color: $primary;
				}
			}
			
			.template-export {
				color: $white;
				
				&:hover {
					color: $primary;
				}
			}
			
		}
	}
	
}