@font-face {
    font-family: "FloodStd";
    src: url("/backend/fonts/Adobe - FloodStd.otf") format("opentype")
}

@font-face {
    font-family: "Bebas Neue Book";
    src: url("/backend/fonts/BebasNeue Book.otf") format("opentype")
}

@font-face {
    font-family: "DIN light";
    src: url("/backend/fonts/DIN Light Regular.otf") format("opentype")
}

@font-face {
    font-family: "Sloop Script";
    src: url("/backend/fonts/Sloop.otf") format("opentype")
}

@font-face {
    font-family: "Source Sans Pro Light";
    src: url("/backend/fonts/SourceSansPro-Light.ttf") format("truetype")
}

@font-face {
    font-family: "Source Sans Pro Light";
    src: url("/backend/fonts/Roboto-Light.ttf") format("truetype")
}

@font-face {
    font-family: "Camp Wendigo";
    src: url("/backend/fonts/Camp Wendigo.ttf") format("truetype")
}

.form-control:focus.invalid {
    border: 1px solid #a94442;
}

.input-daterange .input-group-addon:first-child {
    border-width: 1px 0 1px 1px;
}

body h2 .btn-primary {
    margin-left: 20px;
}

.dataTables_wrapper .dataTables_filter label {
    width: 100%;
}

div.dataTables_length label {
    float: right !important;
}

.dataTables_wrapper tr td.dataTables_empty:last-of-type {
    text-align: center !important;;
}

div.dataTables_length #s2id_autogen1 {
    margin-right: 0px;
}

.dataTables_wrapper tr td
{
    text-align:left;
}

.dataTables_wrapper tr td:first-of-type
{
    text-align:left;
}

#datatable-benutzer tr td:nth-of-type(2),
#datatable-benutzer tr td:nth-of-type(3),
#datatable-rollen tr td:nth-of-type(2),
#datatable-rollen tr td:nth-of-type(3),
#datatable-checklistenvorlagen tr td:nth-of-type(2),
#datatable-checklistenvorlagen tr td:nth-of-type(3),
#datatable-budgetlistenvorlagen tr td:nth-of-type(2),
#datatable-budgetlistenvorlagen tr td:nth-of-type(3),
#datatable-news tr td:nth-of-type(3)
{
    text-align:left;
}

#datatable-checklistenvorlagen tr td:nth-of-type(1)
{
    text-align:right;
}


.dataTables_wrapper tr td:last-of-type {
    padding-top:1px;
    padding-bottom: 1px;
    vertical-align: middle;
    text-align:center !important;
}

.dataTables_wrapper tr td:last-of-type .btn {
    margin: 2px;
}

body.DTTT_Print .dataTables_wrapper tr th {
    background-image: none;
}

body.DTTT_Print .dataTables_wrapper tr th:last-of-type,
body.DTTT_Print .dataTables_wrapper tr td:last-of-type {
    display: none;
}


.ui-sortable .form-group:nth-of-type(1) .buttonarea .btn-danger {
    display:none;
}

.dd-handle {
    cursor: pointer;
    display: inline-block;
    width: 65%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none;
    position: relative;
    left: 0px;
}

.dd-item button {
    z-index: 1;
}

.dd-item button + .dd-handle {
    margin-left: -25px;
    padding-left: 25px;
}

.dd-no-drag {
    background-clip: border-box;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    display: block;
    font-weight: 600;
    height: 34px;
    line-height: 24px;
    margin: 5px 0 5px 0;
    padding: 4px 10px 4px 10px;
}

.dd-no-drag.buttonarea {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
}

.dd-no-drag:hover,
.dd-handle:hover{
    background-color: #f6f6f6;
    color: #3a9544;
}

.dd-no-drag.hmp{
    background-color: #eee;
    color: #3a9544;
    border-color: #3a9544;
}

.dd-no-drag.hmp:hover{
    background-color: #eee;
    color: #3a9544;
    border-color: #3a9544;
}

.dd-item .buttonarea {
    line-height: 22px;
    text-align: right;
}

.dd-handle + .buttonarea {
    line-height: 22px;
    margin-left: -1%;
    width: 36%;
}

.fileupload .uneditable-input .fa {
    left: 25px;
}

.nestable {
    padding-left: 30px;
}

.dd-empty {
    min-height: 30px;
}

.image-preview {
    margin-top: 15px;
}

.fa-pulse {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

.header {
    z-index: 1;
}

.body {
    color: #1B1B1B;
}

.form-control {
    color: #1B1B1B;
}

.show-on-new-category {
    display: none;
}

.date-preset {
    margin-top: 15px;
}

#log_table,
#datatable-node{
    table-layout: fixed;
}

#datatable-node tr td:last-of-type {
    text-align: left !important;
}

.sidebar-left .sidebar-header {
    background: #171717;
}

.nav-card-form {
    display: inline-block;
    position: relative;
    padding-right: 39px;
    top: 5px;
}

