﻿a:hover, a:active {
    color: #4CAF50;
}

input[type=text],
input[type=password],
select,
textarea {
    padding: 2px;
    width: 180px;
}

input.deletable::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.table > thead > tr > th {
    text-align: center;
    vertical-align: top;
}

.table select,
.table input[type=text],
.table input[type=password],
.table textarea {
    width: 100%;
    border: 1px solid #ccc;
}

table.w3-table-all {
    margin: 20px 0;
}
/*OPPSETT AV TOP, TOPNAV, SIDENAV, MAIN, RIGHT OG FOOTER:*/
.top {
    position: relative;
    background-color: #ffffff;
    height: 68px;
    padding-top: 10px;
    /*line-height: 50px;*/
    overflow: hidden;
    z-index: 2;
}

.w3schools-logo {
    font-family: fontawesome;
    text-decoration: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 37px;
    letter-spacing: 3px;
    color: #555555;
    display: block;
    position: absolute;
}

    .w3schools-logo .dotcom {
        color: #4CAF50;
    }

.topnav {
    position: relative;
    z-index: 1000;
    font-size: 14px;
    background-color: #307fe0;
    color: #f1f1f1;
    width: 100%;
    padding: 0;
    letter-spacing: 1px;
    font-family: "Segoe UI",Arial,sans-serif;
}

    .topnav a {
        padding: 7px 15px 9px 15px !important;
    }

    .topnav .w3-bar a:hover,
    .topnav .w3-bar a:focus {
        background-color: #0155bd !important;
        color: #ffffff !important;
        text-decoration: none;
    }

    .topnav .w3-bar a.active {
        background-color: #0155bd;
        color: #ffffff;
    }

a.topnav-icons {
    width: 52px !important;
    font-size: 20px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

    a.topnav-icons.fa-home {
        font-size: 22px !important;
    }

    a.topnav-icons.fa-menu {
        font-size: 22px !important;
    }

a.topnav-localicons {
    font-size: 20px !important;
    padding-top: 6px !important;
    padding-bottom: 12px !important;
}

i.fa-caret-down, i.fa-caret-up {
    width: 10px;
}

#sidenav h2 {
    font-size: 18px;
    padding-left: 10px;
    margin: -4px 0 4px 0;
    width: 140px;
}

#sidenav a {
    font-family: "Segoe UI",Arial,sans-serif;
    text-decoration: none;
    display: block;
    padding: 2px 1px 1px 10px;
}

    #sidenav a:hover {
        color: #000000;
        background-color: #cccccc;
    }

    #sidenav a.active {
        background-color: #0155bd;
        color: #ffffff;
    }

#leftmenuinner {
    position: fixed;
    top: 0;
    padding-top: 112px;
    padding-bottom: 0;
    height: 100%;
    width: 160px;
    background-color: transparent;
}

#leftmenuinnerinner {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 10px;
}

#main {
    padding: 0 16px;
}

#right {
    text-align: center;
    padding: 0 16px 0 0;
}

    #right a {
        text-decoration: none;
        color: #0000cd;
        text-decoration: underline;
    }

        #right a:hover {
            text-decoration: underline;
        }

.sidesection {
    margin-bottom: 32px;
}

.bottomad {
    padding: 0 16px 16px 0;
    float: left;
    width: auto;
}

.footer a {
    text-decoration: none;
}

    .footer a:hover {
        text-decoration: underline;
    }

#nav_tutorials, #nav_references, #nav_examples {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

    #nav_tutorials::-webkit-scrollbar, #nav_references::-webkit-scrollbar, #nav_examples::-webkit-scrollbar {
        width: 12px;
    }

    #nav_tutorials::-webkit-scrollbar-track, #nav_references::-webkit-scrollbar-track, #nav_examples::-webkit-scrollbar-track {
        background: #555555;
    }

    #nav_tutorials::-webkit-scrollbar-thumb, #nav_references::-webkit-scrollbar-thumb, #nav_examples::-webkit-scrollbar-thumb {
        background: #999999;
    }

#nav_tutorials, #nav_references, #nav_examples {
    display: none;
    letter-spacing: 0;
    margin-top: 44px;
}

    #nav_tutorials a, #nav_references a, #nav_examples a {
        padding: 2px 0 !important;
    }

