/*color scheme: do not reference as most browsers do not support it yet*/
:root {
    var-backcolor: #84CCD5;
    var-navcolor: rgb(100,57,126);
    var-titlecolor: rgb(100,57,126);
    var-newcolor: #13AD18;
    var-submenu: #9EC4C9;
    var-submenuover: #B5E0E6;
    var-menugreyed: #5C8E95;
    var-menuover: #4F7A7F;
    var-alertred: #E30613;
    var-alertorange: #FFA700;
    var-alertgreen: #00C800;
    var-alertpurple: #773F9B;
    var-cancel: #D34A4D;
    var-save: #30C94D;
    var-search: #A7DAE1;
    var-warning: red;
}

html,
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin: 0px;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

h4 {
    margin: 3px;
    margin-top: 5px;
    margin-bottom: 8px;
}

.loginbody {
    background-color: #d9d9d9;
}

.loginpage {
    height: 800px;
    width: 76%;
    overflow: hidden;
    margin: auto;
    display: inline-block;
    text-align: center;
}

.loginform {
    max-width: 400px;
    margin: auto;
}

.loginheadertext {
    text-align: left;
    background-color: rgba(255,255,255,0.3);
    max-width: 484px;
    margin: auto;
}

    .loginheadertext p {
        padding: 4px;
    }

.menumain {
    width: 76%;
    display: inline-block;
    text-align: center;
}

.menutitle {
    display: inline-block;
    color: white;
    margin-top: 40px;
    /*height: 60px;*/
    /*width:232px;*/
    line-height: 30px;
    vertical-align: middle;
    margin-left: 20px;
    font-weight: bold;
    padding: 0;
}

.site {
    height: 100%;
    width: 100%;
    display: block;
    max-width: 990px;
    background-color: white;
    margin: 0 auto;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../Images/BeginSchermMobile.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../Images/BeginSchermMobile.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 990px 1200px;
    background-size: cover;
    text-align: center;
    overflow-y: auto;
}

    .site.byndall, .site.leasing.process {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../Images/LoginBack.jpg");
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../Images/LoginBack.jpg");
    }

.titlebar {
    margin: 0 auto;
    padding: 0px;
    color: white;
    height: 30px;
    width: 100%;
    display: table;
    margin: 0px;
}

.micrologo {
    background-color: white;
    padding: 0px;
    height: 30px;
    width: 30px;
    /* background-image: url(~/Images/Rd.png);
   background-size: 100%;
   -moz-background-size: 100%;
   -webkit-background-size: 100%;
   background-repeat: no-repeat;*/
    float: left;
    display: table-cell;
    cursor: pointer;
}

.mainimage {
    width: 60%;
    max-width: 200px;
    height: auto;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    display: block
}
/*.mainimage
{
    margin-left: auto;
    margin-right: auto;
    display:block
}*/
.companycontainer {
    width: 222px;
    height: 30px;
    /*overflow: hidden;*/
    border: none;
    float: left;
    display: table-cell;
}

.companyselector:hover {
    background-color: rgba(0,0,0,0.2);
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}

.companyselector {
    position: relative;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    cursor: pointer;
    width: 212px;
    margin-left: 0px;
    padding-left: 10px;
    margin-right: 10px;
    height: 30px;
    background: url("../Images/dropdown.png") no-repeat transparent;
    background-size: 30px 30px;
    background-position: 190px 0px;
    border: none;
    color: white;
}

.actionselect, .groupselect {
    position: absolute;
    display: table-cell;
    left: 231px;
    top: 0px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    font-weight: normal;
}

.actionselector, .groupselector {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    cursor: pointer;
    width: 252px;
    margin: 0 0 0 0;
    height: 30px;
    background: url("../Images/dropdown.png") no-repeat transparent;
    background-size: 30px 30px;
    background-position: 212px 0px;
    border: none;
    color: white;
}
.minifilter {
    width: 30px;
}
    .minifilter > .groupselector {
        width: 30px;
        background-position-x: 0;
    }
    .minifilter .styledSelectGroup{
        overflow: hidden;
        color: transparent;
    }
.breadcrum {
    /* width: 600px;   random choice */
    height: 30px;
    overflow: hidden;
    border: none;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
    line-height: 24px;
    display: table-cell;
}

    .breadcrum a {
        text-decoration: underline
    }

.dashboardselector, .gridselector {
    position: relative;
    left: 0px;
    float: left;
    width: 220px;
    padding-left: 0px;
    display: table-cell;
}
.gridselector {
    width:252px;
}
.printbox {
    position: relative;
    right: 290px;
    float: right;
    width: 30px;
    height: 30px;
    padding-left: 0px;
    display: table-cell;
}

.printimage {
    display: table-cell;
    float: left;
    height: 28px;
    width: 28px;
    cursor: pointer;
    margin-left: 5px;
}

.searchbox {
    position: absolute;
    right: 0px;
    float: left;
    width: 290px;
    height: 30px;
    padding-left: 0px;
    /*background: url(../Images/zoek.png) no-repeat left rgb(100,57,126);
    background-size: 30px 30px;*/
    display: table-cell;
}

.searchentry {
    font: inherit;
    margin-left: 0px;
    height: 30px;
    padding-left: 3px;
    line-height: 30px;
}

.searchtext {
    font: inherit;
    height: 20px;
    line-height: 20px;
    color: white;
    width: 248px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 0px;
    border-left: 1px solid white;
    padding: 3px;
    margin-top: 2px;
}

.dateselector {
    width: 250px;
    margin-right: 20px;
    line-height: 30px;
}

.datefilterselect, .filterselect {
    border-left: 1px solid white;
    border-right: 1px solid white;
    font-weight: normal;
}
    .datefilterselect .styledSelectDown, .datefilterselect .styledSelectAction {
        color: white;
    }
.filterselect{
    position:absolute;
    left:300px;
}
.navigator {
    top: 30px;
    left: 0px;
    position: absolute;
    width: 252px;
    height: 100%;
    margin: 0px;
    /*overflow: hidden;*/
    color: white;
    padding: 0px;
}

.groupodd {
    background-color: rgba(0,155,255,0.2);
}

.featured {
    /*position: absolute;
    top:0px;*/
}

.content-wrapper {
    position: absolute;
    top: 0px;
    padding: 0px;
}

.personalbox {
    display: inline-block;
    cursor: pointer;
    top: 0px;
    margin: 0px;
    height: 189px;
    width: 252px;
    color: white;
}

