﻿.select2-container {
  width: 400px;
}
.modal-content {
  z-index: 12000;
}
th.k-header {
  font-size: 14px;
  background-color: #8C9BBB;
}
.k-grid tr td {
  font-size: 12px;
}
.k-grid tbody .k-button {
  max-height: 30px;
}
/*Detail Popup*/
.form-horizontal .control-label {
  white-space: nowrap;
}
.k-grid .k-state-selected {
  color: blue;
}
.foundation-fundlevel-normal {
  background: #adcf59;
}
.foundation-fundlevel-low {
  background: #feff6f;
  /*color:#000;*/
}
.foundation-fundlevel-empty {
  background: #f17171;
}
.foundation-fundlevel-mixed {
  background: #8b5b9f;
}
/*fieldset .checkbox-border {
        border: 1px groove #ddd !important;
        padding: 0 1.4em 1.4em 1.4em !important;
        margin: 0 0 1.5em 0 !important;
        -webkit-box-shadow:  0px 0px 0px 0px #000;
                box-shadow:  0px 0px 0px 0px #000;
    }

    legend .checkbox-border {
        font-size: 1.2em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
    }*/
/*
    legend {
        font-weight: bold;
        position: absolute;
        top: 20px;
        left: 18px;
    }*/
.checkbox-label {
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
.no-link,
.no-link:hover,
.no-link:focus {
  background-color: inherit;
  color: inherit;
  text-decoration: none;
  display: block;
}
div[id^=fundlevel_] > table > thead > tr > th.k-header {
  font-size: 13px;
}
div[id^=fundlevel_] > table > thead > tr > th.k-header,
#fundlevelGrid > table > thead > tr > th.k-header {
  background-color: white;
}
div[id^=fundlevel_] tr td {
  font-size: 11px;
}
.k-hierarchy-cell .k-icon {
  background-image: url(../kendo/Default/sprite_2x.png);
  width: 32px;
  height: 32px;
}
.k-hierarchy-cell .k-minus {
  background-position: 0 -256px;
}
.k-hierarchy-cell .k-plus {
  background-position: 0 -286px;
}
.collection-of-checkboxes .checkbox-group {
  display: inline-block;
  margin: 0 0 14px 0;
  border: 2px solid #d5d5d5;
  padding: 5px 15px 0 7px;
}
@media (min-width: 1200px) {
  .search-boxes-collection {
    width: 91.5%;
  }
}
.search-boxes-collection .select2-container {
  width: 50% !important;
}
@media (min-width: 1200px) {
  .top-search-box-container {
    /*.btn-container {
            margin-left: -25px;
        }*/
  }
  .top-search-box-container .form-group {
    float: left;
  }
  .top-search-box-container .btn {
    float: right;
  }
}
/*# sourceMappingURL=override-styles.css.map */