@charset "UTF-8";

@import "/media/bootstrap/css/style.css";
@import "/media/inspinia/css/style.css";
@import "/media/style/animate.css";

body {
    min-width: 768px;
    overflow-x: auto;
}

label {
    font-weight: normal;
}

.middle-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
}
.middle-container > .row {
    display: table-cell;
    vertical-align: middle;
}

.text-overflow {
    display: block;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}
td.text-overflow, th.text-overflow {
    max-width: 0;
    display: table-cell;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}
.lt-ie9 td.text-overflow, .lt-ie9 th.text-overflow {
    overflow: visible !important;
    white-space: normal !important;
    word-wrap: break-word !important;
}
.text-overflow-inline {
    display: inline-block;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

fieldset.form-set {
    margin-top: 15px;
}
fieldset.form-set > legend {
    font-size: 16px;
    font-weight: bold;
    background: #f4f4f4;
    color: #222222;
    padding: 10px 15px;
    border: 0;
}

.media > .media-left, .media > .media-body {
    overflow: visible;
    display: table-cell;
}

.dropdown-menu {
    max-height: 480px;
    overflow-y: auto;
    min-width: 240px;
}
.dropdown-menu > li > a {
     white-space: normal;
     overflow-x: hidden;
     line-height: normal;
}