/*
.system .notice {
    display: inline-block !important;
}
*/

.filetableheading.escdb {
    margin-top: 5px;
}
#escdbError {
    display: none;
    float: left;
    width: 100%;
    border: 2px solid #da0095;
    margin: 0 auto;
    text-align: left;
    -webkit-border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px; 
    text-align: center;
    font-size: 1.8em;
    font-weight: 700;
    color: #da0095;
/*    margin-top: 20px;*/
    margin-bottom: 20px;
    padding: 5px 0px;
}

#escdbForm {
    display: none;
}

#escdbResults {
    display: none;
    width: 100%;
}

#tabulatorResults {
    float: left;
    width: 100%;
    font-size: 12px;
}

#escdbExcel {
    float: left;
    display: none;
}

.escdbBorder {
    border: 1px solid #666;
    float: left;
    display: inline-block;
    width: 100%;
    padding: 10px;
    -webkit-border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px;
    
}

p.escdb {
    float: left;
    font-size: 1.4em;
    margin-top: 5px;
    margin-bottom: 20px;
}

.escdbTable {
    margin-bottom: 15px;
}

.escdbTable th {
    color: #da0095;
    padding: 5px;
    font-weight: 700;
    font-size: 1.3em;
    padding-bottom: 8px;
    white-space: nowrap;
}

.escdbTable th:nth-of-type(2) {
    text-align: right;
}

.escdbTable td {
    padding: 5px;
    font-size: 1.3em;  
    white-space: nowrap;
    
}

.escdbTable td:first-child {
    width: 120px;
}

.escdbTable td:nth-child(2) {
    width: 220px;
}

.escdbTable td:nth-child(5) {
    width: 220px;
}

.escdbTable .buttons {
    float: left;
    width: 130px;
    margin: 0px 0 0 0;
}

.escdbTable .buttons li {
    float: left;
    width: 100%;
    padding: 10px 0 0 0
}

.escdbTable .buttons li a {
    float: left;
    width: 100%;
    background-color: #da0095;
    font-size: 1.4rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px;
    color: #fff;
    -webkit-border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px;
}


.escdbTable .buttons li a:hover {
    background: #333 !important
}

.select2Dropdown { 
    width:430px; 
    -webkit-appearance: none;
}

.select2Dropdown::-ms-expand {
    display: none;
}

#escdbForm input[type=text] {
    border: 1px solid #999;
    padding: 3px;
    width: 100px;
    -webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px;
}

.escdbTable .buttons.btnReset {
    margin-right: 30px;
}

.escdbTable .lastUpdate, .escdbTable .nextUpdate {
    color: #666
}

.escdbTable .lastUpdate{
    margin-right: 20px;
}

.downloadExcel a img {
        display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    top: -2px
}
.downloadExcel a {
    float: left;
    font-size: 1.4em;
/*
    margin-top: 20px;s
    margin-bottom: 20px;
*/
    
   margin-top: 15px; color: #333;
   font-weight: 700;
}

.downloadExcel a:hover{
    text-decoration: underline
}

.newQuery {
     float: right;
    font-size: 1.4em;
    margin-bottom: 20px;
}

.buttons.newQuery  {
    width: 130px;
    margin: 0px 0 0 0;
}

.newQuery .buttons li {
    width: 100%;
    padding: 10px 0 0 0
}

.newQuery .buttons li a {
    width: 100%;
    background-color: #da0095;
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px;
    color: #fff;
    -webkit-border-radius: 6px; -moz-border-radius: 6px;border-radius: 6px;
}


.escdbTable.grey th {
    color: #999;
}
.escdbTable.grey td {
    color: #999
}
.escdbTable.grey .buttons li a {
    background-color: #ddd;
}
.escdbTable.grey .lastUpdate, .escdbTable.grey .nextUpdate {
    color: #999
}