﻿
@media (max-width: 500px) {
    .logo-top {
        max-width: 150px;
        height:auto;
    }
}
@media (min-width: 501px) {
    .logo-top {
        max-height: 100px;
        width: auto;
    }
}


.bold {
    font-weight: bold;
}


.text-deleted,
.text-deleted a {
    text-decoration: line-through;
    color: #9d9999;
}

.btn-tight {
    padding-left:5px;
    padding-right:5px
}

div.title-panel {
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1000;
    position: fixed;
    width: 1100px;
    background-color: white;
}
.title-panel .title-header {
    font-size: 23px;
    color: #5e83a3;
}
.title-panel .title-toolbar {
    text-align: right;
    vertical-align: bottom;
}
.title-panel .title-divider {
    margin-top: 5px;
    background-color: white;
    border-top: 4px solid #645f5f;
}

.label-search {
    background-color: #e9e8e8;
    padding : 7px 10px 9px 10px;
}

.table-noborder > tbody > tr > th,
.table-noborder > tbody > tr > td, 
.noset-table > tbody > tr > td {
    border: 0px;
}

.table-noset {
    width: 100%;
}

.table-noset > tbody > tr > th, .table-noset > tbody > tr > td {
    border: 0px;
    padding: 0px;
}

.table .header-invisible > th, .table .header-invisible > td {
    padding: 0px !important;
    height : 1px !important;
}

.inner-table {
    width: 100%;
    margin-bottom:0px;
}

.inner-table > tbody > tr > th, .inner-table > tbody > tr > td {
    border: 0px;
}
.inner-bordered tbody > tr > td {
    border: 1px solid #dddddd;
}

.inner-bordered > tbody > tr:first-child > td {
    border-top: 0;
}

.inner-bordered > tbody > tr:last-child > td {
    border-bottom: 0;
}

.inner-bordered > tbody > tr > td:first-child {
    border-left: 0;
}

.inner-bordered > tbody > tr > td:last-child {
    border-right: 0;
}

.panel-pager {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.panel-dialog {
    margin: 0px;
}



.panel-search {
    padding: 10px 15px;
    border: 1px solid #428bca;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}

.panel-search .search-line {
    padding: 5px 0px;
    border-bottom: 1px solid #d4d1d1;
}

.panel-search .search-line .form-control,
.panel-search .search-line input[type="radio"],
.panel-search .search-line input[type="checkbox"] {
    display: inline-block;
}

.panel-search .search-line:last-of-type {
    border: 0px;
}


.cell-label {
    padding: 6px 12px !important;
    background-color: #eeeeee;
    border: 1px solid #cccccc !important;
}

.cell-data {
    padding: 6px 12px !important;
    border: 1px solid #cccccc !important;
}
.cell-text {
    padding-top: 14px !important;
}