.w3-example {
    background-color: #f1f1f1;
    padding: 0.01em 16px;
    margin: 20px 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.nextprev a {
    font-size: 17px;
    border: 1px solid #cccccc;
}

    .nextprev a:link, .nextprev a:visited {
        background-color: #ffffff;
        color: #000000;
    }

    .nextprev a.w3-right {
        background-color: #4CAF50;
        color: #ffffff;
        border-color: #4CAF50;
    }

.w3-theme {
    color: #fff !important;
    background-color: #73AD21 !important;
    background-color: #4CAF50 !important;
}

.w3-theme-border {
    border-color: #4CAF50 !important;
}

.sharethis a:hover {
    color: inherit;
}

.fa-facebook-square, .fa-twitter-square, .fa-google-plus-square {
    padding: 0 8px;
}

    .fa-facebook-square:hover, .fa-thumbs-o-up:hover {
        color: #3B5998;
    }

    .fa-twitter-square:hover {
        color: #55acee;
    }

    .fa-google-plus-square:hover {
        color: #dd4b39;
    }

#google_translate_element img {
    margin-bottom: -1px;
}

#googleSearch {
    color: #000000;
}

    #googleSearch a {
        padding: 0 !important;
    }

.searchdiv {
    max-width: 400px;
    margin: auto;
    text-align: left;
    font-size: 16px;
}

div.cse .gsc-control-cse, div.gsc-control-cse {
    background-color: transparent;
    border: none;
    padding: 6px;
    margin: 0px;
}

td.gsc-search-button input.gsc-search-button {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

    td.gsc-search-button input.gsc-search-button:hover {
        background-color: #46a049;
    }

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button {
    box-sizing: content-box;
    line-height: normal;
}

.gsc-tabsArea div {
    overflow: visible;
}
/*"nullstille" w3css:*/
.w3-main {
    transition: margin-left 0s;
}
/*"nullstilling" slutt*/
@media (min-width:1675px) {
    #main {
        width: 79%;
    }

    #right {
        width: 21%;
    }
}

@media (max-width:992px) {
    #sidenav {
        width: 260px;
    }

        #sidenav h2 {
            font-size: 18px;
            width: 100%;
        }

        #sidenav a {
            padding: 3px 2px 3px 24px;
            font-size: 14px;
        }

    #leftmenuinner {
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        height: 100%;
        position: relative;
        width: auto;
        padding-top: 0;
        background-color: #f1f1f1;
    }

    #leftmenuinnerinner {
        overflow-y: auto;
    }

    .bottomad {
        float: none;
        text-align: center;
    }
}


@media screen and (max-width:700px) {
    .toptext {
        display: none;
    }

    .top {
        height: 60px;
    }

        .top img {
            display: block;
            margin: auto;
        }

        .top .w3schools-logo {
            position: relative;
            top: 0;
            width: 100%;
            text-align: center;
            margin: auto;
        }
}

@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontawesome.eot?14663396');
    src: url('../fonts/fontawesome.eot?14663396#iefix') format('embedded-opentype'), url('../fonts/fontawesome.woff?14663396') format('woff'), url('../fonts/fontawesome.ttf?14663396') format('truetype'), url('../fonts/fontawesome.svg?14663396#fontawesome') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-2x {
    font-size: 2em;
}

.fa-home:before {
    content: '\e800';
}

.fa-menu:before {
    content: '\f0c9';
}

.fa-globe:before {
    content: '\e801';
}

.fa-search:before {
    content: '\e802';
}

.fa-thumbs-o-up:before {
    content: '\e803';
}

.fa-left-open:before {
    content: '\e804';
}

.fa-right-open:before {
    content: '\e805';
}

.fa-facebook-square:before {
    content: '\e806';
}

.fa-google-plus-square:before {
    content: '\e807';
}

.fa-twitter-square:before {
    content: '\e808';
}

.fa-caret-down:before {
    content: '\e809';
}

.fa-caret-up:before {
    content: '\e80a';
}

span.marked, span.deprecated {
    color: #e80000;
    background-color: transparent;
}

.intro {
    font-size: 16px;
}

.w3-btn, .w3-btn:link, .w3-btn:visited {
    color: #FFFFFF;
    background-color: #4CAF50;
}

a.w3-btn[href*="exercise.asp"] {
    margin: 10px 5px 0 0;
}

