﻿.noborder {
    border-style: none;
}

.netmineselectbox {
    width: 100%;
    margin: 0;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.netmineselectbox .inputfield {
    padding-right: 32px;
}

.netmineselectbox .buttondropdown {
    position: absolute;
    top: 1px;
    right: 1px;
    margin: 0;
    vertical-align: top;
    color: #999999;
    background: #e5e5e5;
    cursor: pointer;
    height: 29px;
    width: 32px;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    text-shadow: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.netmineselectbox .dropdown-image.loading
{
    border-top-width: 0px;
    border-right-width: 0px;
}

.netmineselectboxwrapper .popup {
    border-radius: 0 0 3px 3px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);

    position: absolute;
    z-index: 1000;
    /*top: 32px;*/
    padding: 0;
    background: #fff;
    border: .1rem solid #969696;
    vertical-align: bottom;
    padding: 0;
    margin: 0;
}

.netmineselectboxwrapper .header {
    display: block;
    position: relative;
    z-index: 3;
    height: 58px;
}

.netmineselectboxwrapper .header label {
    display: inline-block;
    margin: 7px 0 0 7px;
    font-family: Verdana,"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    line-height: 2.7;
}

.netmineselectboxwrapper .gridHeader {
    font-size: 1.1rem;
    margin-top: 0;
    margin-left: 0;
    position: inherit;
}

.gridHeader .gridCaption:last-child {
    border-right: 0;
}

.gridHeader {
    background-color: silver;
    border: solid 1px;
    border-color: #b2b2b2 #bfbfbf;
    border-bottom-width: 0;
    display: table;
    clear: both;
}

netmineselectboxwrapper .grid {
    background: #e9e9e9;
}

.netmineGrid {
    width: 100%;
    padding: 0;
}

.gridHeader.noborder .gridCaption:first-child {
    border-left: 0;
}

.gridHeader .gridCaption.text-right {
    padding-left: 24px;
    padding-right: 4px;
    text-align: right;
}

.gridHeader .gridCaption.text-right {
    text-align: right;
    padding-left: 24px;
    padding-right: 4px;
}

.gridHeader .gridCaption {
    -webkit-touch-callout: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,#fafafa),color-stop(80%,#d9d9d9));
    background-image: -webkit-linear-gradient(#fafafa 20%,#d9d9d9 80%);
    background-image: -moz-linear-gradient(#fafafa 20%,#d9d9d9 80%);
    background-image: -o-linear-gradient(#fafafa 20%,#d9d9d9 80%);
    background-image: linear-gradient(#fafafa 20%,#d9d9d9 80%);
    box-shadow: inset 0 -1px #ebebeb,inset 0 1px #fff;
    border-right: solid 1px #bfbfbf;
    border-bottom: solid 1px #9c9c9c;
    margin: 0;
    padding: .2rem .4rem;
    display: table-cell;
    text-align: left;
    vertical-align: top;
    overflow: hidden;
    float: none;
    padding-right: 24px;
    text-shadow: 0 1px #fff;
}

.netmineselectboxwrapper .grid-container {
    position: relative;
    background: #fff;
    z-index: 2;
    overflow-y: auto;
    height: 203px;
    border-bottom: solid 1px #969696;
}

.netmineGrid-content {
    display: table;
    font-size: 1.1rem;
    min-width: 280px;
    width: 100%;
}

.netmineGrid .row-wrapper {
    background: #fafafa;
    border: solid 1px #dbdbdb;
    border-top-width: 0;
    box-shadow: inset 0 1px #fff;
    cursor: pointer;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.netmineGrid .gridCell {
    -webkit-touch-callout: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: table-cell;
    margin: 0;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    word-wrap: break-word;
}

.netmineselectboxwrapper .netmineGrid .gridCell .cell-wrapper {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.netmineselectboxwrapper .extraButton {
    display: inline-block;
    float: left;
    margin: 6px;
    width: auto;
    line-height: 1;
}

.netmineselectboxwrapper .header label {
    display: inline-block;
    margin: 7px 0 0 7px;
}

.netmineselectboxwrapper .footer {
    display: block;
    position: relative;
    z-index: 3;
}

.netmineselectboxwrapper .gridPager {
    display: inline-block;
    float: right;
    vertical-align: middle;
}

.netmineGrid-pager {
    float: right;
    margin: 9px 0;
}

.netmineGrid-pager a, .netmineGrid-pager span {
    margin-right: 5px;
}

.netmineselectboxwrapper .footer .information {
    padding-left: 6px;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}
