.file-preview{
    height: 300px;
    overflow: auto;
  }
.button-actions{
    margin-bottom : 10px;
}

.summary{
    font-size : 11px;
    margin-bottom : 5px;
}

.grid-view table thead tr th a, .grid-view table tbody tr td a{
    color : rgb(24, 166, 137);
}

.grid-view table tbody tr td a.btn{
    color : #FFFFFF;
}

.select2-container--open{
    z-index:9999999
}

.noselect {
-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                supported by Chrome and Opera */
}

.grid-view > table > tbody > tr > td > a.btn-delete{
    color : #FFFFFF;
}
textarea { resize: vertical!important }

.form-group.required > label::after {
    content: "*";
    margin-left: 3px;
    font-weight: normal;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: tomato;
}

.nav>li.active {
    border-left: 4px solid #3664B2;
    background: #293846;
}

.nav.nav-second-level>li.active {
    border: none;
}

.md-skin .navbar-fixed-top,
.md-skin .navbar-static-top {
    background-color: #3664B2 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.md-skin .nav-header {
    background: url("../inspinia/css/patterns/header-profile-skin-2.png") no-repeat;
}
