html,

body {
    height: 100%;
    font-family: tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif;
    font-size: 14px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
#loading-message{
    width: 16px;
    height: 16px;
    left: 2px;
    top: 5px;
    position: absolute;
    background: url('skin/loading.gif');
}
.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}
.navbar-nav > li > .dropdown-menu{
    overflow: auto;
    position: fixed;
    /*left: 50px;
    right: 50px;
    bottom: 50px;*/
    top: 50px;
    max-height: 600px;
    padding:20px;
}
.dropdown-menu > li.dropdown-submenu {
    display: inline-grid;
    width: 200px;
    margin-bottom: 20px;
}

.dropdown-menu > li {
    display: inline-grid;
    width: 200px;
}
.navbar-nav > li > .dropdown-menu::-webkit-scrollbar {
    width: 1px;
}
.navbar-nav > li > .dropdown-menu::-webkit-scrollbar-thumb {
    background: #666;
}
.wrap > .container {
    padding: 70px 15px 20px;
}

.dropdown-submenu li{
    list-style-type: none;
    min-width: 160px;
}

.dropdown-submenu li a {
    color: #666;
    font-size: 14px;
}

@media (min-width: 1200px){
.container {
    width: 90%;
}
.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.container {
     width: 98%;
  }
}
.breadcrumb{
}
input.form-control,div.form-control,select.form-control{
    height: 31px!important;
    padding: 6px 12px!important;
    font-size: 12px!important;
    border-radius: 0px !important;
}

select.list {
    height: 400px !important;
}
.input-group-addon{
    height: 30px!important;
    padding: 5px 12px!important;
    font-size: 12px!important;
    border-radius: 0px !important;
}
.btn ,.btn-group{
    height: 31px !important;
    padding: 6px 12px !important;
    font-size: 12px !important;
    border-radius: 0px !important;
}
.btn-xs{
    height: 24px !important;
    padding: 1px 5px !important;
    font-size: 12px !important;
    border-radius: 0px !important;
}
.container h1{
    margin-top: 0;
    font-size: 25px !important;
}
body{
    font-size:14px!important;
}
td{
    padding: 5px 5px !important;
}
.pagination > li > a, .pagination > li > span{
    padding: 6px 12px !important;
}
.pagination{
    margin: 0!important;
}
