.icon-1c{
    background-color: #f9d683 !important;
    color: #f98c37 !important;
    font-size: 0.9em;
    padding: 2px;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
}
.icon-1c:hover{
    background-color: #f95700 !important;
    color: #ffffff !important;
}

* {
    outline: none;
}

.table .compact td {
    padding: 0px;
}

.table.compact > thead > tr > th,
.table.compact > tbody > tr > th,
.table.compact > tfoot > tr > th,
.table.compact > thead > tr > td,
.table.compact > tbody > tr > td,
.table.compact > tfoot > tr > td {
    padding: 4px 3px !important;
    line-height: 1.128571429;
    vertical-align: middle;
}

a::-moz-focus-inner,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="text"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none;
}

a:focus,
button:focus,
input[type="reset"]:focus,
input[type="text"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="file"] > input[type="button"]:focus {
    outline: none;
}

.smallgrey {
    font-size: 0.9em;
    color: #999999;
}

.green {
    color: #008800;
}

.grey {
    color: #888;
}

.red {
    color: #F50000;
}

.bred {
    color: #FFF;
    background-color: #F50000;
}

.bred:focus {
    color: #FFF;
    background-color: #F50000;
}

.red25 {
    color: #ff7676;
}

.red35 {
    color: #ffa9a9;
}

.blue {
    color: #317AE5;
}

.redcomment {
    color: rgba(196, 49, 49, 0.7);
}

.grid tbody tr.select td {
    background-color: #D7F1FD;
    color: #075C85;
}

.grid tbody tr th {
    background-color: #777;
    font-size: 0.9em;
    font-weight: bold;
    color: #555;
}

.btn-title {
    background: none;
    border: none;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding-top: 8px;
    padding-right: 7px;
    padding-bottom: 4px;
    padding-left: 7px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-title:hover {
    background: none;
    border: none;
    color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.menu ul {
    background-color: #fff;
    margin: 0px;
    margin-right: 10px;
    float: left;
    margin-top: 10px;
}

.menu ul.cl {
    margin-right: 0px;
}

.menu ul li a {
    padding-right: 10px;
}

.line ul li {
    display: inline-block;
    margin-right: 10px;
}

.grid {
    margin-top: 10px;
    font-size: 0.9em
}

.grid th {
    cursor: pointer;
    white-space: nowrap;
}

.grid th i {
    margin-left: 5px;
}

.filters.nav-pills li a {
    background-color: #D4F7D4;
    padding: 3px 10px 3px 10px;
    border: 1px solid #1CB91D;
    color: #127813;
    font-size: 0.9em;
    line-height: 20px;
    margin-bottom: 0px;
    margin-right: 5px;
}

.filters.nav-pills li a:hover {
    background-color: #fff2d4;
    color: #F50000;
    border: 1px solid #ffbc1c;
}

.ngform .row-fluid {
    margin-top: 7px;
}

.ngform .labels {
    text-align: right;
    padding-top: 4px;
}

.menu-table {
    width: 100%;
}

.menu-table td {
    vertical-align: top;
    padding-right: 10px;
}

.menu-table td ul {
    width: 100%;
    box-sizing: border-box;
    margin-right: 10px;
}

.menu-table td ul li {
    box-sizing: border-box;
}

.menu-table td:last-child {
    padding-right: 0px;
}

.menu-table tr:last-child td {
    padding-top: 10px;
}

.menu-table tr:first-child td {
    padding-top: 0px;
}

.priority {

}

.priority_1 {
    background-color: #ff4d4d;
    color: #ffffff;
    font-weight: normal;
    padding: 4px 5px 4px 5px;
}

.priority_2 {
    background-color: #ffac4d;
    color: #ffffff;
    font-weight: normal;
    padding: 4px 5px 4px 5px;
}

.priority_3 {
    background-color: #4da0ff;
    color: #ffffff;
    font-weight: normal;
    padding: 4px 5px 4px 5px;
}

.priority_ {
    font-weight: normal;
    padding: 4px 5px 4px 5px;
}

html, body {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

/* The styling bolow is very simple. You can style things your own way. */
body {
    box-sizing: border-box;
    background: #aaa;
    padding: 5px;
}

.split-pane-divider {
    background: #aaa;
}

.split-pane-component {
    background: #fff;
}

