@import url('https://fonts.googleapis.com/css?family=Lato|Ubuntu');
@import url('risbalk.css');
@import url('submenu.css');
@import url('actionsmenu.css');
@import url('datatables.css');
@import url('changelog.css');
@import url('custom-bootstrap4.css');

/*
* Reinten | Zwart, geel, blauw wit 
*
* Zwart: #2b2b2b
* Grijs: #b2b2b2
* Geel: #ffb200
* Lichtgeel: #FFF3D4
* Blauw: #0093ff
* Lichtblauw: #a9daff
* Wit: #fffdf7
*
*/

.yesnoswitch {
    position: relative; width: 104px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.yesnoswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.yesnoswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.yesnoswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.yesnoswitch-inner:before, .yesnoswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.yesnoswitch-inner:before {
    content: "ONLINE";
    padding-left: 10px;
    background-color: #059C00; color: #FFFFFF;
}
.yesnoswitch-inner:after {
    content: "OFFLINE";
    padding-right: 10px;
    background-color: #EEEEEE; color: #FF0000;
    text-align: right;
}

.switch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.yesnoswitch-inner:before, .yesnoswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.yesnoswitch-inner:before {
    content: "JA  ";
    padding-left: 10px;
    background-color: #059C00; color: #FFFFFF;
}
.yesnoswitch-inner:after {
    content: "NEE  ";
    padding-right: 10px;
    background-color: #EEEEEE; color: #FF0000;
    text-align: right;
}


.yesnoswitch-switch {
    display: block; width: 21px; margin: 4.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 70px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.yesnoswitch-checkbox:checked + .yesnoswitch-label .yesnoswitch-inner {
    margin-left: 0;
}
.yesnoswitch-checkbox:checked + .yesnoswitch-label .yesnoswitch-switch {
    right: 0px; 
}

.centreer{
    vertical-align: middle !important;
}
.form-control{
 #   height: auto !important; 
}

#version {
    padding-bottom: 6px !important;
    padding-left: 6px !important;
    z-index: 10;
}

.rowdanger{
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: gray !important;
}

.dtrg-group{
   background-color: #a9daff !important;    
}

[data-number]{
    color: green;
}
[data-number^="-"]{
    color: red;
}

/* STANDAARD HTML */
 

body {
    background-color: #fffdf7;
    color: #2b2b2b;
}
body#master a, body#master a:visited {
    color: #26b3ff;
    text-decoration: none;
     -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
body#master a:hover {
    text-decoration: none;
    color: #ffb200; 
}

body, .modal, input, .form-control {
    font-family: Lato; 
    font-size: 13px;
}

textarea:focus, input:focus { outline: none; }

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

table.audit {
    border: 2px solid #ddd;
    background-color: #fff;
}
 
.app-nav {
    position: fixed;
    top: 49px;
    left: 0;
    width: 100%;
    background-color: #87cbff;
    color: #333;
    z-index: 3;
    border-radius: 0;
    border: none;
    z-index:3;
}

table.dataTable{
    width:100% !important;
}

nav.app-nav {
    padding: 0;
}

div.alertbox {
    position: absolute;
    left: 50%;
    top: 95px;   
}
div.alertbox-edit-ticket {
    position: absolute;
    display: inline;
    right: 0;
    top: 0px;  
}
p#alertbox { 
    position: relative; 
    left: -50%;
}
.alert ul {
    list-style-type: none;
    margin-left: 0;
}
.alert ul li {
    margin-left: -25px;
}


/* BOOTSTRAP 4 CUSTOMIZATION */

.badge-indianred {
    background-color: indianred !important;
}
#data_table .badge{
    padding: .5em !important;
    border-radius: 0;
}

.btn {
    border-radius: 0;
    border: none;
    /*box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);*/
    font-family: Lato; 
    font-size: 13px;
}
a.nav-link, a.dropdown-item {
    font-size: 14px;
} 

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.navbar-default .navbar-toggle:hover {
    background-color: #0062ff !important;
}

/* END BOOTSTRAP 4 CUSTOMIZATION */


.blink {
      animation: blink 2s steps(5, start) infinite;
      -webkit-animation: blink 2s steps(5, start) infinite;
    }
    @keyframes blink {
      to {
        visibility: hidden;
      }
    }
    @-webkit-keyframes blink {
      to {
        visibility: hidden;
      }
    }

.wordwrap {
    padding:30px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    webkit-box-sizing:border-box;
    display:block; 
    white-space: pre-wrap;  
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap; 
    white-space: -o-pre-wrap; 
    word-wrap: break-word; 
    width:100%; overflow-x:auto;
    color: #000;
    background: #fff;
}



.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; 

    line-height: 1 !important;
}
.box-body #monitor {
    line-height: 1.4 !important;
}

/* Summernote toolbar */
.note-toolbar {
    z-index: inherit;
}


/* Ticket / agents / index */
.agent_cat {
    text-transform: lowercase;
    font-variant: small-caps;
}