a.btnplayit, a.btnplayit:link, a.btnplayit:visited {
    background-color: #FFAD33;
    padding: 1px 10px 2px 10px;
}

    a.btnplayit:hover, a.btnplayit:active {
        background-color: #ffffff;
        color: #FFAD33;
    }

a.btnsmall:link, a.btnsmall:visited, a.btnsmall:active, a.btnsmall:hover {
    float: right;
    padding: 1px 10px 2px 10px;
    font: 15px Verdana, sans-serif;
}

a.btnsmall:active, a.btnsmall:hover {
    color: #4CAF50;
    background-color: #ffffff;
}

@media screen and (max-width:700px) {

    #div-gpt-ad-1422003450156-0 {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    #div-gpt-ad-1422003450156-3 {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:1360px) {
    #topnav .w3-bar:nth-of-type(1) div:nth-of-type(1) a:nth-of-type(13) {
        display: none;
    }
}

@media (max-width:1270px) {
    #topnav .w3-bar:nth-of-type(1) div:nth-of-type(1) a:nth-of-type(12) {
        display: none;
    }
}

@media (max-width:1180px) {
    #topnav .w3-bar:nth-of-type(1) div:nth-of-type(1) a:nth-of-type(11) {
        display: none;
    }
}

@media (max-width:1088px) {
    #topnav .w3-bar:nth-of-type(1) div:nth-of-type(1) a:nth-of-type(10) {
        display: none;
    }
}

@media (max-width:1010px) {
    #topnav .w3-bar:nth-of-type(1) div:nth-of-type(1) a:nth-of-type(9) {
        display: none;
    }
}

@media (max-width:960px) {
    #topnav .w3-bar:nth-of-type(1) div:nth-of-type(1) a:nth-of-type(8) {
        display: none;
    }
}

@media (max-width:880px) {
    #topnav .w3-bar:nth-of-type(1) div:nth-of-type(1) a:nth-of-type(7) {
        display: none;
    }
}

@media (max-width:790px) {
    #topnav .w3-bar:nth-of-type(1) div:nth-of-type(1) a:nth-of-type(6) {
        display: none;
    }
}

@media (max-width:670px) {
    #topnav .w3-bar:nth-of-type(1) div:nth-of-type(1) a:nth-of-type(5) {
        display: none;
    }
}


@media (max-width:567px) {
    #topnav .w3-bar:nth-of-type(1) div:nth-of-type(1) a:nth-of-type(4) {
        display: none;
    }
}


@media (max-width:450px) {
    #topnav .w3-bar:nth-of-type(1) div:nth-of-type(1) a:nth-of-type(3) {
        display: none;
    }
}

@media (max-width:324px) {
    .menu-bar-search {
        display: none !important;
    }
}


.closeJob {
    background-color: #ddffdd;
    border-left: 6px solid #4CAF50;
}

.w3-note {
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
}

.w3-warning {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
}

.w3-info {
    background-color: #ddffdd;
    border-left: 6px solid #4CAF50;
}

hr[id^="ez-insert-after-placeholder"] {
    margin-top: 0;
}

.footer-logo {
    height: 50px;
    margin-bottom: 20px;
}

.form-error {
    display: inline-block;
    margin: 0 5px;
}

span.r {
    color: #FF0000;
    font-weight: bold;
}

.error {
    color: #FF0000;
}

.success {
    color: #008000;
}

table.table-form td {
    padding: 3px 5px;
    vertical-align: top;
}

table.table-form > tbody > tr > td:first-child {
    width: 120px;
}

.flex-container{
    display: flex;
}
.w-100-per{
    width: 100%!important;
}
.pl-1{
    padding-left: 1em;
}
.pl-add-icon{
    padding-left: 4px;
}
.center-vertical{
    margin-top: auto;
    margin-bottom: auto;
}

table.table-form td > div {
    width: 200px;
    white-space: normal;
}

    table.table-form td > div.bootstrap-touchspin {
        width: auto;
    }

table .no {
    width: 30px;
    text-align: center;
}

table .c {
    text-align: center;
}

table .s {
    width: 20px;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 3px 5px;
}

.selectable:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}

input.search {
    background-image: url('/images/searchicon.png'); /* Add a search icon to input */
    background-position: 5px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font: normal 13px Tahoma; /* Increase font-size */
    padding: 3px 3px 3px 25px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
}

.form-header {
    border: 1px solid #666;
    margin: 0 0 5px;
    padding: 5px;
    background-color: #ccc;
}

