﻿* {
    outline: none;
}

html {
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}

/* scsrollbars */
::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}
/* Track */
::-webkit-scrollbar-track {
    border: 1px solid #eee;
    background-color: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
    border: 0px solid #eee;
    background: #eee;
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #fff;
    }


input {
    font-size: 14px;
}

/* Victis app */
.vct-appheader {
    position: relative;
    background-color: transparent;
    vertical-align: middle;
    color: white;
    font-weight: normal;
    height: 36px;
    z-index: 10000;
}

    .vct-appheader .vct-logo {
        height: 36px;
        width: 125px;
        background-repeat: no-repeat;
        background-position-y: 4px;
        float: left;
        margin-left: 25px;
    }

    .vct-appheader .vct-separator {
        position: absolute;
        width: 1px;
        height: 28px;
        left: 155px;
        top: 4px;
        background-color: #FFF;
    }


    .vct-appheader .organisatieinfo {
        min-width: 250px;
        max-width: 50%;
        height: 36px;
        float: right;
        background-color: #E5E5E5;
        padding: 8px 30px 8px 15px;
        color: #000;
        font-weight: normal;
        cursor: pointer;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        z-index: 9999;
        transition-duration: 200ms;
    }

    .vct-appheader .pijl {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #777;
        right: 10px;
        top: 15px;
        transition-duration: 200ms;
    }

.vct-appbody {
    position: absolute;
    top: 38px;
    bottom: 25px;
    left: 0px;
    right: 0px;
}

.vct-appfooter {
    font-size: 11px;
    height: 22px;
    color: #888;
    border-top: 1px solid #ccc;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding: 0px 6px;
    background-color: #f1f1f1;
    line-height: 22px;
}