.pagephoto {
    position: absolute;
    left: 500px;
    top: 20px;
    display: block;
    width: 109px;
    height: 109px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

.pagephotooverlay {
    position: absolute;
    left: 500px;
    top: 20px;
    display: block;
    width: 109px;
    height: 109px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

.profilephoto, .carphoto, .webphoto {
    display: block;
    width: 96px;
    height: 96px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
    margin-bottom: 7px;
    border-radius: 55px;
    background-position: -7px -7px;
    background-size: 110px 110px;
}

.carphoto, .webphoto {
    border-radius: 5px;
    height: unset;
}

.webphoto {
    margin-left: 150px;
}

.profileoverlay {
    display: block;
    width: 110px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 55px;
}

.profilephotooverlay {
    position: absolute;
    left: 71px;
    top: 0%;
    display: block;
    width: 110px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

.menupersonname {
    font-size: 1.2em;
    width: 252px;
    text-align: center
}

.menupersonrole {
    width: 252px;
    text-align: center;
    font-size: 0.9em;
}

.companylogo {
    display: block;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 10px;
}

.printheader {
    display: none;
}

.printtitle {
    position: relative;
    top: 50px;
    left: 200px;
    padding-left: 20px;
    font-size: 1.4em;
    width: 100%;
}

.printheaderlogo {
    display: block;
    float: left;
    width: 200px;
    height: 120px;
    margin-left: 20px;
}

.printheaderimage {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.footerleft {
    font-weight: bold;
}

.printpageno, .printtopageno {
    font-weight: bold;
}

.printdate {
    position: relative;
    top: 80px;
    left: 0px;
    float: right;
    position: relative;
    text-align: right;
    width: 100%;
}

.printcompanyname {
    display: block;
    float: right;
    font-weight: bold;
}

.loginbox {
    height: 30px;
    width: 222px;
    margin-left: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid white;
}

.menutextbox,
.menupassword {
    margin: 7px 0 7px 0;
    padding-left: 10px;
    font: inherit;
    height: 30px;
    width: calc( 100% - 10px);
    color: white;
    background-color: rgba(255, 255, 255, 0.3);
    border: 0;
}
/*.menutextbox
{
    font: inherit;
    height: 30px;
    width:232px;
    float:right;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.menupassword
{
    font:inherit;
    height: 30px;
    width:232px;
    float:right;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
}*/
.menucontainer {
    margin: 7px 0 7px 0;
    font-size: 0.8em;
    display: inline-block;
    height: 30px;
    width: calc( 100% - 10px);
    line-height: 30px;
    vertical-align: middle;
    position: relative;
}
/*.menucontainer
{
    float:right;
    display:table;
    height:30px;
}*/
.menubutton {
    -webkit-appearance: none;
    font: inherit;
    font-size: 1.25em;
    padding-left: 10px;
    height: 30px;
    width: 100%;
    border: 0px solid white;
    background-color: #13AD18;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
/*.menubutton
{
    font: inherit;
    height: 30px;
    width: 90px;
    float: right;
    border: 1px solid white;
    background-color:  #13AD18;
    color:white;
    font-weight: bold;
    position:relative;
    display: table-cell;
    cursor: pointer;
}*/
.menulink {
    text-decoration: underline;
    text-align: right;
    width: 100px;
    vertical-align: middle;
    margin-left: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.25em;
}

    .menulink a {
        text-decoration: underline;
    }

.menucheckbox {
    text-align: left;
    width: 110px;
    vertical-align: middle;
    margin-left: 20px;
    padding-right: 35px;
    line-height: 30px;
    position: relative;
    display: table-cell;
    color: white;
    font-size: 1.25em;
}

.createuserbox {
}

.menuitem {
    height: 30px;
    width: 217px;
    line-height: 30px;
    padding-left: 25px;
    padding-right: 10px;
    margin-right: 0px;
    display: table;
}

.menuimage {
    width: 30px;
    height: 30px;
    display: table-cell;
    float: left;
    margin: 0px;
    margin-right: 5px;
    padding: 0px;
    border: none;
}

.menutext {
    display: table-cell;
    float: left;
    padding-top: 0px;
    padding-left: 5px;
    height: 30px;
    width: 167px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0px;
    overflow: hidden;
}

.menuitemselected {
    height: 30px;
    width: 217px;
    line-height: 30px;
    padding-left: 25px;
    padding-right: 10px;
    display: table;
}

.menuSubitem {
    position: absolute;
    height: 30px;
    width: 252px;
    border: 1px solid rgba(0,0,0,0.2);
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: black;
    display: table;
    background-color: rgba(255,255,255,0.5);
    z-index: 2;
}

.menuSubitemSelected {
    position: absolute;
    height: 30px;
    width: 252px;
    border: 1px solid rgba(0,0,0,0.2);
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    display: table;
    background-color: rgba(0,0,0,0.40);
    z-index: 2;
}

.moduleimage {
    height: 28px;
    display: table-cell;
    float: left;
    margin: 0px;
    margin-right: 5px;
    padding: 0px;
    border: none;
}

.modulebold {
    height: 26px;
    display: table-cell;
    float: left;
    margin: 0px;
    margin-top: 2px;
    padding: 0px;
    border: none;
    font-weight: bold;
    font-size: 1.2em;
}

.modulelight {
    height: 26px;
    display: table-cell;
    float: left;
    margin: 0px;
    margin-top: 2px;
    padding: 0px;
    border: none;
    font-weight: normal;
    font-size: 1.2em;
}

.redalert {
    background-color: #E30613;
    margin-top: 6px;
    height: 18px;
    width: 18px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 50%;
    float: right;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    font-size: 0.7em;
}

.orangealert {
    background-color: #FFA700;
    margin-top: 6px;
    height: 18px;
    width: 18px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 50%;
    float: right;
    text-align: center;
    vertical-align: middle;
    line-height: 19px;
    font-size: 0.7em;
}

.greenalert, .whitealert {
    margin-top: 6px;
    height: 18px;
    width: 18px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 50%;
    float: right;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    font-size: 0.7em;
}

.greenalert {
    background-color: #00C800;
}

.whitealert {
    background-color: #FFFFFF;
}

.columnstatus .greenalert {
    margin-left: 10px;
    margin-top: 2px;
    float: left;
}

.columnstatus .redalert {
    margin-left: 10px;
    margin-top: 2px;
    float: left;
}

.columnstatus .orangealert {
    margin-left: 10px;
    margin-top: 2px;
    float: left;
}

.columnstatus .purplealert {
    margin-left: 10px;
    margin-top: 2px;
    float: left;
}

.menuseparator {
    width: 252px;
    height: 10px;
    border-bottom: 1px solid white;
}

.menuitembottom, .newmenuitembottom, .menuitembottomselected {
    width: 45px;
    max-height: 30px;
    text-align: center;
    float: left;
    color: transparent
}

.menuseparatorbottom {
    width: 5px;
    height: 30px;
    border-left: 1px solid white;
    float: left;
}

.menumainlink {
}

.newbutton, .newchatbutton, .pinbutton {
    height: 30px;
    /*border-top: 1px solid white;
    border-bottom: 1px solid white;*/
    line-height: 30px;
    background: url("../Images/pijl_rechts.png") no-repeat #13AD18;
    background-size: 30px 30px;
    background-position: 210px 0px;
    padding-left: 25px;
    padding-right: 20px;
}

.newchatbutton, .pinbutton {
    padding: 0px;
    width: 28px;
    float: left;
    cursor: pointer;
}

.newsubmenu {
    height: 30px;
    width: 207px;
    border: 1px solid;
    background-image: url("../Images/pijl_rechts.png");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 210px 0px;
    line-height: 30px;
    color: black;
    padding-left: 25px;
    padding-right: 20px;
}

.newsubitem {
    height: 30px;
    width: 207px;
    border: 1px solid;
    line-height: 30px;
    color: black;
    padding-left: 25px;
    padding-right: 20px;
}

.nextitem {
    border-top: 0px;
}

.greyed {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0,0,0,0.30);
}

.clk {
    cursor: pointer;
}

.actionbuttontop {
    background-color: #FFA700;
    text-decoration: none;
    color: white;
    font-weight: normal;
    width: 90px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    display: table-cell;
    position: absolute;
    left: 395px;
    top: 0px;
    border: none;
    height: 30px;
}

.newbuttontop {
    height: 30px;
    width: 90px;
    border: none;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    background: #13AD18;
    color: white;
    display: table-cell;
    float: right;
    text-decoration: none;
    font-weight: normal;
}

    .newbuttontop.autotelex {
        margin-left: 10px;
    }

.newbuttontext {
    text-decoration: none;
    color: white;
}

    .newbuttontext.autotelexbutton {
        background-size: 40px;
        background-color: transparent;
        background-position: right;
        text-align: left;
        width: 85px;
        position: unset
    }
/*Dynamic Menu classes*/

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

a {
    color: #ffffff;
}

.fixedtext a {
    color: rgba(0,0,0,.6);
}

a:hover {
    transition: all 200ms ease-in-out;
}

#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
    /* Items in navigator*/
    #menu li {
        position: relative;
    }

        #menu li ul {
            opacity: 0;
            height: 0px;
        }

        #menu li a {
            position: relative;
            display: table-cell;
            float: left;
            white-space: nowrap;
        }
        /*use to change color of button in Navigator:*/
        #menu li.menuitem:hover, li.newbutton:hover {
            background-color: rgba(0,0,0,0.2);
            transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
        }
        /* Submenu specifics*/
        #menu li li a {
            color: black;
        }

        #menu li li li a {
            color: black;
        }

        #menu li li:hover {
            color: white;
        }

            #menu li li:hover a {
                color: white;
            }

            #menu li li:hover li a {
                color: black;
            }

        #menu li li li:hover a {
            color: white;
        }

    #menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #menu li ul {
        position: absolute;
        visibility: hidden;
        width: 205px;
        left: 100%;
        padding-top: 50px;
        height: 300px;
        top: -51px;
        opacity: 0;
        transition: opacity 0.1s linear;
    }
    /* This make submenu visible*/
    #menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        z-index: 999;
    }

    #menu li li ul {
        left: 100%;
        visibility: hidden;
        padding-top: 50px;
        height: 300px;
        top: -51px;
        opacity: 0;
        transition: opacity 0.1s linear;
    }
    /* This make sub-submenu visible*/
    #menu li li:hover ul {
        visibility: visible;
        opacity: 1;
    }
    /* style to make submenu upward*/
    #menu li ul.menuup {
        height: unset;
        top: unset;
        bottom: -1px;
    }

.menuscrollable {
    overflow-Y: auto;
}
/* End dynamic menu*/
.mottostyle
  {
    position: fixed;
    bottom: 40px;
    height: 30px;
    width: 252px;
    left: 0px;
    /*  display: table;*/
    border: 1px solid white;
}

.mottoleft {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-style: italic;
    padding-right: 3px;
}

.mottoright {
    position: relative;
    display: table-cell;
    width: 192px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
}

.mainpage {
    position: absolute;
    top: 219px;
    left: 253px;
    height: calc(100% - 239px);
    width: calc(100% - 273px);
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
}

.mainoverlay {
    position: absolute;
    height: calc(100% - 2px);
    width: calc(100% - 3px);
    overflow: auto;
    border: solid 1px rgba(0,0,0,0.4);
}

.maingridcontainer, .mainpagecontainer {
    height: calc(100% - 30px);
    padding-right: 20px;
}

.mainpagecontainer {
    top: 30px;
    position: absolute;
    overflow: auto;
    width: calc(100% - 40px);
}

.calendarpage, .iframepage {
    margin-top: 20px;
    height: calc(100% - 55px);
    width: 95%;
}

.widgetcontainer {
    position: absolute;
    top: 30px;
    left: 252px;
    float: left;
    height: 190px;
    width: 100%;
}

.widgetgrid, .widgetextension {
    border-collapse: collapse;
    display: table;
    color: white;
}

.widgetextension {
    margin-left: -21px;
    margin-top: -20px;
    position: relative;
}

.widgetrow {
    display: table-row;
}