.ui-tabs .ui-tabs-panel {
    padding: 10px 3px;
    overflow: auto;
}

#main th,
#main td {
    white-space: nowrap;
}

.fa-3 {
    font-size: 3em;
}

.x1 {
    font-size: 1.1em;
}

.x2 {
    font-size: 1.2em;
}

.x3 {
    font-size: 1.3em;
}

.b {
    font-weight: bold;
}

.green {
    color: green;
}

.yellow {
    color: yellow;
}

.table-top th,
.table-top td {
    vertical-align: top;
}

.table-center th,
.table-center td {
    text-align: center;
}

.circle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 6px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 16px Arial, sans-serif;
}

.l,
.table-center .l,
th .l,
td .l {
    text-align: left;
}

.r {
    text-align: right;
}

table hr {
    margin: 0;
}

.icon-status {
    height: 40px;
}

.table.table-condensed .arrived {
    padding: 0;
    background-color: #dff0d8;
}

.arrived > div {
    border: 2px solid #fff;
    padding: 3px 8px;
}

.arrived hr {
    border-color: #999999;
    margin: 0;
}

.arrived .fa-check-circle {
    color: green;
}

.red {
    color: red;
}

input.datePicker {
    width: 100px;
}

input.timePicker {
    width: 70px;
}

.btn-xs.with-padding {
    padding: 2px 5px;
    vertical-align: top;
}

.table td.step {
    width: 100px;
}

select.error, select.valid {
    background-position: right 18px center;
}

td label {
    margin-bottom: 0;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }

.loading {
    margin: -5px 0 0;
}

.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner {
    padding: 0;
}

.fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination {
    margin: 0;
}

.fixed-table-pagination .pagination-info {
    line-height: 2em;
}

.jobtype-icon {
    height: 16px;
    margin: -3px 0 0;
}