/* Office 365 look */
.vct-panelheader {
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-size: 14px;
    color: #585858;
    background-color: #fff;
    padding: 0px 10px 0px 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

/* toolbar */
.toolbar {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    line-height: 26px;
}

    .toolbar .tbgroup {
        display: inline;
    }

        .toolbar .tbgroup input {
            line-height: 18px;
            font-size: 12px;
        }

button.tab-headerbutton {
    position: absolute;
    top: -26px;
    right: 0;
}

.vct-panelheader button {
    float: right;
}

button.tab-headerbutton,
.toolbar button,
.vct-panelheader button,
.singlebutton {
    line-height: 24px;
    color: #555;
    margin: 0px;
    padding: 0px 10px;
    cursor: pointer;
    font-size: 12px;
    border: 0px;
    background: none;
}

    button.tab-headerbutton:hover,
    .toolbar button:hover,
    .vct-panelheader button:hover,
    .singlebutton:hover {
        background-color: #E6F2FA;
    }

        button.tab-headerbutton:hover .fa-stack-state,
        .toolbar button:hover .fa-stack-state,
        .vct-panelheader button:hover .fa-stack-state,
        .singlebutton:hover .fa-stack-state {
            background-color: #E6F2FA;
        }

    button.tab-headerbutton span,
    .toolbar button span,
    .vct-panelheader button span,
    .singlebutton span {
        margin-left: 3px;
    }

div.uploadbtn {
    position: absolute;
    right: 0px;
    top: 0px;
}

button.btn-default {
    border: 1px solid #cccccc;
    background: #fff;
    padding: 4px 15px;
}

    button.btn-default:hover {
        background-color: #e6f2fa;
        border: 1px solid #0094ff;
    }




.fa-icon {
    border: 0px;
    cursor: pointer;
    text-align: center;
    font-size: 1.33333333em;
    font-size: 14px;
    position: relative;
}

.fa-stack-state {
    position: absolute;
    right: -30%;
    font-size: 70%;
    bottom: -25%;
    color: #466693;
    background-color: white;
    padding: 1px;
}

.vct-panelfooter {
    position: absolute;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #585858;
    bottom: 0px;
    right: 0px;
    left: 0px;
    border-top: 1px solid #ccc;
    font-size: 11px;
    padding: 0 5px;
}

.vct-panelbody {
    overflow: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}


/* Layout panels */
.ui-splitbar {
    overflow: visible;
}

    .ui-splitbar a {
        display: none;
    }

.ui-layout-column > .ui-splitbar {
    border-right: 3px solid #FFF;
    border-left: 3px solid #FFF;
    background-color: #CCC;
}


.ui-layout-row > .ui-splitbar {
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    background-color: #CCC;
}

.headermenu {
    float: right;
    margin-right: 10px;
    margin-top: 7px;
}

    .headermenu div {
        float: left;
        min-width: 90px;
        text-align: center;
        margin: 0 5px;
    }

    .headermenu a {
        color: white;
        font-size: 14px;
    }

        .headermenu a span i {
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid white;
            margin-top: 1px;
            margin-left: calc(50% - 8px);
            display: block;
        }


/* Specify styling for tooltip contents */
.tooltip.ninfo {
    z-index: 99999999;
}

    .tooltip.ninfo .tooltip-inner {
        color: #000;
        background-color: #fff;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        border: 1px solid #888;
        /*white-space: nowrap;*/
        padding: 5px 15px;
        text-align: left;
        max-width: 100%;
    }
    /* Hide arrow */
    .tooltip.ninfo .tooltip-arrow {
        display: none;
    }

/*geeltje*/

.geeltje {
    position: absolute;
    min-width: 200px;
    min-height: 180px;
    background-color: #ffffb5;
    z-index: 99999;
    transform: rotate(-5deg);
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 10%);
    max-width: 200px;
    max-height: 400px;
    padding: 10px;
    overflow-y: auto;
}

    .geeltje ul {
        padding-left: 20px;
    }

    .geeltje ul {
        list-style-type: none;
        overflow-y: auto;
        top: 10px;
        position: absolute;
        height: calc(100% - 20px);
        padding-top: 0px;
        padding-right: 10px;
    }

        .geeltje ul > li:before {
            content: '-    ';
            position: absolute;
            left: 10px;
        }

    .geeltje:hover {
        opacity: .7;
        cursor: move;
    }

    .geeltje .close {
        position: absolute;
        top: 5px;
        right: 7px;
        width: 20px;
        height: 20px;
        background-size: 20px;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAEJ0lEQVR4nO2ZeahVVRTGf77KMs0cEp/Qg0zD5xwpmWiEkjig9ocZpokpas7DU9PIoOAhUjYIhmgqCE48UhMDHwmhOVUqhagoJJQ4pThWWpbvysLvwOZy7z3n3H24IZwPNpx7z1rf3mtP69v7QIoUKVKkuA9QD2gDdFPpCDwNVABNgSbcBxgEnAIyEcpfwHngJHAI2AlsBmqANcAKYCmwWOUz/bcR+FL2O/U8JMkg+gD/qZEX1DgrRxSclUvA9YiBxi0LkwpknwitF8si2DfRdOsAPA+8DAwD3gQmAlOA+Spngf3ANuBPYKps7HmTOvBfoLVvEGUiqwMakfyaqwYeAyYDLwEtgePAu3r/vTpxjG9lDZx5XwoMAGYpiOXAHdVvI+WFRiK6QWkxGtgDfKH6p/kSPi6ia5QWD2jKfav6p/sSNhPR5QI2Az22ySc0bayebMzUNm71z8ATLUR0sYDNVdnYNHgkBrftbCfka43OhUUh7yOjXETWM/nwOnBTdnsjZvi2wK/y+QlonsPGVMRvSQXypIjOhNg9C5x2GmZTJh86O1NmX4HA2wA7ZGc7mReeEZFl7zC0dmTMD3nyTlett4xkSMMQzmrZzsYTXUR0NMa8D0amFnjIeVcJ/K53XwEPR+BbJPsqPPGCiH6M4dPB6fUNUgcVzpr4JmIQSFQmEkgfEX0X06+3swGsBH7R8y6phaj4UH5zSUC+B9MkLoZI8GWcTSDumeXjpAIZJqKtRfg2kAAMAhlZBMen8p2HJ0Y6+eEVibmoEmOrfG85es02j1y7nSvTy3X6REeHRDL7WBHZQl0bI3Mvc6RNR+1SGSU4a6iLnioBzL6/npfLz9rhhUki+jyGz3xnJGzRo3xx0NkBH83jW571e718XsUTM0VkuWF3joqyMUqHsDtaXy5aOZJji6ZfNlZn/f5a9sEIFY15ItqkY2uhNdIX+CdEG3XSkSCjRoetub2y7YUnForIpEJj4Lk8PdnFaeCSEM4XnRzzUYjtSdm1wxPvicgq/gM4kGN6VUhUBiNXFjE/3ZbPggJ212RjBzwvBAv3kwLT4LCTtaNKD8MIrSVbU4Pz2ARbt6vZikKVM7Vaqid7ZNnskdot5qZxvK5+8gVyRfXbtPbCdBH9LVKT3q9ROpxT/daJXnhLRHal+X/glOp/ypdonKNgDe0l7UuFY6rf6vXCUBHZXe92HVED8ddbR1yUqcNOez4jUulL1NSR4qscrTVbQXXXxYFJ9Df0zhJnP9+KuZdg6yQ26yfAxwcK5LYWe61+2yeCt4GfFchwYIIqrtbldaHSTz6jdHFdpZxip8J1ztb7PgnhQQXjHpJKUeqkonMpCS+0kgq13pujG/PFUsar9SGnRiMWfKzZ5XxPOaQjc/AuGN0a+S8T3zu6nfdeFylSpEiRIgURcBc0DGr13X213QAAAABJRU5ErkJggg==');
        opacity: .8;
    }

    .geeltje ul::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,.1);
        border: 2px solid #ffffb5;
        border-radius: 8px;
        background-clip: border-box;
    }

    .geeltje ul::-webkit-scrollbar {
        width: 10px;
        background-color: #ffffb5;
        border: 0px;
    }

    .geeltje ul::-webkit-scrollbar-track {
        border: 0px;
        background-color: #ffffb5;
    }
