/*@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway/Raleway-Regular.woff2') format('woff2'),
    url('fonts/Raleway/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

html, body{
    height: 100%;
}

body{
    background-color: #efefef;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    color: #00315e;
    /*font-family: 'Raleway';*/
}

a{
    text-decoration: none !important;
}

/* Header */

header{
    width: 100%;
    height: 70px;
    line-height: 65px;
}

/* Main */

main{
    padding: 20px;
}


/* Navigation */

#navbar_main, #main{
    padding: 0px;
}

nav ul, nav ul li{
    padding: 0px;
    margin: 0px;
}

nav ul li{
    padding: 10px 20px;
    font-size: 17px;
    margin-bottom: 0px;
}

nav ul li a{
    padding: 0px;
    margin: 0px;
    font-size: 17px;
    position: relative;
}

nav ul li i{
    width: 40px;
    text-align: center;
    padding-right: 20px;
    border-right: 1px solid #636262;
    margin-right: 20px;
    color: #636262;
}

nav ul li.nav-headline{
    background-color: #e6e6e6;
}

nav ul.navbar-nav li.active{
    background-color: #00315e;
    color: white;
}

nav ul.navbar-nav li.active i, nav ul.navbar-nav li.active a{
    color: white;
}

nav ul.navbar-nav li.active i{
    border-right: 1px solid white;
}


/* User Interface & Filter */

#user_interface_filter{
    min-height: 95px;
    border-bottom: 2px solid #e6e6e6;
}

#user_interface_filter .col-md-2, #user_interface_filter .col-md-10{
    padding: 0px;
}

#user_interface_filter #user_interface, #user_interface_filter #filter{
    width: 100%;
    height: auto;
    min-height: 55px;
    margin: 20px 0px;
    padding: 0px 31px;
    padding-right: 40px;
}

#user_interface_filter #user_interface{
    padding: 0px 20px;
    border-right: 1px solid #e6e6e6;
    line-height: 60px;
}

.user_image{
    width: 63px;
    height: 63px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.user_image.user_image_large{
    width: 75px;
    height: 75px;
}

.user_image.user_image_small{
    width: 45px;
    height: 45px;
}


#username{
    margin-left: 10px;
}

/* Login */

#login form{
    background-color: white;
    width: 100%;
    max-width: 545px;
    padding: 0px;
}

#login #login_head, #login #login_content{
    width: 100%;
    height: auto;
    padding: 30px;
}

#login #login_head .icon-box{
    width: 80px;
    height: 80px;
    line-height: 77px;
    font-size: 45px;
}

#login #login_head h1{
    font-size: 26px;
}

#login #login_content .alert{
    border-radius: 0px;
    padding: 10px;
}

#login #login_content .alert ul, #login #login_content .alert ul li{
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

/* Webtools */

.wbt{
    background-color: white;
    margin: 20px;
    border: 1px solid #e6e6e6;
}

.wbt .wbt_left{
    border-right: 2px solid #efefef;
    padding: 20px 30px;
    min-height: 200px;
    position: relative;
}

.wbt_logo{
    width: 100%;
    height: 100px;
    margin: 20px 0px;
    background-position: center;
    background-size: contain;
    display: table;
    background-repeat: no-repeat;
}

.wbt_logo img{
    width: 100%;
}

.wbt .wbt_left .wbt_identifier{
    font-size: 14px;
}

.wbt .wbt_right{
    padding: 20px 30px;
    position: relative;
}

.wbt .wbt_right .wbt_address{
    margin: 20px 0px;
    color: #939393;
}

.wbt_error{
    width: 55px;
    height: 55px;
    background-color: #e05050;
    color: white;
    border-radius: 50%;
    position: absolute;
    right: 55px;
    top: 35px;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    z-index: 999;
}

.text-danger{
    color: #e05050;
}

.alert-danger{
    background-color: #e05050;
    color: white;
}

