.view_imports .imports_table_panel{
	overflow: auto;
	 display: inline-block;
	 max-width: calc(100% - 5px);
	 border: 1px solid #c0c0c0;
	 background: #FFF;
	 margin: 20px 0;
    
}
.view_imports .imports_table_panel .table {
	border: none !important;
}
.view_imports .imports_table_panel .table td{
	border-right: 1px solid #c0c0c0;
}
.view_imports .imports_table_panel .table td:last-child{
	border-right: none !important;
}
.view_imports .imports_table_header_widgets_panel > div {
    width: 150px;
    padding: 15px 10px;
    border-left: 1px solid #c0c0c0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.view_imports .imports_table_header_widgets_panel > div:first-child{
	border-left: none !important;
}

.view_imports .table > table {
    width: 100px;
}

.view_imports label {
    margin: 0 10px 20px 0;
    display: inline-block;
}

/* Neither actions nor filters panel */
div#main .view_imports  #centerPanel {
	margin-top: 0px;
}
div#main .view_imports #centerPanel .l_combo_selected {
    background-color: #FFF;
}
div#main .view_imports #centerPanel .imports_uploader{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #4A90E2;
    border-radius: 50px 50px 50px 50px;
    padding: 4px 14px;
    width: 400px;
    color: #4A90E2;
    font-size: 9pt;
    font-family: 'museo_sans300',Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
    margin: 15px 0;
}

div#main .view_imports #centerPanel  .button_highlighted, div#main .view_imports #centerPanel .button_not_highlighted{
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	margin: 0 10px 0 0 !important;
	width: 150px;
}
div#main .view_imports #centerPanel .button_not_highlighted:hover{
	text-decoration: underline;
}
.imports_processing {
    background-image: url("/assets/images/loading.gif") !important;
    background-repeat: no-repeat !important;
    background-position: right 3px center !important;
}
.imports_processing:hover {
    background-color: #4A90E2 !important;
    
}
div#main .view_imports #centerPanel p {
	margin-bottom: 15px;
}
div#main .view_imports #centerPanel ul {
	margin: 15px 0;
}

div#main .view_imports #centerPanel > div > div:nth-child(1) {
    margin-top: 1px;
    margin-bottom: 10px;
}

div#main .view_imports #centerPanel > div > div:last-child {
    margin-top: 10px;
}

.imports_table_header_widgets_panel {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none repeat scroll 0 0 #FEFEFE;
    border-bottom: 1px solid #C0C0C0;
    font-family: 'museo_sans300',Arial,Helvetica,sans-serif;
    vertical-align: middle;
}

div#main .view_imports #centerPanel ul li {
	list-style: disc;
    margin-left: 30px;
    padding: 5px;
}