﻿/** COMON PLATFORM STYLES **/

.table .table-col {
    border-color: #dee9f0;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px #fff;
}

.table .table-col.selected {
    background: #43b0e6;
    color: #fff;
    text-shadow: none;
}


.__items.no-arrow .list-item:after {
    display: none;
}


.blade .blade-content.__xxxlarge-wide {
    width: 1240px;
}

.blade-content.__xxxlarge-wide .inner-block {
    width: 1200px;
}


.inner-block.__full {
    height: 100%;
}


.form-input select.ng-invalid {
    background: #fef8f7;
    border-color: #fce7e6;
}

.form-input .error {
    background: #fef8f7;
    border-color: #fce7e6;
}

input:disabled,
select:disabled {
    background-color: rgb(235, 235, 228);
}


.menu.__context .menu-item.__separator {
    margin: 5px;
    padding: 1px !important;
    background: #424242;
}
.hide-select-filter a.add {
    display: none;
}
.hide-select-filter div.form-input {
    margin-left: 0 !important;
}