#webtools_auftritte.wbt_small .wbt_left{
    width: 100% !important;
    display: block !important;
    max-width: 100% !important;
    flex: unset !important;
    border: 0px;
}

#webtools_auftritte.wbt_small .wbt_right{
    display: none !important;
}

.wbt_stat hr{
    opacity: .3;
}

/* Filter */

#filter p{
    margin-bottom: 8px;
    color: #8a8989;
}

#filter .btn{
    height: 45px;
    min-width: 50px;
    line-height: 32px;
}

#filter .filter_entry{
    border-right: 1px solid #e6e6e6;
    padding-left: 5px;
    padding-right: 25px;
}

#filter .filter_entry:not(:first-child){
    padding-left: 25px;
}

#filter .action_bar{
    margin-top: 20px;
}

#filter .btn.dropdown-toggle, #filter .btn-filter{
    margin-top: 10px;
}

/* Wbt Filter */

#wbt_filter_small_view{
    width: 25px;
    height: 25px;
    background-color: #e6e6e6;
    display: inline-block;
    margin-right: 5px;
}

#wbt_filter_large_view{
    width: 50px;
    height: 25px;
    background-color: #e6e6e6;
    display: inline-block;
}
#wbt_filter_view .active{
    background-color: #00315e;
}

#wbt_filter{
    border-right: 1px solid #e6e6e6;
    padding-left: 5px;
    padding-right: 25px;
}

/* Wbt Search */

#wbt_search{
    padding: 9px 25px;
    border-right: 1px solid #e6e6e6;
}

#wbt_search input{
    width: 500px;
    max-width: 100%;
}

/* Wbt Notes  */

#wbt_notes, #wbt_notes_form, .wbt_notes{
    width:80%;
    margin: auto;
}

#wbt_notes .wbt_note, .wbt_notes .wbt_note{
    background-color: white;
    margin-bottom: 20px;
    position: relative;
    min-height: 80px;
    padding: 20px;
    border-radius: 20px;
}

#wbt_notes .wbt_note.wbt_note_left .user_image, .wbt_notes .wbt_note.wbt_note_left .user_image{
    position: absolute;
    left: -85px;
    top: 8px;
}

#wbt_notes .wbt_note.wbt_note_right .user_image, .wbt_notes .wbt_note.wbt_note_right .user_image{
    position: absolute;
    right: -85px;
    top: 8px;
}

#wbt_notes .wbt_note.wbt_note_right, .wbt_notes .wbt_note.wbt_note_right{
    background-color: #00315e;
    color: white !important;
}

#wbt_notes .wbt_note.wbt_note_right .text-light, .wbt_notes .wbt_note.wbt_note_right .text-light{
    color: white !important;
}

#wbt_notes .wbt_note.wbt_note_left::before, .wbt_notes .wbt_note.wbt_note_left::before{
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid white;
    position: absolute;
    left: -10px;
    top: 27px;
}

.wbt_notes.wbt_notes_widget .wbt_note.wbt_note_left::before{
    border-right:10px solid #f8f9fa !important;
}

#wbt_notes .wbt_note.wbt_note_right::before, .wbt_notes .wbt_note.wbt_note_right::before{
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left:10px solid #00315e;
    position: absolute;
    right: -10px;
    top: 27px;
}


#wbt_notes_form{
    padding: 0px 13px;
    position: relative;
}

#wbt_notes_form textarea{
    border-radius: 20px;
    padding: 20px;
}


#wbt_notes ul.wbt_note_actions, #wbt_notes ul.wbt_note_actions li{
    list-style-type: none;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

#wbt_notes .wbt_note.wbt_note_right ul.wbt_note_actions li .wbt_note_action{
    background-color: white;
}

#wbt_notes ul.wbt_note_actions li .wbt_note_action{
    background-color: #e6e6e6;
    color: #00315e;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

