.btn
{
    color: #FFFFFF;
    background-color: #ec7404;
    border: 1px solid #ec7404;
    border-radius: 4px;
}

.btn:disabled
{
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #a1a7a6;
}

.btnactive
{
    background-color: #707978;
    border: 1px solid #707978;
}

.btn:hover
{
    color: #FFFFFF;
    background-color: #707978;
    border: 1px solid #707978;
    border-radius: 4px;
}

.btn:active
{
    color: #FFFFFF;
    background-color: #707978;
    border: 1px solid #707978;
    border-radius: 4px;
}

.btn:focus
{
    outline: none !important;
    box-shadow: none !important;
    color: #FFFFFF;
    background-color: #707978;
    border: 1px solid #707978;
}

.btn_white
{
    color: #000000;
    background-color: #FFFFFF;
}

.btn_close_rekla
{
    color: #000000;
    background-color: #FFFFFF;
    margin-top: 20px;
}

.container-fluid
{
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
}

.input
{
    outline: none !important;
    border:1px solid;
    border-color: #a1a7a6;
    max-width: 400px;
}

.input:focus
{
    border-color: #ec7404;
}

.headline_page
{
    font-size: x-large;
    font-weight: 600;
    color: #707978;
}

.headline
{
    font-size: large;
    font-weight: 600;
    color: #707978;
}

.table
{
    max-width: 1200px;
}

.tr
{
    background-color: #e0e0e0;
}

.td_center
{
    text-align: center;
}

/* Einträge page-item für Links Pagination */
.page-item.active .page-link
{
    background: #a1a7a6 !important;
    border-color: #a1a7a6;
}

.page-item.active:hover .page-link:hover
{
    background: #a1a7a6 !important;
    border-color: #a1a7a6 !important;
}

.page-item .page-link
{
    outline: none !important;
    box-shadow: none !important;
    color: #000000;
    border-color: #a1a7a6;
}

.page-item:hover .page-link:hover
{
    background: #707978 !important;
    color: #ffffff;
}

.form-control
{
    float: left;
    width: 100%;
    border-radius: 0px;
    background-color: #FFFFFF !important;
    box-shadow: none !important;
}

.form-control:focus
{
    border-color: #ec7404;
}

.table_word_wrap
{
    table-layout: fixed;
}

.td_word_wrap
{
    white-space: normal !important;
    word-wrap: break-word;
}

.button_like_link
{
    background: none!important;
    border: none;
    padding: 0!important;
    font-family: arial, sans-serif;
    color: #006699;
    text-decoration: underline;
    cursor: pointer;
}

@media
	only screen
    and (max-width: 760px), (min-device-width: 768px)
    and (max-device-width: 1024px)
    {

		.table_db, .thead_db, .tbody_db, .th_db, .td_db, .tr_db
        {
			display: block;
		}

		.thead_db .tr_db
        {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

        .tr_db
        {
        margin: 0 0 1rem 0;
        }

		.td_db
        {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eeeeee;
			position: relative;
			padding-left: 50%;
            text-align: right;
            min-height: 40px;
		}

		.td_db:before
        {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
            text-align: left;
            font-weight: bold;
		}

		.td_db:nth-of-type(1):before { content: ""; }
		.td_db:nth-of-type(2):before { content: "# Vorgang"; }
		.td_db:nth-of-type(3):before { content: "Kunde"; }
		.td_db:nth-of-type(4):before { content: "Liefertermin"; }
		.td_db:nth-of-type(5):before { content: "Zeiteinheiten"; }
		.td_db:nth-of-type(6):before { content: "Status"; }
		.td_db:nth-of-type(7):before { content: "Details"; }
	}

.section_collapse
{
    cursor: pointer;
    padding: 9px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.section_collapse:after
{
    content: "\25bc";
    color: #707978;
    font-size: x-small;
    float: right;
    margin-left: 10px;
    margin-top: 6px;
}

.collapse_active:after
{
    content: "\25B2";
}

.collapse_active, .section_collapse:hover
{
    background-color: #fbfbfb;
}

.content
{
    display: none;
    overflow: hidden;
}

.modal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