.widget, .messagebox, .emptybox {
    /*display: table-cell;
    float:left;*/
    position: absolute;
    width: 232px;
    height: 149px;
    border: 0px;
    margin-left: 20px;
    margin-top: 20px;
    padding: 0px;
}

.emptybox {
    border: white dashed 1px;
    text-align: center;
    cursor: pointer;
}

.emptyboximage {
    margin: 40px;
}

.loginmessagebox {
    display: block;
    margin: auto;
    margin-top: 70px;
    z-index: 1000;
    width: 484px;
    cursor: pointer;
}

.widgetcolumn {
    width: 115px;
    line-height: 30px;
    padding-left: 10px;
}

.widgettop {
    height: 30px;
    border: none;
    border-collapse: collapse;
    border-spacing: 0px;
    float: left;
}

.Widgeticon {
    background-color: rgba(0,0,0,0.72);
    width: 30px;
    height: 30px;
    float: left;
}

.widgettitle, .messagetitle, .widgettitlenarrow {
    background-color: rgba(0,0,0, 0.59);
    height: 25px;
    width: 202px;
    text-align: center;
    float: left;
    padding-top: 5px;
    padding-bottom: 0px;
}

.messagetitle {
    color: white;
    width: 484px;
}

.widgettitlenarrow {
    width: 174px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.widgetcontents, .chatbox, .displaychatbox, .dummywidget {
    height: 119px;
    width: 232px;
    background-color: rgba(0, 0, 0, 0.40);
    float: left;
    text-align: center;
    padding-bottom: 0px;
    background: url("../Images/pijl_rechts.png") no-repeat rgba(0, 0, 0, 0.40);
    background-size: 30px 30px;
    background-position: 200px 89px;
    cursor: pointer;
    overflow: hidden;
}

.dummywidget {
    background: rgba(0, 0, 0, 0.40);
}

    .widgetcontents.doublewide, .dummywidget.doublewide, .widget.doublewide {
        width: 484px;
        background-position-x: 452px;
    }

.widgettitle.doublewide {
    width: 444px;
    text-align: left;
    padding-left: 10px;
}

.widgettop.doublewide {
    width: 484px;
}

.widgettitlenarrow.doublewide {
    width: 426px;
}

.widgetgraph.doublewide {
    width: 480px;
}

.widgetgraph.doubleheight {
    height: 288px;
}

.widgetcontents.triplewide, .widget.triplewide, .dummywidget.triplewide, .widgettop.triplewide {
    width: 736px;
    background-position-x: 704px;
}

.widgettitle.triplewide {
    width: 696px;
    text-align: left;
    padding-left: 10px;
}

.widgettitlenarrow.triplewide {
    width: 678px;
}
.widgetgraph.triplewide {
    width: 732px;
    object-fit:unset;
}

.widgetcontents.doubleheight, .dummywidget.doubleheight {
    height: 288px;
    background-position-y: 258px;
}

.widget.doubleheight {
    height: 318px;
}

.widgetpositioner {
    right: 0;
    bottom: 0;
    position: absolute;
}

.widgetimage {
    opacity: 0.15;
    filter: opacity(15%);
    height: 89px;
    width: 232px;
    text-align: center;
    overflow: hidden;
}

.widgetdescription {
    display: none;
}

.widgetheaders {
    display: none;
}

.printbck {
    display: none;
    /*display:block;
    position: absolute;
    width: 232px;
    height: 120px;
   
    z-index:-1;*/
}

.twitter:hover, .widgetoverride {
    position: relative;
    height: 600px;
    z-index: 100;
    /*background-color: #4F7A80;*/
}

.instapic {
    width: 215px;
    height: 215px;
}

.instagramlist {
    overflow-y: auto;
}

.twitterlist {
    background-color: white;
    color: black;
    overflow-y: auto;
}

.twittertweet {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
    margin-top: 0;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    padding: 9px;
    cursor: pointer;
    max-width: 220px;
}

.twitterprofilepic {
    margin-left: 5px;
    margin-right: 5px;
    max-width: 30px;
    -moz-box-flex: 1;
    flex-grow: 1;
    padding: 0;
    display: flex;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
    -moz-box-align: stretch;
    align-items: stretch;
}

.twitterprofileimage {
    height: 28px;
    width: 28px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 50%;
    max-width: 30px;
}

.rssimage {
    height: 60px;
    width: 60px;
    float: left;
    padding: 4px;
}

.twitterbox {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    flex-direction: column;
    text-align: left;
}

.twitterheader {
    flex-direction: row;
    font-weight: bold;
}

.twitterheaderextra {
    color: darkgray;
    font-size: 0.8em;
}

.twittertext {
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    flex-direction: row;
    font-size: 12px;
    text-align: left;
}

.twittermedia {
    max-width: 210px;
}

.chatbox {
    height: 600px;
    cursor: default;
}

.displaychatbox {
    height: 300px;
    cursor: default;
}

.messagebox {
    left: 231px;
    width: 484px;
    position: absolute;
    top: 70px;
    z-index: 1000;
}

.messagecontents {
    height: 113px;
    width: 478px;
    background-color: rgba(0, 0, 0, 0.40);
    color: white;
    float: left;
    text-align: center;
    padding-bottom: 0px;
    background: url("../Images/pijl_rechts.png") no-repeat rgba(0, 0, 0, 0.40);
    background-size: 30px 30px;
    background-position: 454px 85px;
    padding: 3px;
}

.longmessage {
    height: 213px;
    background-position-y: 185px;
}

.messagebutton, .messagecancelbutton, .longmessagebutton {
    font: inherit;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #13AD18;
    position: absolute;
    left: 394px;
    top: 119px;
    width: 90px;
    color: white;
    cursor: pointer;
}

.longmessagebutton {
    top: 219px;
}

.shortmessage {
    position: absolute;
    top: 20px;
    left: 490px;
    width: 232px;
    border: 1px solid rgba(0,0,0,0.3);
    margin: 10px;
    padding: 4px;
}

.messagecancelbutton {
    background: #D34A4D;
    left: 304px;
}

.widgetspacer {
    width: 100%;
    min-height: 17px;
}

.widgetreference {
    height: 20px;
    padding-top: 5px;
    margin-bottom: 3px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.widgetkeynumber, .widgetkeyamount {
    font-size: 5em;
    font-weight: lighter;
    padding: 0px;
    line-height: 70px;
    white-space: nowrap;
}

.widgetkeyamount {
    font-size: 2.8em;
}

.widgettext {
    height: 62px;
    padding-top: 5px;
    margin-bottom: 3px;
    cursor: pointer;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}

.widgettextrow {
    padding-top: 10px;
}

.fieldset {
    border: none;
    margin: 0px;
    padding: 0px;
}

.formtitle, .formtitletotal, .loginformtitle, .wizardtitle, .listtitle {
    background-color: rgba(0, 0, 0, 0.40);
    font-weight: bold;
    color: white;
    width: calc(100% - 24px);
    height: 30px;
    padding-left: 4px;
    /*border: 1px solid white;*/
    vertical-align: middle;
    line-height: 28px;
    display: table;
    position: relative;
}

.loginformtitle, .wizardtitle {
    width: calc(100% - 4px);
}

.formtitle {
    top: 0;
    position: absolute;
}

.mainpage > .fieldset, form > .fieldset, .mainpage > .calendarpage {
    top: 30px;
    position: absolute;
    overflow: auto;
    width: calc(100% - 20px);
    height: calc(100% - 30px);
}

.mainpage > .followupcontainer, form > .followupcontainer {
    top: 30px;
}

.mainoverlay > form > fieldset {
    overflow: visible;
}

.formtitlehalf, .additionaltitle,.intermediatetitle {
    background-color: rgba(0, 0, 0, 0.40);
    font-weight: bold;
    color: white;
    width: 480px;
    height: 30px;
    vertical-align: middle;
    line-height: 28px;
    padding-left: 4px;
}
.intermediatetitle {
    background-color: rgba(0, 0, 0, 0.20);
}
.followuptitle {
    background-image: url("../Images/pijl_rechts.png");
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: 25px 25px;
    font-weight: bold;
    padding-left: 30px;
    width: 454px;
    height: 30px;
    vertical-align: middle;
    line-height: 28px;
    cursor: pointer;
    margin-top: 2px;
    color: black;
    background-color: rgba(255,255,255,0.3);
}

.followupcontent {
    display: block;
    min-height: 100px;
    border-left: solid 1px white;
}

.followupcontainer, .followupoverlay {
    /* margin-top: 30px;*/
    position: absolute;
    top: 0px;
    left: 758px;
}

.formlabel, .inlinelabel, .formlabelwide, .rdwlabel, .rdwtext, .formlabeldate {
    color: black;
    width: 160px;
    padding: 3px;
    padding-left: 2px;
    margin: 0px;
    vertical-align: top;
}

.inlinelabel {
    min-height: 22px;
}

.formlabel, .formlabelwide, .formlabeldate, .rdwlabel, .rdwtext {
    position: relative;
    display: table-cell;
    height: 23px;
}

.formlabelwide {
    width: 315px;
}

.formlabeldate {
    min-width: 156px;
}

.formseparator {
    width: 252px;
    height: 10px;
}
.formframe {
    width: 482px;
    overflow: visible;
    border: 1px solid rgba(0,0,0,0.6);
}
.timeremark {
    float: left;
    margin: 2px;
}

.formdaylabel, .formcolumnlabel, .formcolumndropdownlabel, .formcolumntextlabel, .formcolumn, .formdeletelabel {
    color: black;
    display: table-cell;
    width: 45px;
    min-width:40px;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    vertical-align: top;
    text-align: center;
}

.formcolumn {
    width: 90px;
}

.formcolumnlabel {
    width: 110px;
}

.formcolumndropdownlabel {
    width: 170px;
}

.formcolumnentry {
    padding: 0px;
    text-align: left;
}

.formcolumntextlabel {
    min-width: 160px;
}

.formdeletelabel {
    width: 28px;
}

.formcolumn.summary, .formcolumn.total {
    width: 180px;
    text-align: right;
}

.formcolumn.full {
    width: 100%;
    text-align: right;
}

.formcolumn.sub {
    padding-right: 10px;
    font-size: 0.8em;
}

.formcolumn.total, .emphasize {
    font-weight: bold;
}

.required {
    font-weight: bold;
    color: red;
    display: inline;
}

.markrequired::after {
    content: "*";
    color: red;
}

.formdayentry {
    color: black;
    display: table-cell;
    width: 45px;
    height: 19px;
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
    vertical-align: top;
    text-align: center;
    float: left;
}

.formline, .timeregline, .datapointline, .reportline, .rdwline, .printsetline, .listeditline, .listpoolline, .listtotalline, .leadline {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-top: 0px;
    background-color: rgba(255,255,255,.1);
    position: relative;
    width: 480px;
    display: table;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0px;
}
.amortisationline {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-top: 0px;
    background-color: rgba(255,255,255,.1);
    position: relative;
    width: 600px;
    display:table-row;
}
.listedittable {
    display: table;
    width: calc(100% - 23px);
}

.listeditline, .listpoolline, .listtotalline {
    display: table-row;
    width: calc(100% - 23px);
    height: 28px;
}

.listeditline, .listpoolline {
    background-color: rgba(0,0,0,0.05);
}
.leadline {
    display: table-row;
}
.listtotalline {
    font-weight: bold;
}

.listeditcell {
    display: table-cell;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.cell {
    display: table-cell;
    vertical-align: bottom;
}

.listedittitle {
    padding: 2px;
    font-size: 0.8em;
    height: 26px;
    text-align: center;
}

.numbertitle {
    text-align: right;
    width: 99px;
}

.dropdowntitle {
    width: 160px;
}

.counttitle {
    width: 40px;
}

.formvalue {
    width: 320px;
}
.timeregline {
    width: 1100px;
}
.datapointline {
    width: unset;
}
.logline {
    width: 684px;
}
.reportline {
    width: 600px;
}
.formlinepart {
    display: table-cell;
}

.linerow {
    display: table-row;
}

.modulerow {
    background-color: #D2D3D5;
}

.modulealternate {
    background-color: #E7E7E8;
}

.field-validation-error {
    display: none;
    position: absolute;
    top: -15px;
    width: 300px;
    margin: 0 0;
    border: 1px solid red;
    color: red;
    background-color: white;
}

.validation-summary-errors {
    position: absolute;
    top: 120px;
    left: 30px;
    width: 270px;
    margin: 0 0;
    border: 1px solid red;
    color: red;
    background-color: white;
}

    .validation-summary-errors ul li {
        list-style: none;
    }

.formlabel:hover span {
    display: block;
}

input:focus + span.field-validation-error {
    display: block;
    position: unset;
    width: 100%;
}

.datetime.input-validation-error, .textbox.input-validation-error, .multilinetextbox.input-validation-error, .menutextbox.input-validation-error, .menupassword.input-validation-error,
.styledSelect.input-validation-error {
    border: 1px solid red;
}

.taxationwarning {
    color: red;
    font-size: 0.8em;
}

.textbox, .password, .tagbox, .taginput, .fixedtext, .colorpicker, .shorttext, .shortcode, .editselect, .zipcode, .housenumber {
    font: inherit;
    border: none;
    color: black;
    background: rgba(255,255,255,.5);
    display: table-cell;
    width: 310px;
    padding: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.shorttext, .zipcode {
    width: 150px;
    margin: 2px;
}

.smalltext {
    width: 61px;
    min-width: 61px;
}

.zipcode {
    margin-left: 0px;
}

.fixedtext, .derived {
    background: transparent;
    line-height: 20px;
    padding-bottom: 6px;
}

.derived {
    padding: 0px;
    margin: 0px;
}

.tagcontainer {
    cursor: pointer;
    z-index: 2;
    position: relative;
    width: 289px;
    float: left;
    display: inline-block;
}

.tagdropdown {
    float: left;
    display: inline-block;
    position: relative;
}

.tagbox, .taginput {
    margin-top: 2px;
    display: inline-block;
    width: 100px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid rgba(255,255,255,.5);
}

.taginput {
    height: 20px;
}

.tagbox {
    background: transparent;
    width: auto;
    margin-right: 2px;
}

.tagdelete {
    height: 20px;
    width: 20px;
    vertical-align: bottom;
}

.colorpicker {
    width: 60px;
    display: inline;
}

.preview {
    border: 1px solid rgba(0,0,0,0.2);
    cursor: pointer;
    padding: 0px;
    height: 20px;
    width: 20px;
    margin: 0px;
    margin-top: 2px;
    display: inline;
    position: absolute;
}

.cppicker {
    display: inline-block;
    position: relative;
    left: 486px;
    top: -31px;
    background-color: #222222;
    color: #FFFFFF;
    z-index: 4;
}

.cpcpicker {
    cursor: crosshair;
    float: left;
    margin: 10px;
    border: 0;
}

.cpcontrols {
    float: right;
    margin: 10px;
}

    .cpcontrols > div {
        /*border: 1px solid #2F2F2F;*/
        margin-bottom: 5px;
        overflow: hidden;
        padding: 5px;
    }

    .cpcontrols label {
        float: left;
    }

    .cpcontrols > div input {
        background-color: #121212;
        border: 1px solid #2F2F2F;
        color: #DDDDDD;
        float: right;
        font-size: 10px;
        height: 14px;
        margin-left: 6px;
        text-align: center;
        text-transform: uppercase;
        width: 75px;
    }

.cpcminimize {
    background-image: url("../Images/rolmenu.png");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: right;
    cursor: pointer;
}

.cpcokbutton {
    font: inherit;
    background-color: #30C94D;
    color: white;
    width: 90px;
    cursor: pointer;
    text-align: center;
    float: right;
    margin-top: 94px;
}

.cpcvpicker {
    margin-top: 10px;
    border: 1px #84CCD5 solid;
}

.twitter-typeahead {
    vertical-align: top;
}

.tt-menu {
    color: white;
    font: inherit;
    width: 100%;
    cursor: pointer;
}

.tt-suggestion {
    border-top: 1px solid rgba(255,255,255,.5);
}

.multilinedisplay {
    font: inherit;
    border: none;
    color: black;
    width: 310px;
    max-width: 310px;
    resize: vertical;
    overflow-x: auto;
    overflow-y: visible;
}

.multilinetextbox {
    font: inherit;
    border: none;
    color: black;
    background: rgba(255,255,255,.5);
    display: table-cell;
    width: 310px;
    max-width: 310px;
    height: 90px;
    padding: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    resize: vertical;
    overflow-y: visible;
}

    .multilinetextbox.narrow {
        width: 250px;
    }

.longmessagebox {
    width: 400px;
    height: 140px;
    max-width: 400px;
}

.sitelink {
    width: 310px;
}
.externalsitelink, .externallinkoverview, .externalsitebutton {
    height: 28px;
    background-color: mediumseagreen;
    width: 40px;
    float: left;
}
    .externalsitelinkarrow, .externalsitebuttonarrow {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 15px solid mediumseagreen;
    float: left;
    height: 0;
}
.externalsitebutton, .externalsitebuttonarrow {
    float: unset;
    display: table-cell;
}
.externalsitebuttonarrow {
    border-left: rgb(60,210,113) 15px solid;
}
.externallinkoverview{
    width: 10px;
}
.amount, .housenumber, .percentage {
    width: 97px;
    display: inline-block;
    margin-left: 2px;
    padding: 2px;
    text-align: right;
}

.percentage {
    width: 83px;
}

.spacerhalf {
    width: 53px;
    display: inline-block;
}

.count {
    width: 35px;
    text-align: center;
    margin: 2px;
    padding: 2px;
    border: none;
}

.shortcode {
    width: 35px;
}

.count {
    margin-left: 0px;
}

.total {
    font-weight: bold;
}

.weeknumber {
    width: 50px;
    text-align: left;
}

.checkbox input {
    /*display:none;*/
}

.checkbox span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid 1px rgba(0,0,0,0.3);
    color: rgba(0,0,0,0.6);
    cursor: pointer;
    margin: 5px;
}

.checkbox > input[type=checkbox]:checked + input + span { /*MVC checkbox generates extra hidden input!!*/
    background: rgba(0,0,0,0.3);
}

.checkboxtext {
    margin-top: 10px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.comboselect {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    border: none;
    /*color: white;*/
    background: transparent;
    cursor: pointer;
    display: inline-block;
    position: relative;
    /*display:table-cell;*/
    width: 312px;
    height: 25px;
    padding: 0px;
    padding-left: 3px;
    z-index: 1; /* added to bring to front: will it do something????*/
}

    .comboselect::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: url("../Images/pijl_rechts.png") no-repeat;
        background-size: 25px 25px;
        background-position: right 2px;
        right: 0;
    }

.shortselect {
    width: 250px;
}

.datetime, .editselect, .shortdatetime, .shortdate {
    font: inherit;
    border: solid 1px rgba(255,255,255,0);
    /*color: white;*/
    background: rgba(255,255,255,.5);
    /*display:table-cell;*/
    width: 285px;
    height: 23px;
    line-height: 25px;
    vertical-align: top;
    padding: 0px;
    padding-left: 3px;
    margin-top: 2px;
    float: left;
}

.shortdatetime, .shortdate {
    width: 125px;
    z-index: 1;
    display: table-cell;
    float: left;
    height: 21px;
    background-size: 25px 21px;
}

.datenarrow {
    width: 125px;
    min-width: 125px;
    text-align: left;
}

.datenarrower {
    width: 110px;
    max-width: 110px;
    text-align: left;
}

.shortdate {
    width: 80px;
}

.calwholedaycheckbox {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    border: solid 1px rgba(0,0,0,0.3);
}

.calwholedaytitle {
    width: 100px;
    text-align: right;
}

.icon, .listicon, .tagicon {
    /*border:1px solid black;*/
    background-color: rgba(255,255,255,0.5);
    border: none;
    padding: 0px;
    height: 25px;
    width: 25px;
    margin: 0px;
    margin-top: 2px;
    vertical-align: bottom;
    float: left;
}

.listicon {
    vertical-align: bottom;
    height: 21px;
    padding-top: 2px;
}

.tagicon {
    float: left;
    display: inline-block;
    background-color: transparent;
}

.s-hidden, .taglist {
    display: none;
    visibility: hidden;
    padding-right: 10px;
    height: 30px;
}
/*.select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    font:normal 11px/22px Arial, Sans-Serif;
    color:black;
    border:1px solid #ccc;
}*/
.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    overflow-y: hidden;
    z-index: 2
}
.styledEditSelect {
    font: inherit;
    border: none;
    color: black;
    background: rgba(255,255,255,.5);
    display: table-cell;
    padding: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    height:18px;
}

.styledSelectDown, .styledSelectAction, .styledSelectGroup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.styledSelectDown {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.styledSelectAction, .styledSelectGroup {
    padding-left: 25px;
    padding-right: 20px;
    line-height:28px;
}

.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 9px;
    right: 6px;
}

.styledSelectDown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 9px;
    right: 6px;
}

.styledSelectAction:after, .styledSelectGroup:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 9px;
    right: 0px;
}
/*.styledSelect:active, .styledSelect.active {
    background-color:#eee;
}*/
.options, .suboptions {
    display: none;
    position: absolute;
    top: -1px;
    right: 0;
    left: 319px;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    overflow-y: auto;
    overflow-x: hidden;
    width: 320px;
    max-height: 300px;
}

    .options li {
        margin: 0 0;
        padding: 0 10px;
        padding-top: 5px;
        height: 24px;
        width: 300px;
        background-color: rgba(0, 0, 0, 0.20);
        border-bottom: 1px solid rgba(0,0,0,0.40);
    }