#wbt_notes ul.wbt_note_actions{
    position: absolute;
    bottom: 18px;
    display: none;
}

#wbt_notes .wbt_note:hover ul.wbt_note_actions{
    display: block;
}

#wbt_notes ul.wbt_note_actions li{
    cursor: pointer;
}

#wbt_notes .wbt_note_edit textarea{
    color: #00315e;
}

/* Update Assistent */

.wbt_note_right select{
    background: white;
}

/* Multiple Select */

.multiple_select{
    height: 200px !important;
}


/* Wbt Widgets */

.wbt_widget{
    width: 100%;
    height: 100%;
    /*height: auto;
    min-height: 93%;*/
    background-color: white;
    padding: 25px;
}


.wbt_widget .alert{
    margin-bottom: 0px;
}
.nav-item #wbt_notes_count{
    display: inline-block;
    background-color: #ff4e00;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    min-width: 25px;
    height: 25px;
    width: auto;
    padding: 0 2px;
    line-height: 1.5;
    text-align: center;
    position: absolute;
    top: 6px;
    right: 0px;
}

.nav-item #wbt_notes_count::before{
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #ff4e00 transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 5px;
}

.wbt.active{
    border-left: 7px solid green;
}


/* Line Color */

.green-line{
    background-color: #ebfce3;
    color: #44a512;
}

.red-line{
    background-color: #fff6f6;
    color: #c80c05;
}

/* Wbt SEO */

.wbt_widget .groupbox .col-md-3, .wbt_widget .groupbox .col-md-9{
    padding: 0px !important;
}

.wbt_widget .groupbox .row{
    margin-bottom: 15px;
}

.progress-bar{
    background-color: #00315e;
}

.progress{
    background-color: #e6e6e6;
}

/* Alerts */

.alert-light {
    color: #00315e;
    background-color: #efefef;
    border-color: #efefef;
}

/* Icon List */

ul.icon_list, ul.icon_list li{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    line-height: 30px;
    font-size: 18px;
}

ul.icon_list li i{
    display: inline-block;
    margin-right: 10px;
}

ul.benefits i{
    color: #106001;
}

ul.info i{
    color: #c0bebe;
}

.large-i{
    font-size: 100px;
}

/* Tools */

#tools a.wbt_widget:hover{
    background-color: #00315e;
    color: white;
}

/* Placeholder */

.placeholder{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100%;
    display: table-cell;
    vertical-align: middle;
}

/* Tabellen */

.white-table{
    background-color: white;
    border: 1px solid #dee2e6;
    margin: 0px;
}

.white-table td{
    border-right: 1px solid #dee2e6;
}

/* WBT Action */

#wbt_actions .float-left{
    width: 50%;
}

#wbt_actions .wbt_action{
    margin: 2px;
    height: 50px;
    background-color: #efefef;
    text-align: center;
    line-height: 50px;
}

/* Texte */

.text-light{
    color: #939393 !important;
}

.text-white{
    color: white !important;
}

.text-primary{
    color: #00315e !important;
}

/* Action Bar */

ul.action_bar, ul.action_bar li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}


ul.action_bar li{
    display: inline-block;
}

/* Matomo */

ul.matomo_actions, ul.matomo_actions li{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.matomo_actions li{
    margin-bottom: 20px;
}


/* Form Control */

.form-control{
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    height: 45px;
}

.form-control::placeholder{
    color: #e6e6e6;
}

/* Mysql */

#mysql{
    position: relative;
    height: auto;
    margin: -20px;
}

#mysql_window{
    width: 100%;
    padding: 20px;
    min-height: 100px;
}

#mysql_query{
    background-color: #D3DCE3;
    height: auto;
    width: 100%;
    padding: 20px;
}

#mysql textarea{
    height: 150px;
}

.mysql_query_fired{
    background-color: #00315e;
    color: white;
    padding: 20px;
}

/* Shell */

