@font-face {
    font-family: "Roboto Light";
    src: url(../fonts/Roboto-Light.ttf);
}

.drag_cursor {
    cursor: move;
}

.hidden {
    display: none!important;
}

.grayed {
    background: gray;
    opacity: 0.4;
}

.grid_footer_href {
    text-decoration: none !important; 
    color:#337ab7; 
    border: 1px solid #AAAAAA; 
    padding-left: 13px; 
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;

}

.grid_footer_href:hover {
    background: #DDDDDD;
}

.non-clickable { 
    pointer-events: none;
    cursor: default;
}
.red {
    color:red;
}
.blue-background { 
    background-color: #66afe9;
}
.green-background {
    background-color:#67b168;
}
.bold{
    font-weight: bold;
}

td a:visited {
    color: purple;
}

.url-visited-purple:visited {
    color: purple !important;
}


.btn {font-weight:bold!important; }
.btn-primary {background-color:#fe763c!important; border:none!important; font-weight:bold!important; color:#fff!important}
.btn-primary:hover {background-color:#e76b37!important;}

td a {color: #fe763c}
th a {color: #3b3b3b}



body, button, input, optgroup, select, textarea, .selectboxit-container * {font-family: 'Roboto', -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif!important}




/* PARSER NG CSS START */

.parserng-main-title {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 20px;
    text-align: center;
}

.table {
    font-size: 14px;
}

.table-small-font .table td, .table-small-font .table th {
    font-size: 12px;
}

.table-slim tr {
    line-height: 18px;
    min-height: 18px;
    height: 18px;
}

ins {
    text-decoration: none;
    background-color: #d4fcbc;
}

del {
    text-decoration: line-through;
    background-color: #fbb6c2;
    color: #555;
}

.has-error .form-control {
    border-color: #ac2925;
}

.input-error {
    background: #fbb6c2 !important;
}

.marked {
    background: #fbb6c2;
    cursor: not-allowed;
}

.marked-yellow {
    background: yellow;
}

.marked .marked-yellow {
    background: none;
}

.marked-green {
    background: lightgreen;
}

.marked-blue {
    background: #66afe9;
}

.table-row-strikethrough td, .table-row-strikethrough th  {
    text-decoration: line-through;
}