.form-column {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

input.integer,
input.decimal {
    width: 60px;
    margin: 0;
}

select.uom {
    width: 120px;
    padding: 6px 0;
    vertical-align: top;
}

input[type="text"].datepicker {
    width: 90px;
}

input[type="text"].timepicker {
    width: 85px;
}

.readonly {
    background-color: #cccccc;
    border: 1px solid #333;
}

tr.is-delete,
tr.is-delete.selected td {
    background-color: #f2dede;
}

tr.is-customer-inv,
tr.is-customer-inv.selected td {
    background-color: #f2e6d0;
}

tr.is-quantity,
tr.is-quantity.selected td {
    background-color: #fcf8e3;
}

tr.is-trip,
tr.is-trip.selected td {
    background-color: #fcf8e3;
}



tr.is_load_close_job,
tr.is_load_close_job.selected td {
    background-color: #E0E0E0;
}

tr.is_receive_close_job,
tr.is_receive_close_job.selected td {
    background-color: #D1C4E9;
}

tr.is-error,
tr.is-error.selected td {
    background-color: #EF9A9A;
}

tr.is-cost-lsp,
tr.is-cost-lsp.selected td {
    background-color: #fcf8e3;
}

.fixed-table-container tbody .selected.is-cost-lsp td {
    background-color: #fcf8e3;
}

.fixed-table-container tbody .selected.is-error td {
    background-color: #EF5350;
}

.fixed-table-container tbody .selected.is_load_close_job td {
    background-color: #9E9E9E;
}

.fixed-table-container tbody .selected.is_receive_close_job td {
    background-color: #9575CD;
}

.fixed-table-container tbody .selected.is-delete td {
    background-color: #f2dede;
}

.fixed-table-container tbody .selected.is-quantity td {
    background-color: #fcf8e3;
}

.fixed-table-container tbody .selected.is-trip td {
    background-color: #fcf8e3;
}

.bootstrap-table .table-report thead > tr > th {
    padding: 0 6px;
}

.fixed-table-container tbody .selected td {
    background-color: #fcf8e3;
}

.fixed-table-container tbody :hover td {
    background-color: #fcf8e3;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

.fixed-table-container .bs-checkbox .th-inner {
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-results__option[aria-selected] {
    font-size: 11px;
}

.form-separator {
    padding-left: 10px;
    border-left: 1px solid #ccc;
}

.integer, .decimal, .decimal3point {
    font-size: 12px;
    text-align: right;
}

.detail {
    width: 200px;
    white-space: normal;
}

.table-layout > tbody > tr > td {
    vertical-align: top;
    border-left: 1px solid #ccc;
    padding: 0 10px;
}

    .table-layout > tbody > tr > td:first-child {
        border-left: none;
        padding-left: 0;
    }

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: 1;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.2s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.displayHide {
    display: none;
}

.tableDashboard tr td {
    text-align: center;
}

.borderTable {
    border-right: 1px solid #ddd;
}

.marginUserDashboard {
    margin-top: 10px;
}

.tableDashboardImEx {
    padding: 5px 26px;
}

.tableDashboardDo {
    padding: 5px 20px;
}

.tableDashboardTotal {
    padding: 5px 32px;
}

.fixed-table-loading {
    z-index: 1;
}

.ui-datepicker-calendar {
    z-index: 2;
}

.agingTable {
    text-align: right;
    font-weight: bold;
    border: 1px solid #ddd;
}

.star-rating-checked {
    color: #FFD700;
    font-size: 1.25em;
}

.star-rating-unchecked {
    color: #ddd;
    font-size: 1.25em;
}

.rating {
    border: none;
    float: left;
}

    .rating > input {
        display: none;
    }

    .rating > label:before {
        margin-right: 10px;
        font-size: 1.25em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .rating > .half:before {
        content: "\f089";
        position: absolute;
    }

    .rating > label {
        color: #ddd;
        float: right;
    }

    .rating > input:checked ~ label,
    .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        color: #FFD700;
    }

        .rating > input:checked + label:hover,
        .rating > input:checked ~ label:hover,
        .rating > label:hover ~ input:checked ~ label,
        .rating > input:checked ~ label:hover ~ label {
            color: #FFED85;
        }

.serch-status-color:hover {
    font-weight: bold;
    color: #f76f6f;
    cursor: pointer;
}

tr.row-color-white,
tr.row-color-white.selected td {
    background-color: white;
}

.fixed-table-container tbody .selected.row-color-white td {
    background-color: #fff6ed;
}

tr.row-color-blue,
tr.row-color-blue.selected td {
    background-color: #d9edf7;
}

.fixed-table-container tbody .selected.row-color-blue td {
    background-color: #90CAF9;
}

tr.row-color-green,
tr.row-color-green.selected td {
    background-color: #dff0d8;
}

.fixed-table-container tbody .selected.row-color-green td {
    background-color: #AED581;
}

tr.row-color-gray,
tr.row-color-gray.selected td {
    background-color: #cecece;
}

.fixed-table-container tbody .selected.row-color-gray td {
    background-color: #afacac;
}

tr.row-color-purple,
tr.row-color-purple.selected td {
    background-color: #e7d6f9;
}

.fixed-table-container tbody .selected.row-color-purple td {
    background-color: #b688e8;
}

tr.row-color-orange,
tr.row-color-orange.selected td {
    background-color: #f7dd88;
}

.fixed-table-container tbody .selected.row-color-orange td {
    background-color: #f2c01f;
}

tr.row-color-red,
tr.row-color-red.selected td {
    background-color: #f2dede;
}

.fixed-table-container tbody .selected.row-color-red td {
    background-color: #e29191;
}

tr.row-color-gray,
tr.row-color-gray.selected td {
    background-color: #c6c6c6;
}

.fixed-table-container tbody .selected.row-color-gray td {
    background-color: #777676;
}

.status-color-orange {
    border: solid 1px black;
    background-color: #f7dd88;
    padding: 3px;
    float: right;
}

.status-color-red {
    border: solid 1px black;
    background-color: #f2dede;
    padding: 3px;
    float: right;
}

.status-color-white {
    border: solid 1px black;
    background-color: white;
    padding: 3px;
    float: right;
}

.status-color-gray {
    border: solid 1px black;
    background-color: #c6c6c6;
    padding: 3px;
    float: right;
}

.status-color-blue {
    border: solid 1px black;
    background-color: #d9edf7;
    padding: 3px;
    float: right;
}

.status-color-green {
    border: solid 1px black;
    background-color: #dff0d8;
    padding: 3px;
    float: right;
}

/* icon DLI*/
.dli-fs {
     font-size: 1.2em;
     text-align: center;
}
.dli-path-check{
    color: green;
}
.dli-path-uncheck{
    color: red;
}