.shell{
    background-color: black;
    color: white;
    margin: -20px;
    min-height: 100%;
    position: absolute;
    width: 100%;
    padding: 20px;
}

/* Alert */

.alert{
    border: 0px;
    border-radius: 0px;
}

.alert ul{
    margin: 0px;
}

/* Progress */

#progress{
    height: 20px;
    width: 100%;
    margin: -20px;
    position:absolute;
}

#progress_bar{
    width: 0%;
    height: 20px;
    background-color: green;
}

#monitoring{
    margin-top: 20px;
}

#monitoring h1{
    font-size: 22px !important;
}

/* Loader */

.loader {
    border: 8px solid white; /* Light grey */
    border-top: 8px solid #00315e; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 40%;
    bottom: 60%;
    left: 50%;
    right: 50%;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

/* Buttons */

.btn{
    border-radius: 0px;
    border: 0px;
}

.btn-primary, .btn-primary:hover{
    background-color: #00315e;
}

.btn-light{
    background-color: #e6e6e6;
    color: #a0a0a0;
}

.btn-filter{
    border-bottom: 4px solid #00315e;
}

.btn-default{
    background-color: #e6e6e6;
}

/* Scroll */

.scroll{
    display: block;
    height: 430px;
    overflow-y: auto;
    padding-right: 20px;
    scrollbar-color: #00315e #efefef;
}

.scroll-x{
    display: block;
    overflow-x: auto;
    scrollbar-color: #00315e #efefef;
}

.scroll-small{
    height: 287px;
}

.scroll::-webkit-scrollbar, .scroll-x::-webkit-scrollbar {
     width: 12px;
     background-color: #efefef;
 }

.scroll-x::-webkit-scrollbar{
    background-color: #ccc;
}

.scroll::-webkit-scrollbar-track{
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #00315e;
}

.scroll-x::-webkit-scrollbar-thumb {
    background-color: #00315e;
}

body::-webkit-scrollbar,  #wbt_notes.scroll::-webkit-scrollbar{
    width: 12px;
    background-color: #e6e6e6;
}

body::-webkit-scrollbar-thumb {
    background-color: #00315e;
}


/* Headlines */

h6{
    font-size: 19px;
}

/* Paginator */

.page-item.active .page-link{
    background-color: #00315e;
    border-color: #00315e;
}

.page-item .page-link{
    color: #00315e;
}

.pagination {
    justify-content: center;
}

/* Tiny Slider */

.tns-outer .tns-nav, .tns-outer button{
    display: none !important;
}

.tinyslider .wbt_widget{
    min-height: 200px;
    margin-bottom: 15px;
}

.tinyslider_actions{
    position: absolute;
    top: 79px;
    width: 100%;
}

.tinyslider_actions .tns_left{
    position: absolute;
    left: 0px;
    padding: 7px !important;
}

.tinyslider_actions .tns_right{
    position: absolute;
    right: 0px;
    padding: 7px !important;
}

/* Modal */

.modal:not(.modal-delete):not(.modal-redmine):not(.modal-console) .modal-dialog{
    height: 100%;
    padding: 0px;
    margin: 0px;
    right: 0px;
    top: 0px;
    position: absolute;
    max-width: 700px !important;
    width: 100%;
}

.modal .modal-content{
    border-radius: 0px;
    border: 0px;
    top: 0px;
    position: absolute;
}

.modal:not(.modal-delete) .modal-content{
    min-height: 100%;
}

.modal-redmine .modal-content{
    min-height: unset;
}

.modal-delete .modal-content{
    background-color: #e05050;
}

.modal-console .modal-content{
    background-color: black;
    color: white;
}

.modal-delete .modal-content *{
    color: white;
    border-color: darkred;
}

.modal-redmine .modal-dialog{
    max-width: 1000px;
}

.modal.modal-redmine .modal-content{
    background-color: #ffffdd;
}

.modal-redmine{
    padding: 0px !important;
}

