/*
Document   : mims.css
Modified on : 09/02/2017
Author     : GBConcept
Description: connecteurs MIMS
*/

.mimsNumResultatsRecherche {
    font-weight: bold; 
    background-color: #C6C7D2;
    opacity: 0.8;
    padding: 4px;
}

.mims-results-list {
    padding-top:6px;
    padding-bottom:6px;
}

.mimsRechercheTable{
    width: 100%;
}
.mimsRechercheTr{
    width: 100%;
    border-bottom:thin solid silver;
    padding-top:2px;
    padding-bottom:2px;
}
.mimsRechercheSeparator {
    background: none repeat scroll 0 0;
    width:5px;
    background-color: white;
}

.mimsRechercheInfos {
    background: none repeat scroll 0 0;
    height:auto;
    margin-top:8px;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:4px;
    padding-left:4px;
    width: 90%;
    background-color: white;
    text-align:top
}

.mimsRechercheIcon{
    background-color: white;
    height:auto;
    margin-top:8px;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:4px;
    padding-left:4px;
    width: 10%;
}

.mimsnoticeComplete {
    background:#EEEEFF none repeat scroll 0 0;
    border:1px solid #BBBBBB;
    margin:2px;
    padding:4px;
}


#listmims-std-bloc-list {
    border-top:thin solid silver;
    padding:10px;
}

.listmims-std-bloc-record {
    border-top:thin solid silver;
    padding-left:10px;
    padding-right:10px;
    padding-top:3px;
}
.listmims-std-tag1 {
    font-weight:bold; 
}
.listmims-std-tag-label {
    color: grey;
}
.listmims-std-tag-content {
    color: black; 
}
.listmims-detail-label{
    font-weight: bold; 
    vertical-align: top; 
    padding: 3px; 
    background-color: #8CAFCD;
}
.listmims-detail-content{
    padding:3px
}
#mimsfilters{
    border-top:thin solid silver;
    border-bottom:thin solid silver;
    padding:10px;
}

.mims-sources-header {
    background-color: #C6C7D2;
}
.mims-sources-img {
    width: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mims-sources-name {
    font-weight: bold;
}
.mims-source-div {
    padding-top: 6px;
    padding-bottom: 6px;
}
.mims-source-label{
    font-weight: bold;
    color: grey;
}
.mims-source-name {
    font-weight: bold;
}
.mims-search-div {
    padding-top: 6px;
    padding-bottom: 6px;
}

#mimsbuttons{
    text-align:right;
}
.mims-toolbar {
    padding-top: 6px;
    padding-bottom: 6px;
}
.mims-import {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #f2f2f2;
}
.mims-import_list {
    padding-top: 6px;
    padding-bottom: 6px;
}

.mims-col-result {
    width: 78%; 
    float: left;
    padding: 8px;
}
.mims-col-toolbar {
    width: 20%; 
    float: left;
    padding: 8px;
}
.toolbarMenu {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image:none;
    background: white;
    color: #000;
    border:solid silver 1px;
    text-decoration: none;
    margin-top: 8px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.toolbarMenu h1{
    color: #fff;
    padding:5px;
    background-color:#C6C7D2;
    margin-bottom: 0 !important;
    font-size: 1.2em;
}

.toolbarMenu ul.simple {
    padding-top: 6px;
    padding-left: 0 !important;
    list-style-position: inside;
    list-style-type: none;
}

.toolbarMenu li.simple {
    padding-left:5px;
    padding-bottom: 6px;
}
.panelSimple {
    border:none !important;
}
.mims-bloc-descr {
    padding: 6px;
}