.first {
    border-top: 1px solid rgba(0,0,0,0.40);
}

.optionsDown, .optionsAction, .optionsGroup {
    display: none;
    position: absolute;
    top: 100%;
    right: 300px;
    left: 0px;
    z-index: 995;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
}

.optionsDown {
    position: relative;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.optionsAction, .optionsGroup {
    left: 0px;
}
.groupselector .optionsGroup {
    max-height: 400px;
    overflow-y: auto;
    width: 100%;
    min-width:200px;
    overflow-x: hidden;
}
.optionsDown li {
    margin: 0 0;
    padding: 0 10px;
    padding-top: 5px;
    height: 25px;
    width: 200px;
    /*background-color: rgba(132,204,213,0.8) ;*/
    border: 1px solid rgba(0,0,0,0.40);
}

.optionsAction li, .optionsGroup li {
    width: 205px;
    padding-left: 25px;
    padding-right: 20px;
    margin: 0 0;
    line-height: 30px;
    height: 29px;
    color: black;
    border: 1px solid;
    border-top: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.optionsDown li:hover {
    background-color: rgba(0,0,0,0.2);
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}

.optionsAction li:hover, .optionsGroup li:hover {
    color: white;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    overflow-x: visible;
}

    .optionsAction li:hover > ul {
        visibility: visible;
        opacity: 1;
        z-index: 999;
        left: 100%;
        display: block;
        position: relative;
        top: -30px;
        padding: 0;
    }

.multiselect {
    position: absolute;
    top: 0px;
    right: 0;
    left: 319px;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    width: 500px;
    visibility: hidden;
}

.narrow {
    width: 370px;
}

.combonarrow {
    width: 162px;
    display: table-cell;
    float: left;
    height: 21px;
    background-size: 25px 21px;
    /*z-index:30;*/
    /*height:14px;*/
}
    .combonarrow::after {
        background-position-x: 137px;
        background-size: 25px 21px;
    }
.combonarrow > .styledSelect {
    overflow:hidden;
}
.multiselect.narrow {
    left: 169px;
}

.comboselect.narrow {
    width: 162px;
    display: table-cell;
    float: left;
    z-index: 30;
}
.formlabeldate > .combonarrow {
    width: 130px;
}

.wide {
    width: 315px;
}

.comboselect.wide {
    width: 315px;
    display: table-cell;
    float: left;
    z-index: 30;
}

.inline {
    padding: 2px;
    margin: 0px;
}

.multiselect .grid-header {
    visibility: collapse;
    display: none;
}

.multiselect .grid-row {
    border-top: 1px solid rgba(0,0,0,0.40);
    border-bottom: none;
    background-color: rgba(0,0,0,.2);
}

.multiselect .grid-wrap {
    max-height: 500px;
    overflow: auto;
}
.slickgrid-wrap {
    min-height: 300px;
    max-height: 500px;
    min-width:450px;
    background-color: rgba(0, 0, 0,0.2);
}
.comboselect .slickgrid-wrap {
    min-width:200px;
}
.uploadlabel {
    padding-left: 3px;
}

.uploadline {
    border-bottom: 1px solid rgba(0,0,0,.2);
    position: relative;
    width: 478px;
    display: table;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    max-height: 70px;
}

.uploadtype {
    width: 104px;
    margin-right: 4px;
    vertical-align: top;
}

.uploaddiv {
    border: none;
    position: relative;
    /*color: white;*/
    background: transparent;
    display: table-cell;
    width: 314px;
    height: 25px;
    vertical-align: middle;
    padding: 0px;
    background: url("../Images/pijl_rechts.png") no-repeat transparent;
    background-size: 25px 25px;
    background-position: 290px 0px;
    cursor: pointer;
}

.uploadfakediv {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 304px;
}

.uploadvalue, .uploadphotovalue {
    font: inherit;
    border: none;
    /*color: white;*/
    background: transparent;
    width: 250px;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.uploadphotovalue {
    vertical-align: top;
    max-width: 180px;
    width: 180px;
}

.uploadlink {
    font: inherit;
    border: none;
    display: table-cell;
    padding: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    width: 250px;
    max-width: 250px;
}

.uploadphoto {
    width: 70px;
    height: 50px;
    padding-top: 3px;
}

.upload {
    font: inherit;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
    border: none;
    /*color: white;*/
    background: transparent;
    display: table-cell;
    width: 304px;
    padding: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 0;
    cursor: pointer;
}

.dropzone {
    height: 99px;
    width: 210px;
    background-color: rgba(0, 0, 0, 0.40);
    float: left;
    padding: 5px;
    overflow: hidden;
    border: 1px dashed white;
    margin: 4px;
}

.uploaddeletediv {
    background: url(../Images/Delete.png) no-repeat left rgba(0,0,0,0);
    background-size: 28px 28px;
    border: 0px solid red;
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0px;
    left: 250px;
    z-index: 25;
}

.uploadmessage {
    position: absolute;
    top: 0;
    left: 494px;
    width: 100%;
    height: 24px;
    margin: 0 0;
    padding: 3px;
    background-color: rgba(0,0,0,0.10);
}

.uploadadd {
    cursor: pointer;
}

.timelinedeletediv {
    background: url(../Images/Delete.png) no-repeat left rgba(0,0,0,0);
    background-size: 28px 28px;
    border: 0px solid red;
    display: table-cell;
    width: 28px;
    min-width: 24px;
    z-index: 25;
}

.filler {
    display: block;
}

.container, .gridcontainer {
    display: table;
    position: relative;
}

.container {
    /*float:left;*/
}

.cancelbutton, .cancelbuttontop {
    background-color: #D34A4D;
    text-decoration: none;
    color: white;
    font-weight: normal;
    width: 90px;
    height: 29px;
    border: 1px solid #A83B3D; /*rgba(200,40,40,0.5);*/
    border-top: 0;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.autotelexbutton, .inlinebutton, .inlinetextbutton {
    background: rgba(255,255,255,0.9);
    width: 90px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 0;
}

.inlinebutton {
    right: 1px;
    /*border: 1px solid rgba(255,255,255,0.6);*/
    line-height: 26px;
    height: 26px;
    width: 26px;
    background: url(../Images/calculator.png) no-repeat left;
    background-size: 30px 30px;
}
.linebutton {
    margin-top: 2px;
    background-color: #FFA700;
    color:white; 
    line-height: 24px;
    height: 24px;
    width: 60px;
    text-align:center;
}

.autotelexbutton {
    background: url(../Images/logo_autotelex.png) no-repeat left rgb(255,255,255);
    background-size: 90px 22px;
}

.energya {
    background-color: #00B085;
}

.energyb {
    background-color: #54B948;
}

.energyc {
    background-color: #C8DF8E;
}

.energyd {
    background-color: #FFF200;
}

.energye {
    background-color: #EEB111;
}

.energyf {
    background-color: #F58025;
}

.energyg {
    background-color: #ED1E25;
}

.cancelbuttontext {
    background-color: #D34A4D;
    text-decoration: none;
    color: white;
    width: 90px;
}

.previousbutton, .nextbutton, .finishbutton {
    background-color: rgba(0,0,0,0.5);
    display: table-cell;
    color: white;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

.finishbutton {
    margin: 0px;
}

.redcount {
    background-color: #D17376;
}

.greencount {
    background-color: #00C800;
}

::-moz-placeholder {
    opacity: 1;
}

.menutextbox.placeholder, .menupassword.placeholder, .searchtext.placeholder {
    color: white;
}

.menutextbox.watermark, .menupassword.watermark, .searchtext.watermark {
    color: white;
}

.menutextbox::-moz-placeholder, .menupassword::-moz-placeholder, .searchtext::-moz-placeholder {
    color: white;
}

.menutextbox::-webkit-input-placeholder, .menupassword::-webkit-input-placeholder, .searchtext::-webkit-input-placeholder {
    color: white;
}

.spacing, .stakeholderspacing, .employeespacing, .documentspacing {
    width: 300px;
    height: 2px;
    line-height: 2px;
    display: table-cell;
}

.stakeholderspacing {
    width: 408px;
}

.savebutton, .followupbutton {
    font: inherit;
    font-weight: normal;
    background-color: #30C94D;
    color: white;
    width: 90px;
    border: 1px solid #26A03D;
    border-top: 0px;
    text-decoration: none;
    height: 30px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    top: 0px;
    cursor: pointer;
    display: table-cell;
    margin: 0px;
    padding: 0px;
}

.noaccessbutton {
    background-color: rgb(200,200,200);
    border-color: rgb(150,150,150);
    color: rgb(220,220,220);
    pointer-events: none;
}

.disabled {
    opacity: 40%;
    pointer-events: none;
}

.cancelbuttontop, .savebuttontop {
    float: right;
    display: table-cell;
    position: relative;
    border: none;
    height: 30px;
}

.savebutton:active, .cancelbutton:active, .followupbutton:active, .actionbuttontop:active, .inlinebutton:active {
    background: #808080;
}

.savebuttontop {
    margin-left: 20px;
}

.followupbutton {
    float: right;
    position: relative;
}

.synced {
    margin-right: 20px;
    top: 5px;
    background-color: #874FAB;
    float: right;
    position: relative;
    font: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: white;
    width: 90px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    display: table-cell;
}

.feedbackbutton, .wizardbutton, .maintenancebutton {
    font: inherit;
    background-color: #13AD18;
    color: white;
    width: 70px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    margin-top: 4px
}

.wizardbutton {
    background-color: #874FAB;
    margin-right: 4px;
}

.maintenancebutton {
    background-color: #F3AD18;
    width: 470px;
}

.wizard {
    /*height: 400px; cut out to get smaller windows*/
    width: 50%;
    min-width: 400px;
    background-color: rgba(255,255,255,.95);
    left: 482px;
    position: absolute;
    margin: auto;
    top: 279px;
    z-index: 2000;
}

.wizardcanvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.1);
}

.wizardcontent {
    padding: 10px;
    height: calc(100% - 80px);
    line-height: 1.5em;
}

.doit {
    font: inherit;
    background-color: #30C94D;
    color: white;
    width: 90px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    display: table-cell;
    float: left;
}

input.savebutton {
    width: 92px;
}

.disabled {
    color: lightgray;
    cursor: default;
}

.mainpage .grid-mvc {
    padding-right: 20px;
}

.multiselect .grid-mvc {
    padding-right: 0px;
}

table.grid-table {
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-spacing: 0px;
    width: 100%;
}

    table.grid-table .grid-wrap {
        padding: 0;
        position: relative;
    }
/* table.grid-table .grid-empty-text { color: #666; }*/

table.grid-table {
    /*color: white;*/
    border: none;
    /*border-spacing:0px;
    position:absolute;
    width: calc(100%  - 24px);*/
}

.gridtitle {
}

.gridsearch {
    width: 290px;
    height: 30px;
    padding-left: 0px;
    /*background: url(../Images/zoek.png) no-repeat left rgba(0,0,0,0);
    background-size: 30px 30px;*/
    display: table-cell;
    float: right;
}

.searchimage {
    background: url(../Images/zoek.png) no-repeat left rgba(0,0,0,0);
    background-size: 30px 30px;
    display: table-cell;
    float: left;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.selectsearch {
    background: url(../Images/zoek.png) no-repeat left rgba(255,255,255,0);
    background-size: 25px 25px;
    width: 245px;
    font: inherit;
    border: none;
    color: black;
    display: table-cell;
    vertical-align: top;
}

.selectsearchentry {
    background: rgba(255,255,255,.5);
    width: 200px;
    font: inherit;
    margin: 2px;
    margin-left: 32px;
    padding-left: 10px;
    border: none;
    color: black;
    line-height: 20px;
}

.gridsearchentry {
    /*color: white;*/
    font: inherit;
    font-weight: normal;
    margin: 2px;
    border: 0;
    border-left: 1px solid white;
    height: 24px;
    padding-left: 10px;
    line-height: 20px;
    width: 243px;
}
/* Grid headers */
table.grid-table .grid-header {
    position: relative;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    /*Background-color: #B5E0E6;*/
    height: 28px;
    text-align: left;
    padding-left: 4px;
}

    table.grid-table .grid-header .sorted-asc .grid-sort-arrow:after {
        content: " \2193";
    }

    table.grid-table .grid-header .sorted-desc .grid-sort-arrow:after {
        content: " \2191";
    }

.grid-header-title {
    color: black;
    /*Background-color: #B5E0E6;*/
    text-decoration: underline;
    width: 100%;
    white-space: nowrap;
    font-weight: normal;
}

    .grid-header-title a:link {
        color: #000000;
    }

    /* visited link */
    .grid-header-title a:visited {
        color: #000000;
    }
/*Pagination of grid*/
.pagination {
    margin: 0px;
}

    .pagination li {
        list-style: none;
        display: inline-block;
        padding-left: 5px;
        vertical-align: middle;
    }

.columnsort {
}

.purplealert {
    background-color: #773F9B;
    margin-top: 6px;
    height: 18px;
    width: 18px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 50%;
    float: right;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    font-size: 0.7em;
}

.columnlink, .link,
.fixedtext .link, .uploadlink {
    color: black;
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*text-decoration: underline;*/
}

.quicklink {
    padding-left: 30px;
}

div.quicklink:hover {
    cursor: pointer;
    text-decoration: underline;
}

.columnlink a {
    color: black;
}

.columnstatus {
    padding-left: 0;
}

.columndate {
}

.columntext, .selectcolumntext {
    /*color: white;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.columnnumber {
    text-align: right;
}

.selectcolumntext {
    max-width: 200px;
}

.columnsummary {
    white-space: normal;
}

.unread {
    /*border-left:1px solid white;*/
    font-weight: bold;
    display: list-item;
    list-style-image: url("../Images/unread.png")
}
/*.unread:before {
    color: rgb(100,57,126);
}*/
.grid-row {
    border: 1px solid rgba(0,0,0,0.2);
    background-color: rgba(255,255,255, 0.10);
    height: 30px;
    cursor: pointer;
}

.row-collapsed {
    background: url("../Images/pijl_rechts.png") no-repeat;
    background-size: 30px 30px;
}

    .row-collapsed .grid-cell {
        padding-left: 30px;
    }

.row-expanded {
    background: url('../Images/dropdown.png') no-repeat;
    background-size: 30px 30px;
}

.grid-cell {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 5px;
}

.actions {
    width: 90px;
}

.actionlink {
    padding: 0px;
}

.slickgrid {
    padding-right: 20px;
    margin-bottom: 30px;
}

.slick-row .slick-cell.actionlink {
    height: 28px;
}

.slick-group-toggle.collapsed {
    background: url('../Images/pijl_rechts.png') no-repeat top center;
    background-size: 30px;
}

.slick-group-toggle.expanded {
    background: url('../Images/dropdown.png') no-repeat top center;
    background-size: 30px;
}

.slick-group-toggle {
    margin: -3px 0;
    width: 28px;
    height: 28px;
    display: inline-block;
}

.slick-group-title {
    padding: 5px;
    line-height: 24px;
    vertical-align: top;
    font-weight: bold;
    cursor: default;
}
.gridalternaterow, .highlight {
    background-color: rgba(255,255,255, 0.40);
}
.slick-cell .purplealert {
    margin-left: 5px;
}

.percent-complete-bar {
    height: 10px;
    display: inline-block;
    border-radius: 4px;
}

.nodata {
    padding: 3px;
    width: calc(100% - 8px);
}

.ungrouped {
    height: 30px;
    width: 30px;
    visibility: hidden;
    float: left;
}

.titlename {
    float: left;
}

.allexpanded {
    height: 30px;
    width: 30px;
    background: url("../Images/collapse.png") no-repeat;
    background-size: 18px;
    float: left;
    cursor: pointer;
    background-position: center;
}

.allcollapsed {
    height: 30px;
    width: 30px;
    background: url("../Images/expand.png") no-repeat;
    background-size: 18px;
    float: left;
    cursor: pointer;
    background-position: center;
}

.editlink {
    background: url(../Images/Edit.png) no-repeat 0px -3px;
    background-size: 28px 28px;
    display: inline-block;
    width: 28px;
    height: 26px;
    text-indent: -99px; /* hides the link text */
    overflow: hidden;
}

.editinline {
    width: 26px;
    z-index: 2;
    position: absolute;
    cursor: pointer;
}

.styledwithedit {
    left: 30px;
    padding-top:0;
}
.combonarrow .multiselect{
    left: 165px;
}
.deletelink {
    background: url(../Images/Delete.png) no-repeat top left;
    background-size: 28px 28px;
    display: inline-block;
    width: 28px;
    height: 26px;
    text-indent: -99px; /* hides the link text */
    overflow: hidden;
}

.detaillink {
    background: url(../Images/Detailweergave.png) no-repeat top left;
    background-size: 28px 28px;
    display: inline-block;
    width: 28px;
    height: 26px;
    text-indent: -99px; /* hides the link text */
    overflow: hidden;
}

.gridnavigator {
    color: white;
    text-decoration: underline;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
}

    .ellipsis.multiline {
        white-space: normal;
    }

.graphlistexpand:hover {
    position: relative;
    height: 600px;
    z-index: 100;
    border: 0;
    /*background-color: #4F7A80;*/
}

.graphlistexpand {
    height: 110px;
    border-bottom: 9px solid transparent;
    background-image: url("../Images/dropdown.png");
}

.graphlistlabel {
    max-width: 144px;
    width: 144px;
    height: 15px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: left;
    padding: 0 0 0 3px;
    font-size: 0.9em;
}

.graphlistamount {
    width: 28px;
    height: 15px;
    white-space: nowrap;
    padding: 0px;
    text-align: left;
    font-size: 0.9em;
    position: relative;
}

.listamount {
    position: absolute;
    top: 0px;
    z-index: 10;
}

.barline {
    height: 15px;
    position: absolute;
    left: 25px;
    top: 0px;
    float: left;
    padding-left: 0px;
    z-index: 1;
}

.widgetcontents.widgetwithimage {
    background-color: transparent;
}

.widgetgraph {
    width: 230px;
    height: 117px;
    padding: 2px;
    object-fit: contain;
    /* background-color: rgba(255,255,255,0.95);*/
}

.widgetelongated {
    width: 230px;
    height: 600px;
    padding: 2px;
}
/*Chat*/
.chat, .chatlist {
    text-align: left;
    background-color: rgba(255,255,255,0.3);
    height: 97%;
    padding: 2px;
    overflow-y: auto;
}

.mychat {
    border-radius: 10px;
    padding: 3px;
    background-color: rgba(100,57,126,0.3);
    margin: 2px;
    margin-top: 0px;
    height: 30px;
}

.lastchatcontent {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.yourchat {
    border-radius: 10px;
    padding: 3px;
    background-color: rgba(255,255,255,0.3);
    margin: 2px;
    margin-top: 0px;
    height: 30px;
}

.myinput {
    border-radius: 10px;
    padding: 3px;
    margin-left: 20px;
    background-color: rgba(100,57,126,0.6);
    margin-bottom: 3px;
}

.noinput {
    border-radius: 10px;
    padding: 3px;
    font-size: 0.8em;
    background-color: rgba(0,0,0,0.2);
    margin-bottom: 3px;
}

.responseframe {
    background-color: rgba(100,57,126,0.6);
    border-radius: 10px;
    min-height: 46px;
    width: 99%;
    overflow: hidden;
}

.mynewinput {
    min-height: 40px;
    margin: 3px;
    float: left;
    background: rgba(255,255,255,0.5);
    min-width: 170px;
    max-width: 178px;
    text-align: left;
    font-size: 0.8em;
}

.responsebutton {
    float: left;
    background: transparent url("../Images/pijl_rechts.png") no-repeat;
    background-size: 30px 30px;
    background-position: 0px center;
    width: 28px;
    height: 40px;
}

.yourinput {
    border-radius: 10px;
    padding: 3px;
    margin-right: 20px;
    background-color: rgba(255,0,0,0.4);
    margin-bottom: 3px;
}

.chattitle {
    font-size: 0.8em;
    font-weight: bold;
}

.chattitlebox {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 80%;
}

.chattitle .whitealert {
    position: relative;
    top: -20px;
}

.chatdate {
    font-size: 0.8em;
    display: table-cell;
    float: right;
    text-align: right;
    right: 0;
}

.chatwidgettile {
    width: 177px;
}

.chatnew {
    width: 25px;
    height: 25px;
    float: left;
    padding-top: 5px;
    background: url("../Images/plus_nieuw.png") no-repeat;
    background-size: 25px 25px;
    background-color: #13AD18;
}

.contextchatbox {
    left: 481px;
    top: 4px;
    color: white;
    position: absolute;
}
.contextchatbox .upload {
    width: 222px;
    left: 8px;
}
/*Date picker classes*/
.monthheader {
    color: black;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: transparent url("../Images/pijl_rechts.png") no-repeat;
    background-size: 30px 30px;
    background-position: 50px 0px;
}

.timeheader {
    color: black;
    background: transparent;
}

.calFrame {
    display: inline-block;
    position: relative;
    left: 486px;
    top: -31px;
    /*width: 400px;*/
    border: 1px solid rgba(0,0,0,0.4);
    padding: 0px;
    margin: 0px;
    cursor: move;
    /*background-color:   #84CCD5;*/
    z-Index: 2000;
}

.calPart {
    display: table-cell;
    position: relative;
    float: left;
    border-left: 1px solid rgba(0,0,0,0.4);
    background-color: rgba(0,0,0,0.2);
    height: 195px;
}

.calR {
    color: white;
}

.calTable {
    width: 200px;
    padding: 0;
    margin: 5px auto 5px auto;
}

.calTimeTable {
    width: 198px;
    height: 164px;
    padding: 0;
    margin: 5px auto 5px auto;
}

.calTD {
    text-align: center;
    cursor: pointer;
    color: white;
    background-color: transparent;
    border: 1px solid transparent;
}

img.calTD {
    width: 20px;
    height: 20px;
}

.calTDWeekend {
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    color: rgba(0,0,0,.4);
    border: 1px solid transparent;
}

.calTDDisabled {
    text-align: center;
    cursor: pointer;
    background-color: rgba(0,0,0,0.2);
    color: rgba(0,0,0,.4);
    border: 1px solid transparent;
}

.calTDToday {
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    color: white;
    background-color: rgba(255,255,255,0.5);
}

.calHeader {
    width: 30px;
    text-align: center;
    color: white;
    background-color: transparent;
}

.calSelect {
    /* border: 2px solid rgba(255,255,255,1); */
    color: black;
    text-align: center;
    cursor: pointer;
}

.cal {
    width: 20px;
    height: 20px;
}

.overlay {
    border: 2px solid; /*#4F7A80;*/
    position: absolute;
    width: calc(100% - 40px);
    height: 80%;
    /*background-color: #84CCD5;*/
    top: 50px;
    left: 20px;
    z-index: 800;
    visibility: hidden;
    overflow-y: scroll;
}

.suboverlay {
    top: 20px;
    height: 90%;
}

.reportframe {
    border: 0;
    width: 100%;
    height: calc(100% - 4px);
    overflow: hidden;
}

.modified {
    height: 16px;
    padding: 2px;
    font-size: 0.8em;
    width: 476px;
}

.additionaltitle {
    background-image: url("../Images/pijl_rechts.png");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 0px 0px;
    padding-left: 30px;
    cursor: pointer;
    width: 454px;
}

.additionalinfo {
    display: none;
}

.rss, .chatbox, .displaychatbox {
    background-image: none;
    overflow-y: auto;
}

.rssentry {
    text-decoration: none;
    font-size: 12px;
    text-align: left;
    padding: 6px;
    color: black;
}

.rss a {
    color: black;
}

.rsstitle {
    font-weight: bold;
}

.rssdate {
    font-size: 10px;
    display: inline-block;
    width: 60px;
}

.rssauthor {
    font-size: 10px;
    text-align: right;
    width: 50%;
    display: inline-block;
}

.rsslogit {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: rebeccapurple;
    border-radius: 50%;
    margin-left: 10px;
    color: white;
    font-weight: bold;
    text-align: center;
    float: right;
}

.rssfeed {
    background-color: white;
}

.rdwdata, .depreciationdata, .summarydata, .printset, .keydata, .autotelexvaluationdata, .cryptodata {
    width: 482px;
    height: 350px;
    border: 1px solid rgba(0,0,0,0.2);
    display: none;
    background-color: rgba(255,255,255,0.4);
    overflow-y: auto;
    overflow-x: hidden;
}

.summarydata, .autotelexvaluationdata {
    height: 150px;
}

.rdwwidget, .cryptowidget {
    width: 232px;
    height: 95%;
    background-color: rgba(255,255,255,.95);
    display: none;
    text-align: left;
    font-size: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 0px;
}

    .rdwwidget .rdwline, .cryptowidget .cryptoline {
        margin: 0;
        width: 228px;
    }

        .rdwwidget .rdwline .rdwlabel, .cryptoline .cryptolabel {
            width: 100px;
        }

        .rdwwidget .rdwline .rdwtext, .cryptoline .cryptotext {
            font-size: 12px;
            width: 120px;
        }

.cryptoline {
    height: 15px;
}

.crypto {
    text-align: right;
}

.depreciationdata {
    height: 219px;
}

.keydata {
    height: unset;
    padding-bottom: 5px;
}

.printset {
    display: block;
    height: 100%;
}

.printsetline > .formlabel {
    width: 400px;
}

.printsetbuttons {
    margin-left: 10px;
    height: 31px;
}

.rdwline, .depreciationline, .summaryline, .printsetline, .keyline {
    margin-left: 10px;
    margin-right: 10px;
    width: 460px;
}

.upperblock, .middleblock, .lowerblock {
    /*border-top: 1px solid rgba(0,0,0,0.8);*/
    background-color: rgba(255,255,255,0.2);
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
/*.upperblock {*/
/*background-color: #fff2cc;*/
/*margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    width:100%;
}

.middleblock {*/
/* background-color: #fce4d6;*/
/*margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.lowerblock {*/
/*background-color: #e2efda;*/
/*margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}*/

.summaryline .rowheader {
    min-width: 180px;
}

.keyline .rowheader {
    padding-left: 5px;
    text-align: left;
    min-width: 270px;
}

.keyline .formcolumn {
    text-align: left;
}

.keyline.total {
    padding-left: 0;
    padding-right: 0;
}

.formcolumn.total.lowerblock, .formcolumn.total.upperblock, .formcolumn.total.middleblock {
    padding-right: 0;
    padding-left: 2px;
    width: 205px;
}

.rdwlabel, .rdwtext {
    height: 18px;
    color: #404040;
}

.verification {
    cursor: pointer;
    display: none;
}

.verified {
    display: none;
}

.bad {
    color: #E30613;
}

.good {
    color: #00AA00;
}

.positive {
    background-color: rgba(48, 201, 77, 0.8);
}

.negative {
    background-color: rgba(227, 6, 19, 0.8);
}

.blue, .widgetwithimage.blue {
    background-color: rgba(80, 131, 255, 0.8);
}

.purple, .widgetwithimage.purple {
    background-color: rgba(127, 85, 255, 0.8);
}

.grey, .widgetwithimage.grey {
    background-color: rgba(100, 100, 100, 0.5);
}

.darkgrey, .widgetwithimage.darkgrey {
    background-color: rgba(0, 0, 0, 0.4);
}
.seagreen, .widgetwithimage.seagreen {
    background-color: rgba(0, 90, 90, 0.6);
}
.white, .widgetwithimage.white {
    background-color: white;
}
.yellow, .widgetwithimage.yellow {
    background-color: rgba(229, 217, 113, 1);
}

.crisis, .widgetwithimage.crisis {
    background-color: rgba(229, 127, 77, 1);
}

.marker {
    margin-left: 8px;
    margin-top: 0;
    float: unset;
    bottom: 5px;
    position: absolute;
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: 18px 18px;
}

.greenalert.marker {
    background-image: url("../Images/rolmenuup.png");
}

.redalert.marker {
    background-image: url("../Images/rolmenu.png");
}
/*animations*/
.loading-indicator {
    top: 50%;
    left: 50%;
    position: relative;
    width: 76px;
    height: 88px;
    z-index: 999;
    text-align: center;
    border: 1px white solid;
    border-radius: 8px;
}

.bar {
    width: 460px;
}

.loading-text {
    position: absolute;
    top: 65px;
    width: 100%;
    text-align: center;
    color: white;
}

.progresscount {
    top: 20px;
}

@keyframes square {
    0% {
        transform: translate(0,0);
    }

    25% {
        transform: translate(24px,0);
    }

    50% {
        transform: translate(24px,24px);
    }

    75% {
        transform: translate(0,24px);
    }

    100% {
        transform: translate(0,0);
    }
}

@keyframes bigsquare {
    0% {
        transform: translate(0,0);
    }

    25% {
        transform: translate(44px,0);
    }

    50% {
        transform: translate(44px,44px);
    }

    75% {
        transform: translate(0,44px);
    }

    100% {
        transform: translate(0,0);
    }
}

.ballframe, .ballouter, .framecenter {
    top: 10px;
    left: 10px;
    width: 34px;
    height: 34px;
    position: relative;
    float: left;
    background-color: rgba(255, 255, 255, 0.5);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.ballouter {
    width: 54px;
    height: 54px;
    top: 10px;
}

.framecenter {
    width: 14px;
    height: 14px;
}

.ball, .ball2, .ball3, .ball4 {
    top: 1px;
    left: 1px;
    height: 8px;
    width: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    -moz-animation-name: square;
    -o-animation-name: square;
    -webkit-animation-name: square;
    animation-name: square;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.outer {
    -moz-animation-name: bigsquare;
    -o-animation-name: bigsquare;
    -webkit-animation-name: bigsquare;
    animation-name: bigsquare;
    animation-direction: reverse;
}

.ball {
    -moz-animation-delay: -0.5s;
    -o-animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.ball2 {
    -moz-animation-delay: -1.5s;
    -o-animation-delay: -1.5s;
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
}

.ball3 {
    -moz-animation-delay: -2.5s;
    -o-animation-delay: -2.5s;
    -webkit-animation-delay: -2.5s;
    animation-delay: -2.5s;
}

.ball4 {
    -moz-animation-delay: -3.5s;
    -o-animation-delay: -3.5s;
    -webkit-animation-delay: -3.5s;
    animation-delay: -3.5s;
}

.progress {
    position: absolute;
    left: 80px;
    width: 300px;
    border: 1px white solid;
    top: 20px;
    height: 18px;
}

.progressbar {
    height: 18px;
    background: wheat;
    width: 0px;
}
/*Print adjustments to format*/
@media print {
    .bckgrnd {
        background-color: transparent;
        overflow-y: scroll;
    }

    .titlebar, .widgetcontainer, .navigator, .gridsearch, .savebutton, .cancelbutton, .cancelbuttontop {
        display: none;
    }

    .mainpage {
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: visible;
        margin-left: 20px;
        margin-right: 20px;
    }

    .printheader {
        display: block;
        text-align: left;
        vertical-align: bottom;
        height: 140px;
    }

    .formline {
        width: 1000px;
    }

    .formlabel, .inlinelabel {
        width: 250px;
    }

    .fixedtext {
        width: 600px;
    }

    .textbox, .multilinetextbox {
        width: 600px;
        line-height: 20px;
        resize: vertical;
        overflow-y: visible;
    }

    .barline {
        background-color: red !important;
        /*border: solid 1px black;*/
        height: 13px;
    }
    /* combine with graphic print inversion:*/
    .widgetcontents {
        background-image: none;
        background-color: transparent;
        color: black;
        border: 1px solid rgba(0,0,0,0.2);
        width: 450px;
        height: 240px;
        top: -30px;
        position: relative;
    }

    .graphlistexpand {
        height: 600px;
        /*max-height: 600px;
        min-height: 117px;*/
        background-image: none;
    }

    .graphlistlabel {
        max-width: unset;
        width: 300px;
    }

    .widgetgraph {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .Widgeticon {
        display: none;
    }

    .widgettitle {
        background-color: transparent;
        color: black;
        position: relative;
        text-align: left;
        font-weight: bold;
    }

    .widgettop {
        background-color: transparent;
        color: black;
        left: 100%;
        position: relative;
    }

    .widget {
        height: auto;
        width: 100%;
    }

    .widgettable {
        width: 100%;
        page-break-inside: avoid;
        display: table;
    }

    .reportdescription {
        display: table-cell;
    }

    .widgetdescription {
        display: table-cell;
        padding-top: 30px;
        /*float: right;
    width: 500px;
    min-height: 150px;*/
        /*margin-top: 20px;*/
        /*border: 1px solid black;*/
    }

    .widgetcell {
        width: 50%;
    }

    .widgetheaders {
        font-weight: bold;
        color: white;
        background-color: #A8A9AD;
    }

    .printbck {
        display: none;
    }
}

@media screen and ( max-width: 1531px ) {
    .followupcontainer {
        position: unset;
    }
}

@media screen and ( max-width: 1250px ) {
    .followupoverlay {
        position: unset;
    }

    .groupselector {
        width: 70px;
        background-position: 0 0;
    }
}

@media screen and ( max-width: 450px ) {
    .messagebox {
        left: 0;
        top:170px;
        width:300px;
    }
    .messagebutton {
        right:0;
        left:unset;
    }
    .messagetitle{
        width:100%;
    }
    .messagebox>.widgettop,.messagebox >.messagecontents{
        width:100%;
        padding-left:0;
        padding-right:0;
    }
}