/* Icons */

.icon-box{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #efefef;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    color: #00315e;
}

.bg-primary .icon-box{
    background-color: white;
    color: #00315e;
}

.wbt .icon-box i{
    display: block;
    margin-top: 7px;
}

/* Background */

.bg-white{
    background-color: white;
}

.bg-primary{
    background-color: #00315e !important;
    color: white;
}

/*.bg-secondary{
    background-color: #e6e6e6 !important;
    color: #00315e !important;
}*/

.bg-primary a, .bg-primary a:hover{
  color: white;
}

.bg-black{
    background-color: #000000;
    color: white;
}

/* Links */

a, a:hover{
    color: #00315e;
}

/* Right */

.right-0{
    right: 0px;
}

/* Cursor */

.pointer{
    cursor: pointer;
}

/* Squares */

.square{
    width: 13px;
    height: 13px;
    display: inline-block;
}

/* Bootstrap */

.row{
    margin: 0px;
}

#main_row{
    height: 100%;
}

/* Mobile Nav */

#mobile_nav, #filter_nav, .head-icon{
    font-size: 24px;
    margin-right: 20px;
    display: none;
}

/* Header Widgets */


#header_widgets .widget{
    position: absolute;
    right: 0px;
    width: 600px;
    max-width: 100%;
    z-index: 9999;
    padding: 20px;
    display: none;
}

#header_widgets .widget tr, #header_widgets .delete_cache{
    display: block;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 10px;
}

#header_widgets .widget tr, #header_widgets .widget tr td{
    border: 0px;
}

/*TODO header a.active{
    border-bottom: 5px solid white;
}*/

#header_widgets .delete_cache{
    color: #00315e !important;
    display: inline-block;
    padding: 20px;
    width: 49%;
    text-align: center;
    font-size: 18px;
}


/* Responsive */

/*@media(min-width: 1200px) and (max-width: 1700px) {

    nav ul li{
        font-size: 16px;
        text-align: center;
    }

    nav ul li *{
        display: block !important;
        margin: auto !important;
        padding: 0px !important;
        text-align: center !important;
        border: 0px !important;
    }

    nav ul li i{
        font-size: 20px;
        margin-bottom: 10px !important;
    }

}
*/
@media(max-width: 1550px){

    .wbt .wbt_left{
        width: 100% !important;
        display: block !important;
        max-width: 100% !important;
        flex: unset !important;
        border: 0px;
    }

    .wbt .wbt_right{
        display: none !important;
    }



}

@media(min-width: 1200px) and (max-width: 1550px) {

    nav ul li{
        text-align: center;
    }

    nav ul li i, nav ul.navbar-nav li.active i{
        padding: 0px;
        margin: 0px;
        border: 0px;
    }

    nav ul li span{
        display: block;
        font-size: 12px;
        text-align: center;
    }

    #username{
        display: none;
    }
}

@media(max-width: 1200px){

    #login #login_head{
        text-align: center;
    }

    #login #login_head *{
        margin: auto !important;
        float: unset !important;
    }

    #login #login_head br{
        display: none;
    }

    #navbar_main, #filter{
        display: none;
    }

    #user_interface{
        border: 0px !important;
    }

    #mobile_nav, #filter_nav{
        display: block;
    }

    #navbar_main, #main{
        width: 100%;
        max-width: unset;
        flex: unset;
    }

    /*div[class^='col-']{
        width: 100% !important;
        display: block;
        max-width: 100% !important;
        flex: unset !important;
        border: 0px;
    }*/

    /*#filter div{
        display: block !important;
        margin: auto !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: unset !important;
        border: 0px !important;
        float: unset;
        padding: 0px !important;
    }

    #filter input{
        display: block !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: unset !important;
        float: unset;
        margin: 20px 0px;
    }*/

}

@media(min-width: 1200px){
    #navbar_main, #filter{
        display: block !important;
    }
}