.nav-card-form select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.nav-card-form .btn {
    position: absolute;
    right: 0px;
    top: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.header-card {
    display: inline-block;
    margin: 5px 17px 0 0;
    position: relative;
    vertical-align: middle;
}

.header-card label {
    display: inline-block;
    vertical-align: middle;
    color: #3a9544;
    margin-right: 10px;
    margin-bottom: 0px;
}

.header-card .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 250px;
}

.header-business {
    display: inline-block;
    margin: 5px 17px 0 0;
    position: relative;
    vertical-align: middle;
}

.header-business label {
    display: inline-block;
    vertical-align: middle;
    color: #3a9544;
    margin-right: 10px;
    margin-bottom: 0px;
}

.header-business .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 250px;
}

.section-headline-between {
    text-align: center;
    font-size: 30px;
    color: #c5c5c5;
    margin: 0 0 20px;
}

.switch.switch-change .ios-switch.off .state-background,
.switch.switch-change .ios-switch.off .on-background,
.switch.switch-change .ios-switch .state-background {
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    background: #696969;
}

.switch.switch-change .ios-switch .on-background {
    background: #fff;
}

.panel-title.title-left {
    float: left;
    vertical-align: middle;
    display: inline-block;
}

.panel-title.title-right {
    float: right;
    vertical-align: middle;
}

.panel-switch h3 {
    margin-top: 10px;
}

.alert {
    cursor: pointer;
    position: relative;
}

.alert:after {
    position: absolute;
    content: "X";
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.main-phone-support {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #1d2127;
    border-radius: 3px 0 0 0;
    color: #fff;
    padding: 7px 20px;
    font-size: 14px;
}

.form-horizontal .rights-container .checkbox {
    min-height: 22px;
    padding-top: 0;
}

.activate-group,
.deactivate-group {
    cursor: pointer;
}

.show-placeholders {
    font-weight: bold;
    display: block;
    cursor: pointer;
}

.placeholder-container {
    display: none;
}

.tabs-cardstypes .tab-content {
    padding: 0;
}

.tab-content .panel, .tab-content .panel-heading {
    border-radius: 0;
}

.tab-content .panel-heading {
    border-top: 1px solid #DADADA;
}

.tab-content .panel:first-of-type .panel-heading {
    border-top: none;
}

.tab-content .panel {
    margin: 0;
}

.dd-item > button {
    display: none;
}

.dd-item button + .dd-handle {
    padding-left: 10px;
    margin-left: 0;
}

.bundle-box {
    padding: 0 10px 0 10px;
    border: 1px solid #DADADA;
    border-radius: 5px;
    margin-bottom: 10px;
}

.bundle-box .bundle-content {
    display: none;
}

.bundle-box .bundle-box {
    padding-left: 10px;
    margin: 10px -11px -1px 0;
    border-radius: 0;
    border-top-left-radius: 3px;
}

.bundle-box h4 {
    cursor: pointer;
    margin: 0 -10px;
    padding: 10px;
    background: #f6f6f6;
}

.bundle-box .form-group:first-of-type {
    margin-top: 10px;
}

.bundle-box .form-group {
    margin-bottom: 10px;
}

.ms-container {
    width: 100%;
}

.dataTables_wrapper {
    overflow: auto;
}

html.boxed .body {
    max-width: 100%;
}

html.boxed .header {
    top: 0px;
}

html.boxed .inner-wrapper {
    padding-top: 63px;
}

.row.datatables-header.form-inline {
    margin: 0 0 15px;
}

.dataTables_wrapper .datatables-footer {
    margin: 15px 0 0 0;
}

.datatables-header .col-sm-4,
.datatables-header .col-sm-2 {
    padding: 0;
}

.datatables-footer .col-sm-4,
.datatables-footer .col-sm-8 {
    padding: 0;
}

@media(max-width: 767px) {
    .main-phone-support {
        border-radius: 0;
        width: 100%;
        text-align: center;
    }

    .header-card {
        float: right;
    }

    .header-card .form-control{
        width: 120px;
    }
}

@media(max-width: 768px) {
    .panel-title.title-left {
        float: none;
        display: block;
        margin: 0 0 10px;
    }

    .panel-title.title-right {
        float: none;
        display: block;
        margin: 10px 0 0;
    }
}

@media(max-width: 1024px) {
    .header-card {
        margin-top: 0;
    }

    .header .header-right {
        background: #FFF;
        float: none !important;
        height: auto;
        margin-top: 57px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 10px 20px;
    }

    html.boxed .inner-wrapper {
        padding-top: 123px;
    }

    .userbox {
        margin: 0;
    }

    .userbox > a {
        display: flex;
    }

    .header .separator {
        height: 30px;
    }

    .header-business .form-control,
    .header-card .form-control{
        width: 200px;
    }
}

@media(max-width: 767px) {

    .header-business .form-control,
    .header-card .form-control{
        width: 100px;
    }

    .nav-card-form {
        top: 11px;
        float: right;
        margin-right: 14px;
    }

    html.boxed .inner-wrapper {
        padding-top: 0;
    }
}

#retryBatch {
    display:none;
}
