/*for jquery selerct*/
.message { padding:10px; margin:15px 0; display:block; text-align:left }
.message-title { font-weight:bold; font-size:1.25em }
.message-body { margin-top:4px }
.error, .notice, .success { padding:.8em; margin-bottom:1em; border:2px solid #ddd }
.error { background:#FBE3E4; color:#8a1f11; border-color:#FBC2C4 }
.notice { background:#FFF6BF; color:#514721; border-color:#FFD324 }
.success { background:#E6EFC2; color:#264409; border-color:#C6D880 }
.error a { color:#8a1f11 }
.notice a { color:#514721 }
.success a { color:#264409 }


.grid-ralign {
    text-align: right;
}

.grid-calign {
    text-align: center;
}


.ui-grid-header-cell .sortable{
  /*height: 52px;
  display: table;
  */
}
.ui-grid-header-cell .ui-grid-cell-contents {
  font-size: .8em;
  color: #3F5D6C;
    /* white-space: pre;
     -ms-text-overflow: clip;
     -o-text-overflow: clip;
     text-overflow: clip;
     overflow: visible;

     display: table-cell;
       vertical-align: bottom;
       */
}

.ui-grid-header-cell {
/*  background-color:rgba(0, 0, 0, 0);
  border: none;
  width:100%;*/
}
.ui-grid-row:nth-child(even) .ui-grid-cell {
background-color: #F9F9F9;
}

.ui-grid-header-cell-label
{

}
.ui-grid-cell-contents, .gridlink {
  font-size: .8em;
  margin: 6px;
}
select, input{
/*  font-family: "museo-sans";*/
}

.ui-grid-pager-control input{
  vertical-align: bottom;
}
.ui-grid-pager-control .ui-grid-pager-max-pages-number>* {
    vertical-align: bottom;
}
.ui-grid-pager-row-count-picker {
    float: left;
    vertical-align: bottom;
    margin: 10px;
}
.ui-grid-pager-count-container {
    float: right;
    margin-top: 16px;
    min-width: 50px;
}
.ui-grid-pager-panel {
  background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0ui-widget;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 3px;
    box-sizing: content-box;
}
.ui-grid-cell {
  border: none;
}
.grid {
      width: 100%;
  height:95%;
      margin-right: 0px;
      float: left;
    /*min-height: 865px;*/

    display: block;
    max-width: 1100px;


}
.library{
  width: 100%;
  max-width: 100%;
}

.ui-grid-row{
  height:24px;
}


button:active, button:focus {
    outline:  none;
}


.ui-grid{
  box-sizing: inherit;
  border: none;
}
.ui-grid-header-cell-wrapper{
  height: inherit;
}
.container{
      max-width: inherit;
}
.content {

    width: 100%;

}
.filterCol{
  width:14.45%;
  display: inline-block;
  vertical-align: top;

    position: relative;
    margin: 10px 30px;
    float: left;
    min-height: 1px;


}
.filterCol button{
  width: 170px;
  margin: 0 10px 10px -4px;
}

.filterCol p {
    font-family: "museo-sans";
    font-size: 1.2rem;
    line-height: 1.3rem;
    margin: .5rem 0 0 0;
}
md-tabs{
      margin: 20px 30px;
}
.dropdown-toggle{
  margin: 0;
width: 170px;
height: 2em;
border-radius: 5px;
text-align: left;
color: #666 !important;
font-weight: initial;
text-transform: none;

}
.btn .caret {
    margin: 5px -8px 0 0;
    float: right;
}
.jslider{
      margin: 15px 0 25px 0;
}
.containerrow {
    width: 100%;
    /*height: 1000px;
    max-width: 1280px;*/
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.libraryrow{
  max-width: 100%;
}

.ui-grid-header {
    border-bottom: 1px solid #3F5D6C;
    box-sizing: border-box;
}
.headerright{
  /*text-align: right;*/
}
.ui-grid-top-panel {
  /*background: none;
  border: none;*/
}

.ui-grid-render-container {
  border: none;
}

.inline-row .search {
    float: right;
    margin-top: 0;
    margin-right: -40px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 0px;
}
.searchinput {
    width: 600px;
    font-family: "museo-sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica,sans-serif, FontAwesome;
    border-radius: 4px;
     border:solid 1px #d4d4d4;
    height: 2.25em;
    margin-right:50px;
}
.clearsearch {
    background: none;
    border: none;
    position: relative;
    left: -80px;
    color: #AAA !important;

}
.inline-row h1 {
    margin: 0 .5em .5em 0;
    display: inline-block;
    padding:0;
        font-size: 2.4rem;
}
.filterh2{
  box-shadow: white 0 1px 0;
    border-bottom: 1px solid #9D9D9D;
    margin: 0 0 1em 0;
  font-weight: bold;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
select.ui-grid-filter-select{
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: 170px;
    height: 2em;
}
section{
  margin-top: 80px;
}

@media (min-width: 1400px){
.container {
    width: 1370px;
}
}


.grid-msg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.grid-msg-overlay .msg {
  opacity: 1;
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 50%;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #555;
  text-align: center;
  font-size: 24px;
  display: table;
}

.grid-msg-overlay .msg span {
  display: table-cell;
  vertical-align: middle;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid;
}
.gridlink {
  line-height: 37px;
}

/*slider inputs*/
.slider-input{
  text-align:left;
  font-size: .7rem;
  width: 45%;
  border-radius: 4px;
background: #f2f2f2;
border-top-color: #e6e6e6;
border-left-color: #e6e6e6;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-color: #e6e6e6;
border-right-color: #e6e6e6;
border-bottom-width: 1px;
border-right-width: 1px;
}
.slider-date{
  text-align:left;
  font-size: .7rem;
  width: 100%;
  border-radius: 4px;
background: #f2f2f2;
border-top-color: #e6e6e6;
border-left-color: #e6e6e6;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-color: #e6e6e6;
border-right-color: #e6e6e6;
border-bottom-width: 1px;
border-right-width: 1px;
}
.right{
  text-align:right;
  float: right;
}

.numberSlider .jslider-value {
  display: none;
}
.numberSlider{
  margin: 10px 5% 10px;
  width: 90%;

}
.dateSlider{
  margin: 10px 5% 10px;
  width: 90%;
}
.sliderModule{
      margin-bottom: 15px;
}

.ui-multiselect-checkboxes li {
  clear:both;
  font-size:1.2rem;
  padding:0 3px;
}
.ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.ui-widget {
  font-family: "museo-sans", Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.2rem;
  width: 200px !important;
}

.md-datepicker-input-container{
  /*display:none;*/
  width: 0px;
  visibility: collapse;
}
.grid-button{
  background: none;
border: none;
font-size: 1rem;
padding: 0;
margin: 12px 6px 0;
}
.grid-button:hover{
  color:rgb(63,93,108);
}
.ui-grid-menu-button {
  right:inherit;
}
md-dialog{
  max-width: 100%;
  width: 95%;
}
.ui-grid-menu-button .ui-grid-menu {
    right: inherit;
}
.ui-grid-column-menu-button {
    position: absolute;
    right: 1px;
    /* bottom: 0; */
    top: -5;
    /* display: none; */
}
.filter-button{
  background: none;
  border: none;
  text-align: left;
  text-transform: none;
  font-weight: normal;
  margin: 10px 0 0 10px  !important;
  color: #3F5D6C !important;
  text-indent: -.75rem;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-moz-inner-spin-button,
input[type=number]::-moz-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ui-grid-menu .ui-grid-menu-inner ul li button {
  padding:0;
  margin: 2px;
  font-size: 1.1rem;
}
