    /*****************************************************************************************
    ** BOX MODEL                                                                            **
    *****************************************************************************************/
    *, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*****************************************************************************************
    ** RESET                                                                                **
    *****************************************************************************************/
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }

    body {
        line-height: 1;
    }

    ol, ul {
        list-style: none;
    }

    blockquote, q {
        quotes: none;
    }

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

    /* remember to define focus styles! */
    :focus {
        outline: 0;
    }

    /* remember to highlight inserts somehow! */
    ins {
        text-decoration: none;
    }

    del {
        text-decoration: line-through;
    }

    /* tables still need 'cellspacing="0"' in the markup */
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

        .responsiveimg {
            width:100%;
            height:auto !important;
            display:block;
        }

        body {
            font-size:13px;
        }

    #msg {
        border: 1px solid black;
        background-color: #FEC1C1;
        padding: 10px;
    }

    #msg h2 {
        text-decoration: underline;
    }

    .size-debugger {
        padding: 20px 0px;
        background-color: #FF0000;
        color: #FFFFFF;
        font-size: 30px;
    }

    div.clear {
        width: 100%;
        float: left;
        clear: both;
        display: block;
    }

    h1, h2 {
        padding-left: 15px;
        padding-bottom: 25px;
        font-size: 24px;
    }

    p {
        padding-bottom: 15px;
    }

    div#ff-bar {
        background: #FFFEE0;
        border: 1px solid black;
        display: none;
    }

    div#login_panel {
        margin-top: 50px;
    }

    div#loggeduser {
        float: left;
        padding: 0 30px;
        line-height: 50px;
    }

    div#icons {
        float: left;
        padding: 0 30px;
        line-height: 50px;
    }

    .clear {
        display: block;
        width: 100%;
        clear: both;
    }

    .header-middle {
        float: right;
    }

    .pagina_container {
        margin-top: 20px;
    }

    div.actionbar {
        padding-bottom: 20px;
        /* text-align:right; */
    }

    #icons {
        margin-top: 5px;
    }

    .edited {
        background-color: #EEEEEE;
    }

    table.table tr:hover {
        background-color: #EFEFEF;
    }

    table i {
        margin-right: 10px;
    }

    table i.no-right-margin {
        margin-right: 0px;
    }

    a {
        color: black;
    }

    .lightgrey {
        color: #CCCCCC;
    }

    .borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
        border: none !important;
    }

    @media (min-width: 768px) {
        .navbar-header {
            width: 90%;
        }
    }

    a.white {
        color: #FFFFFF;
    }

    a.btn > i .fa {
        font-size: 14px;
    }

    div.alert ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    div.alert ul li {
        padding: 4px 0;
    }

    div.alert ul li span.msg-time {
        margin: 0 0 0 25px;
    }

    .datum_select {
        padding: 0 !important;
    }

    div#support-info {
        margin: 50px 0 0 20px;
        color: #AAAAAA;
    }
	
    div#support-info a{
        color: #AAAAAA;
    }	

    div.support-title {
        font-size: 21px;
        font-weight: bold;
        line-height: 17px;
        padding: 0 0 10px 0;
    }

    .align-right
    {
        text-align: right;
    }

    /* file uploader beter stylen */
    div#uploader-feedback {
        float: left;
        clear: both;
        width: 100%;
        height: 35px;
        font-size: 12px;
        font-style: italic;
        color: #DDDDDD;
        padding: 4px 4px 4px 15px;
    }

    label#fileselector {
        position: relative;
        overflow: hidden;
        float: left;

    }

    input#fileselector-input {
        display: block;
        position: absolute !important;
        top: 0;
        right: 5000px !important;
        opacity: 0;
        font-size: 100px;
        filter: alpha(opacity=0) !important;
        cursor: pointer;
    }

    select.pagination-select {
        float: left;
        margin: 0px 10px;
        display: block;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    span.filter-results {
        float: right;
        font-size: 9px;
        letter-spacing: 1px;
    }

    .red {
        color: red;
    }

    .orange {
            color:orange;
    }

    .green {
            color:green;
    }

    .edited {

    }
	
	.large {
		font-size:120%;
	}
	
	.italic {
		font-style:italic
	}
	
	.bold {
		font-weight:bold;
	}

    .grey {
        color: #bbbbbb !important;
    }
    .grey a {
        color: #bbbbbb !important;
    }

    .sortable2 tr td:first-child:before,
    .sortable tr td:first-child:before {
      font-family: FontAwesome;
      content: "\f338";
      font-family: 'Font Awesome\ 5 Free';
      font-weight: 900;
        padding-right:7px;
    }

    .ui-sortable-placeholder {
        visibility: visible !important;
        border: none;
        padding: 10px;
        height: 50px;
        background: rgba(200, 200, 200, 0.5) !important;
    }

    ul#languages {
        margin-bottom: 15px;
    }

    .tab-pane h3 {
        padding: 10px 0px;
    }

    .info-cloud {
        position: relative;
        cursor: pointer;
        display: inline-block;
    }

    .bubble {
        line-height: 110%;
        position: absolute;
        min-height: 50px;
        max-height: 350px;
        overflow: auto;
        width: 300px;
        padding: 20px;
        background: #FFFFFF;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        z-index: 1000;

        -webkit-box-shadow: 10px 10px 39px -6px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 10px 10px 39px -6px rgba(0, 0, 0, 0.75);
        box-shadow: 10px 10px 39px -6px rgba(0, 0, 0, 0.75);
    }

    .bubble:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        z-index: 1;
    }

    .bubble-lt {
        left: 33px;
        top: -20px;
    }

    .bubble-lt:after {
        border-style: solid;
        border-width: 13px 14px 13px 0;
        border-color: transparent #FFFFFF;
        left: -14px;
        top: 15px;
    }

    .bubble-lb {
        left: -20px;
        bottom: 33px;
    }

    .bubble-lb:after {
        border-style: solid;
        border-width: 15px 15px 0;
        border-color: #FFFFFF transparent;
        bottom: -15px;
        left: 14px;
    }

    .bubble-rt {
        right: 33px;
        top: -20px;
    }

    .bubble-rt:after {
        border-style: solid;
        border-width: 15px 0 15px 15px;
        border-color: transparent #FFFFFF;
        right: -15px;
        top: 13px;
    }

    .bubble-rb {
        right: 33px;
        bottom: -20px;
    }

    .bubble-rb:after {
        border-style: solid;
        border-width: 15px 0 15px 15px;
        border-color: transparent #FFFFFF;
        right: -15px;
        top: 75px;
    }

    .counters
    {
        display:block;
        float:right;
        width:250px;
        height:25px;
        font-size:11px;
        text-align:right;
        padding-top:4px;
    }

    .badge-inline {
        font-size: 9px;
        display:inline-block;
        padding: 0 4px;
        height: 18px;
        line-height: 18px;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        background: rgba(0,0,0,1);
        font-weight:bold;
    }

    .badge {
        font-size: 9px;
        display:block;
        position: absolute;
        top: -10px;
        right: -6px;
        padding: 0;
        width: 18px;
        height: 18px;
        line-height: 17px;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        background: rgba(255,0,0,0.6);
          font-weight:bold;
    }

    .badgeImageCount {
        font-size: 7px;
        display:block;
        position: absolute;
        margin-top: -26px;
        margin-left: 14px;
        padding: 0;
        width: 14px;
        height: 14px;
        line-height: 14px;
        border-radius: 50%;
        text-align: center;
        color: #FFF;
        background: #3c3d3f;
          font-weight:bold;
    }

    .badgeCount {
      padding: 1px 5px;
      width: 18px;
      height: 18px;
      line-height: 14px;
      border-radius: 50%;
      text-align: center;
      color: #FFF;
      background: #3c3d3f;
      font-weight:bold;
    }

    .koppelingene {
        color:white;
        width:20px;
        height:20px;
        text-align:center;
        font-size:9px;
        border-radius:50%;
        line-height:20px;
        display:block;
        float:right;
    }

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

    .cursor-pointer:hover {
        cursor:pointer;
    }

    .m-xs {
      margin: 10px !important;
    }
    .m-sm {
      margin: 20px !important;
    }
    .m-md {
      margin: 30px !important;
    }
    .m-lg {
      margin: 40px !important;
    }

    .p-xs {
      padding: 10px !important;
    }
    .p-sm {
      padding: 20px !important;
    }
    .p-md {
      padding: 30px !important;
    }
    .p-lg {
      padding: 40px !important;
    }


    .m-xs-top
    {
        margin-top: 10px !important;
    }
    .m-sm-top
    {
        margin-top: 20px !important;
    }
    .m-md-top
    {
        margin-top: 30px !important;
    }
    .m-lg-top
    {
        margin-top: 40px !important;
    }

    .p-xs-top
    {
        padding-top: 10px !important;
    }
    .p-sm-top
    {
        padding-top: 20px !important;
    }
    .p-md-top
    {
        padding-top: 30px !important;
    }
    .p-lg-top
    {
        padding: 40px !important;
    }

    .m-xs-bottom
    {
        margin-bottom: 10px !important;
    }
    .m-sm-bottom
    {
        margin-bottom: 20px !important;
    }
    .m-md-bottom
    {
        margin-bottom: 30px !important;
    }
    .m-lg-bottom
    {
        margin-bottom: 40px !important;
    }

    .p-xs-bottom
    {
        padding-bottom: 10px !important;
    }
    .p-sm-bottom
    {
        padding-bottom: 20px !important;
    }
    .p-md-bottom
    {
        padding-bottom: 30px !important;
    }
    .p-lg-bottom
    {
        padding-bottom: 40px !important;
    }



    .m-xs-right
    {
        margin-right: 10px !important;
    }
    .m-sm-right
    {
        margin-right: 20px !important;
    }
    .m-md-right
    {
        margin-right: 30px !important;
    }
    .m-lg-right
    {
        margin-right: 40px !important;
    }

    .p-xs-right
    {
        padding-right: 10px !important;
    }
    .p-sm-right
    {
        padding-right: 20px !important;
    }
    .p-md-right
    {
        padding-right: 30px !important;
    }
    .p-lg-right
    {
        padding-right: 40px !important;
    }




    .m-xs-left
    {
        margin-left: 10px !important;
    }
    .m-sm-left
    {
        margin-left: 20px !important;
    }
    .m-md-left
    {
        margin-left: 30px !important;
    }
    .m-lg-left
    {
        margin-left: 40px !important;
    }

    .p-xs-left
    {
        padding-left: 10px !important;
    }
    .p-sm-left
    {
        padding-left: 20px !important;
    }
    .p-md-left
    {
        padding-left: 30px !important;
    }
    .p-lg-left
    {
        padding-left: 40px !important;
    }


    .row-eq-height
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }


    @media only screen and (max-width : 479px)
    {
        /*.row-eq-height-xs
        {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display:         flex;
        }*/

    }

    @media only screen and (min-width: 480px) and (max-width: 767px)
    {
        .row-eq-height-xs
        {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display:         flex;
        }

    }
    @media only screen and (min-width: 768px) and (max-width: 991px)
    {
        .row-eq-height-sm
        {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display:         flex;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px)
    {
        .row-eq-height-md
        {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display:         flex;
        }
    }

    @media only screen and (min-width : 1200px)
    {
        .row-eq-height-lg
        {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display:         flex;
        }
    }


    .no-spacing
    {
        padding: 0 !important;
        margin: 0 !important;
    }
    .no-spacing-left
    {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .no-spacing-right
    {
        padding-right: 0 !important;
        margin-right: 0 !important;
    }
    .no-spacing-top
    {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .no-spacing-bottom
    {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }


    .not-no-spacing-right
    {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .not-no-spacing-left
    {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
    }
    .not-no-spacing-top
    {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .not-no-spacing-bottom
    {
        padding-right: 0 !important;
        margin-right: 0 !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    .form-group{
        position: relative;
    }
    .translate_addon{
        position: absolute;
        right: 7px;
        top: 9px;
    }


    .text-align-right {
        text-align:right;

    }

    .paddingbottom {
        padding-bottom:20px;
    }

    .not_installed {
        background-color:red;
    }

    /* cache dialog */
    .ui-dialog {
        z-index:998;
    }

    #CacheModal {
      z-index:9999!important;
    }

    #CacheModalContent
    {
        color: #262626 !important;
        max-height: 70vh;
        overflow: auto;
    }

    #CacheModalContent code
    {
        color: #262626 !important;
    }


    .right {
        float:right;
    }

    .license-noti
    {
        padding-top: 15px;
        background-color: #888888;
        border: thin solid black;
        border-radius: 25px;
        font-size: 24px;
        color: white;
        line-height: normal;
        text-align: center;
    }



    .license-noti i
    {
        color: yellow;
    }

    .text-lime
    {
        color: #00FF00;
    }

    .text-red
    {
        color: red;
    }

    .text-yellow
    {
        color: yellow;
    }

    /* Handleidingen */
    .tutorial_video {
      background-color: grey;
      width:100%;
      height:275px;
      max-width:450px;
    }


    .form-pin {
        display:inline;
        width:30px;
        height:30px;
        margin-right:6px;
        border:1px solid #888888;
        text-align:center;
    }

    select.form-subtle,
    input.form-subtle {
        width:100%;
        border:1px solid #EEEEEE;
        font-size:11px;
        color:#CCCCCC;
        padding:5px;
    }

    /* media uploader */
    div#uploader {
        margin-top: 50px!important;
    }

    form#uploader_import #uploaderBox {
        border: 2px dashed grey;
        width: 100%;
        padding: 50px 15px;
        text-align: center;
        outline: none;
        border-radius: 2px;
        cursor: pointer;
        text-transform: uppercase;
    }

    form#uploader_import #uploaderBox #uploaderImage{
        /* hides the text i guess */
        color: transparent;
        width: 100%;
    }

    form#uploader_import #uploaderBox #uploaderImage::-webkit-file-upload-button {
        display: flex;
        align-items: center;
        margin: 0 auto;
        justify-content: center;
        cursor: pointer;
        margin-top: 15px;
        padding: 12px 26px;
        text-transform: uppercase;
        background-color: #007a96;
        color: #ffffff;
        border-radius: 2px;
        cursor: pointer;
        line-height: 1;
        border: none;
        outline: none;
    }

    form#uploader_import #uploaderSubmit{
        cursor: pointer;
        border-radius: 2px;
        padding: 8px 6px;
        font-size: 16px;
        font-weight: 500;
        width: 100%;
        margin-top: 20px!important;
        outline: none;
        text-transform: uppercase;
    }

    .setup-suggestion {
        display:block;
        margin-top:4px;
        margin-bottom:4px;
        margin-left:29px;
        font-size:10px;
        padding:10px;
        color: #856404;
        background-color:#fff3cd;
        border-color:#ffeeba;
        border-radius:4px;

    }

    .setup-suggestion > span {
        display:block;
        float:left;
        width:100%;
        padding-top:5px;
    }

    .uitstellen-icon {
        position:relative;
    }

    .icon-dropdown{
        position:absolute;
        top:15px;
        right:0px;
        padding:5px;
        background-color:red;
        width:120px;
        z-index: 999;
        display:none;
    }

    .icon-dropdown.active {
         display:block;
     }

    .icon-dropdown-list{
        line-height: 2;
        color: white;
        font-size: 13px;
        float: left;

    }

	.codemirror {
		height: auto;
	}


	.icon-with-badge {
		
		position:relative;
		

		
	}
	
	.icon-with-badge .icon-badge {
		position:absolute;
		background-color:rgba(255,0,0,0.6);
		right:3px;
		top:-12px;
		border-radius:6px;
		color:white;
		width:14px;
		height:14px;
		font-size:8px;
		display:block;
		text-align:center;
		line-height:14px;
	}

	.checkbox.title {
		margin-top:13px;
		float:left;
		width:100%;
	}
	
	.checkbox.title:first-child {
		margin-top:0px;
	}