.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.boxlight {
    position: relative;
    border-radius: 0;
    background: #f9fafc;
    border: 1px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
}
.content {
    /*min-height: 250px;*/
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-toggle {
    border: none;
    color: #fff !important;
    z-index: 10 !important;
    background-color: transparent;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border: none;
    background-color: transparent;
    color: #fff;
}
.navbar-toggle .icon-bar { background-color: #fff !important; }
.navbar-toggle-app {
    border: 1px solid #fff;
    font-size: 14px;
    padding:  6px 10px;
    color: #fff;
    border: none;
    z-index: 10 !important;
    background-color: transparent !important;
}
.navbar-toggle-app:hover {
    border: 1px solid #fff;
    font-size: 14px;
    padding:  6px 10px;
    border: none;
    background-color: transparent !important;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background-color: #61baff;
}



a.dropdown-item, a.dropdown-item:visited, a.dropdown-item:active {
    color: #2b2b2b !important;
}
a.dropdown-item:hover {
    color: #2b2b2b !important;
}



a.navbar-brand h1 { 
    display: inline; font-family: "Ubuntu"; font-size: 24px;
}
a.navbar-brand i:nth-child(1) { 
    font-size: 18px !important; 
}


.navbar-brand{
    font-size: 18px;
}


.navbar-form {
    width: 50%;
}
.search .form-control {
    width: 27em;
}


.sidebar .btn {
    width: 100%;
    padding: 1em;
    border-radius: 0;
}


.app-content {
    margin: 110px 0 !important;
}

.app-content h1 {
    position: relative;
    font-size: 1.3em;
    margin-bottom: .5em;
    padding-bottom: .5em;
    z-index: 0;
}
.app-content .module {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 1em;
    background-color: #fff;
    min-height: 0px !important;
    padding-bottom: 0.5em !important; 
}
.app-content .module .title {
    display: block;
    border-radius:  5px 5px 0 0; 
    padding: 1em;
    color: #fff;
    background-color: #0093ff; 
    -webkit-box-shadow:inset 8px 0px #ffb200;
    -moz-box-shadow:inset 8px 0px #ffb200;
    box-shadow:inset 8px 0px #ffb200;
}
.app-content .module .title:hover { background-color: #008cff; transition: all .5s ease-in; }
.app-content .module .title-config {
    display: block;
    padding: 1em;
    color: #fff;
    background-color: gray;
}
.app-content .module .titleonline {
    color: #fff;
    background-color: #28a745; 
}
.app-content .module .urlonline { 
}
.app-content .module .titleoffline {
    color: #fff;
    background-color: #DC3544; 
}
.app-content .module .urloffline {
    color: #fff;
    background-color: #DC3544; 
}
.app-content .module .titleunknown {
    color: #fff;
    background-color: #DC3544; 
}
.app-content .module .titlenodomain {
    color: #fff;
    background-color: #6c757d; 
}

.app-content .module .links { display: block; padding: 0 1em .5em 1em; }
a.links { color: #0093ff; }
a.links:hover { color: #ffb200; }
a.links i { padding-right: 5px; }
a.title { color: #fffdf7 !important; }
a.title i:nth-child(1) { padding-right: 5px; }
a.title i:nth-child(2) { padding-left: 10px; }

/* main logo - small */
.logo-sm { font-size: .8em; }

/* login box */
@media (max-width: 400px) {
    .login-box { width: 100% !important; }
}
@media (min-width: 401px && max-width: 500px) {
    .login-box { width: 80% !important; }
}
@media (min-width: 501px) {
    .login-box { width: 500px !important; }
}

/* message box */
.message-box {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.message-box.open {
    display: block;
}
.message-box .mb-container {
    position: absolute;
    left: 0px;
    top: 35%;
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    width: 100%;
}
.message-box .mb-container .mb-middle {
    width: 50%;
    left: 25%;
    position: relative;
    color: #FFF;
}
.message-box .mb-container .mb-middle .mb-title {
    width: 100%;
    float: left;
    padding: 10px 0px 0px;
    font-size: 31px;
    font-weight: 400;
    line-height: 36px;
}
.message-box .mb-container .mb-middle .mb-title .fa,
.message-box .mb-container .mb-middle .mb-title .glyphicon {
    font-size: 38px;
    float: left;
    margin-right: 10px;
}
.message-box .mb-container .mb-middle .mb-content {
    width: 100%;
    float: left;
    padding: 10px 0px 0px;
}
.message-box .mb-container .mb-middle .mb-content p {
    margin-bottom: 0px;
}
.message-box .mb-container .mb-middle .mb-footer {
    width: 100%;
    float: left;
    padding: 10px 0px;
}
.message-box.message-box-warning .mb-container {
    background: rgba(254, 162, 35, 0.9);
}
.message-box.message-box-danger .mb-container {
    background: rgba(182, 70, 69, 0.9);
}
.message-box.message-box-info .mb-container {
    background: rgba(63, 186, 228, 0.9);
}
.message-box.message-box-success .mb-container {
    background: rgba(149, 183, 93, 0.9);
}
/* end message box */

.modal {
  overflow-y:auto;
  z-index: 351658240;
}
#employee .row {
    margin-bottom: 1em;
}

.form-control:focus {
    border-color: #ccc !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
} 

.tree ul {
            margin:0 0 0 0 !important;
            padding: 5px 5px !important;
        }
        .tree li,
        .tree li > a,
        .tree li > span {
            padding: 2pt;
            border-radius: 2px;
        }

        .tree li a {
           color:#367fa9;
            text-decoration: none;
            border-radius: 2px;
        }

        .tree li a:hover {
            background-color: #34BC9D;
            color: #fff;
        }

        .active {
            background-color: #367fa9;
            color: #fff;
        }

        .active a {
            color: #fff;
        }

        .tree li a.active:hover {
            background-color: #367fa9;
        }
        .tree li a.active {
            color: #fff;
        }

