@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');

/* Dirty fixes
 ====================================================================*/

/* Hide marketing manager link in header */
/*body:not(.page_home) .table_main > tbody > tr:nth-of-type(3) td:nth-of-type(2) {*/
/*display: none;*/
/*}*/

/* Redesign
 ====================================================================*/

/* Font family */

html {
    margin-bottom: 0;
}

body,
.body_main,
.menu_button_link,
.datagrid_row,
.table_right,
.ingelogd,
.afmelden,
.tracking,
.datagrid_head,
.datagrid_head_order_link,
.datagrid_head_order,
.datagrid_row_order {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.ctrl_label,
.ctrl_pageLinkTitle {
    font-size: 13px !important;
}
.ctrl_pagLink {
    width: 60px !important;
}
.link_edit {
    color: #000;
}

/* Basic structure */

.body_main {
    background-color: #f5f5f5;
}

body:not(.page_home) .table_main > tbody {
    display: block;
    width: 100%;
}

/* Logo image */
body:not(.page_home) .table_main > tbody > tr:first-of-type {
    float: left;
    width: 350px;
    height: 100px;
}

@media screen and (max-width: 1360px) {
    body:not(.page_home) .table_main > tbody > tr:first-of-type {
        width: 250px;
    }
}

body:not(.page_home) #masterTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    height: 140px;
    width: 100%;
}

body:not(.page_home) #masterTop #left {
    padding-left: 0;
}

.ingelogd, .ingelogd a, .userinfo, .afmelden, .afmelden a:link {
    width: auto;
    color: #000;
    font-size: 13px;
}

.ingelogd, .ingelogd a, .userinfo {
    color: #000 !important;
}

.ingelogd + .afmelden:before {
    content: '|';
    display: inline;
    margin-left: 5px;
    margin-right: 10px;
    color: #d2d2d2 !important;
}

.afmelden a:link, .afmelden a:active, .afmelden a:visited {
    color: #ed1c24;
    text-decoration: underline;
}

.afmelden a:hover {
    color: #000;
}

.datagrid_row > a {
    color: #000;
}

.header_main {
    display: block;
    border-bottom: 0;
    background-color: transparent;
}

@media screen and (max-width: 1680px) {
    .header_main > table > tbody > tr > td:first-of-type {
        position: absolute;
        right: 0;
        top: 70px;
        padding: 5px 10px;
        background: white;
        width: auto;
    }
}

@media screen and (max-width: 1130px) {
    .header_main {
        position: relative;
    }

    .header_main > table > tbody > tr > td:first-of-type {
        top: 45px;
        width: 100%;
        text-align: right;
        padding-bottom: 10px;
    }

    .header_main > table > tbody > tr > td:last-of-type {
        display: block;
        margin-top: 15px;
    }
}

.table_header {
    background-color: white !important;
    height: 70px !important;
    padding: 0 !important;
}

/* Switcher for sites */
body:not(.page_home) .table_main > tbody > tr:nth-of-type(2) {
    float: right;
    width: calc(100% - 950px);
    height: 70px;
}

@media screen and (max-width: 1360px) {

    body:not(.page_home) .table_main > tbody > tr:nth-of-type(2) {
        width: calc(100% - 770px);
    }
}

@media screen and (max-width: 1130px) {

    body:not(.page_home) .table_main > tbody > tr:nth-of-type(2) {
        width: calc(100% - 500px);
    }
}

body:not(.page_home) .table_main > tbody > tr:nth-of-type(2) .ctrl_button_link {
    display: none;
}

html > body .afmelden {
    margin-right: 20px;
}

.projectinfo {
    text-align: center;
    color: #000 !important;
}

#projectswitchForm {
    display: inline-block;
}

/* project switch */
.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}
.autocomplete input {
   margin-bottom: 0px;
}
.autocomplete-items {
    max-height: 500px;
    overflow-y: scroll;
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: left;
    word-break: break-word;
}

.autocomplete-items div .url {
    color: #444;
    font-size: 11px;
    display: block;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

/* Buttons in header */
body:not(.page_home) .table_main > tbody > tr:nth-of-type(3) {
    float: right;
    width: 600px;
    background: white;
    height: 70px;
    box-sizing: border-box;
    padding-left: 20px;
}

@media screen and (max-width: 1360px) {
    body:not(.page_home) .table_main > tbody > tr:nth-of-type(3) {
        width: 520px;
    }
}

@media screen and (max-width: 1130px) {
    body:not(.page_home) .table_main > tbody > tr:nth-of-type(3) {
        height: 102px;
        width: 250px;
        padding-left: 30px;
        padding-top: 0;
    }
}

body:not(.page_home) .table_main > tbody > tr:nth-of-type(4),
body:not(.page_home) .table_main > tbody > tr:nth-of-type(5) {
    float: left;
    width: 100%;
}

body:not(.page_home) .table_main > tbody > tr:nth-of-type(5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Menu buttons */

.header_sub {
    background-image: none;
    border: 0;
    height: 70px;
}

.menu_button1, .menu_button2 {
    position: relative;
    background-image: none;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    width: 200px !important;
}

@media screen and (max-width: 1130px) {
    .menu_button1, .menu_button2 {
        display: block;
        text-align: left;
    }
}

.menu_button1 a, .menu_button2 a {
    position: relative;
    font-size: 15px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1360px) {
    .menu_button1 a, .menu_button2 a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1130px) {
    .menu_button1 a, .menu_button2 a {
        justify-content: flex-start;
    }
}

.menu_button1 a:after, .menu_button1 a:hover:after, .menu_button2 a:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ed1c24;
    bottom: -15px;
    left: 0;
}

@media screen and (max-width: 1130px) {
    .menu_button1 a:hover:after, .menu_button2 a:hover:after {
        display: none;
    }

    .menu_button1 a:hover, .menu_button2 a:hover {
        text-decoration: underline;
    }
}

/* Left of table, menu */

.table_left {
    display: block;
    width: 350px;
    background: #000;
    margin-top: 35px;
    border: 0;
    min-height: calc(100vh - 140px);
}

@media screen and (max-width: 1360px) {
    .table_left {
        width: 250px;
    }
}

@media screen and (max-width: 1130px) {
    .table_left {
        margin-top: 32px;
    }
}

.row_modules {
    width: 100%;
}

.module_head {
    border: 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #333333;
    color: #999999;
    font-size: 13px;
    text-transform: uppercase;
}

ul.leftmenu_ul {
    padding-top: 10px;
    padding-left: 10px;
}

li.leftmenu_li {

    display: block;
    width: 100%;
    padding: 3px 0 0 20px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 20px;
}

.leftmenu_a, .leftmenu_a_hover {
    position: relative;
}

.leftmenu_a:before, .leftmenu_a_hover:before {
    position: absolute;
    content: '';
    background-image: url('../images/redesign/arrow-white-right.gif');
    left: -12px;
    bottom: 7px;
    color: white;
    line-height: 24px;
    font-weight: bold;
    height: 10px;
    width: 10px;
    background-size: 100%;
}

.leftmenu_a:active, .leftmenu_a:visited, .leftmenu_a:link {
    color: white;
    font-size: 13px;
    line-height: 20px;
    width: auto;
}

.leftmenu_a:hover {
    background-color: transparent;
    text-decoration: underline;
}

.leftmenu_a_hover {
    background-color: transparent;
    color: white;
    font-weight: bold;
}

/* Breadcrumbs styling
 ========================================================================= */

.tracking_line {
    margin-bottom: 20px;
    background-color: transparent !important;
    border: 0 !important;
}

.tracking_line a:last-of-type {
    font-style: italic;
}

.tracking_line img {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    padding-top: 4px;
}

/* Content styling
 ========================================================================= */

.table_right {
    display: block;
    width: calc(100% - 470px);
    background-color: transparent;
    margin-right: 20px;
    min-height: 450px;
    height: auto !important;
    padding: 0 0 50px;
    margin-left: auto;
}

@media screen and (max-width: 1600px) {
    .table_right {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1360px) {
    .table_right {
        width: calc(100% - 300px);
    }
}

/* Tree styling
 ========================================================================= */

.tree-root {
    width: 100%;
    margin-top: 10px;
    padding: 0 !important;
    background: white;
    box-sizing: border-box;
    color: #000;
}

.tree-root, .tree-root * {
    color: #000;
}

.tree-row, a.tree-button div {
    border-bottom: 1px solid #f0f0f0;
}

.tree-row {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tree-level {
    max-width: none;
}

.tree-row:hover {
    background-color: #fcfcfc;
}

.tree-row img {
    margin-right: 10px;
    max-width: 20px;
    max-height: 20px;
    margin-left: 10px;
}

.tree-row > span > img {
    margin-right: 5px;
    margin-left: 30px;
}

a.tree-button span {
    background-position: 55px 5px;
    background-size: auto 18px;
    padding-left: 80px;
}

/* Table view
 ========================================================================= */

.layout_header b {
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

form + .layout_header b {
    font-size: inherit;
    line-height: inherit;
}

form + .layout_header b:first-of-type {
    font-size: 24px;
    line-height: 34px;
}

.layout_header {
    font-size: 14px;
    margin-bottom: 30px;
}

.datagrid_table {
    padding: 20px;
    background: white;
    width: 100%;
    margin-top: 30px;
    margin-left: 0 !important;
}

#webservice_splitscreen_left .datagrid_table {
    padding: 0;
    margin-top: 0;
}

#webservice_splitscreen_right .datagrid_table {
    padding: 0;
    margin-top: 0;
}

.ctrl_container > .datagrid_table {
    padding-top: 20px;
}

.ctrl_container {
    margin-top: -3px;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2 !important;
    box-sizing: border-box;
    width: calc(100% - 2px);
    margin-left: 1px;
    border-top: 0;
}

.datagrid_table .ctrl_toggle, .datagrid_table.toggle-div .ctrl_toggle {
    margin-top: -20px;

    display: block !important;
    border-radius: 5px;
    background-color: #fafafa !important;
    background-image: url('../images/redesign/show.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: calc(100% - 20px) center;
    position: relative;
    z-index: 1;
    color: #333333;
    border: 1px solid #e2e2e2;
}

.datagrid_table.toggle-div {
    background-color: transparent;
    padding: 0;
}

.ctrl_toggle#ctrl_toggle_par1 select,
.ctrl_toggle#ctrl_toggle_par2 select,
.ctrl_toggle#ctrl_toggle_par3 select,
.ctrl_toggle#ctrl_toggle_par4 select,
.ctrl_toggle#ctrl_toggle_par5 select,
.ctrl_toggle#ctrl_toggle_par6 select,
.ctrl_toggle#ctrl_toggle_par7 select,
.ctrl_toggle#ctrl_toggle_par8 select,
.ctrl_toggle#ctrl_toggle_par9 select {
    position: absolute;
    right: 20px;
    margin-top: -6px;
}

.datagrid_table > tbody > tr > td {
    padding: 12px 10px;
    vertical-align: middle;
}

.datagrid_table > tbody > tr, .datagrid_row_order {
    background-color: #fcfcfc;
}

.datagrid_table > tbody > tr:nth-of-type(odd), .datagrid_table > tbody > tr:nth-of-type(odd) .datagrid_row_order {
    background-color: #f7f7f7;
}

.datagrid_table tr.row_default:hover, .datagrid_table tr.row_default:hover .datagrid_row_order {
    background-color: #f0f0f0;
}

.datagrid_row, tr tr:hover .datagrid_row {
    background-color: transparent;
}

.datagrid_head {
    background-color: #727272;
    box-shadow: -1px 0 0 #9d9d9d;
    color: white;
    border: 0;
    margin-top: 20px;
}

.datagrid_head a {
    color: white;
}

.datagrid_head_order {
    background-color: #727272;
    box-shadow: -1px 0 0 #9d9d9d;
    min-width: 90px !important;
}

.datagrid_head_order a, .datagrid_head_order {
    color: white;
}

.datagrid_head_order img {
    margin-left: 10px;
    vertical-align: middle;
    max-width: 10px;
}

.datagrid_foot {
    background-color: #e0e0e0;
}

.ctrl_toggle {
    background-color: #7a7a7a !important;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    padding: 15px 25px !important;
    font-size: 15px;
    height: 20px !important;
}

/* Module container
 ========================================================================= */

.modContainer {
    background: white;
    padding: 10px 20px;
    margin-bottom: 20px;
    border: 0;
    width: 100%;
    max-width: 700px;
}

.modContainer a {
    text-decoration: none;
}

/* Input styling
 ========================================================================= */

[type="text"],
[type="password"],
select,
textarea {
    width: 100%;
    max-width: 400px;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    padding: 7px 8px;
    border-radius: 3px;
}

[type="text"][style="width:30px;"] {
    width: 50px !important;
}

td.ctrl_tme_input > [type="text"] {
    padding: 0;
    margin: 0;
}

.ctrl_fil[type="file"] {
    margin-bottom: 10px;
    font-size: 13px;
}

select:not([multiple]) {
    position: relative;
    outline: none;

    -webkit-appearance: none;
    -moz-appearance: none;

    padding-right: 50px;

    border-radius: 5px;
    background-image: url('../images/redesign/arrow-down-left-border.png');
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

select:not([multiple])::-ms-expand {
    display: none;
}

.mceToolbarTop select:not([multiple]) {
    width: auto;
    background: none;
    -webkit-appearance: menulist;
    padding: 0;
    border-radius: 0;
    margin-left: 5px;
}

.header_main select {
    height: 36px;
    padding: 6px 50px 6px 10px;
}

textarea {
    height: 100px;
    width: 500px !important;
    max-width: 100%;
}

.ctrl_field_input .ctrl_button_body {
    border: 2px solid #000;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    background: #fff;
    -webkit-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s;
}

.ctrl_field_input .ctrl_button_body:hover {
    color: white;
    background: #000;
}

/* Home styling
 ========================================================================= */

.body_main.page_home {
    color: #333333;
}

.body_main.page_home #layoutMiddenvlak {
    background: none;
}

.body_main.page_home #masterBottom {
    background: none;
}

.body_main.page_home #masterTop {
    display: none;
}

.body_main.page_home #layoutMiddenvlak > table {
    width: 430px !important;
}

.body_main.page_home #layoutKeyvisual {
    display: block;
    margin-top: 30px;
    padding: 0;
    background-color: #f5f5f5;
    height: 150px;
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
}

.body_main.page_home #keyvisualHomeNL {
    background: url('../images/redesign/flink-webcomposer-logo-black.png') no-repeat center center;
    height: 150px;
    width: 430px;
}

.body_main.page_home #layoutContent {
    background: none #fff;
    /*border-bottom-right-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
}

.body_main.page_home #layoutContent td > img {
    display: none;
}

.body_main.page_home .g-recaptcha {
    margin: 0;
}

.body_main.page_home #layoutContent table > tbody > tr > td:first-of-type {
    padding-top: 0 !important;
}

.body_main.page_home #layoutContent form > table > tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.body_main.page_home #layoutContent form > table > tbody > tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 5px;
}

.body_main.page_home #layoutContent form > table > tbody > tr > td {
    display: block;
}

.body_main.page_home #layoutContent form > table > tbody > tr > td:nth-of-type(1) {
    width: 100%;

}

.body_main.page_home #layoutContent form > table > tbody > tr > td:nth-of-type(2) {
    flex-grow: 1;
}

.body_main.page_home #layoutContent form > table > tbody > tr:nth-of-type(1) > td:first-of-type,
.body_main.page_home #layoutContent form > table > tbody > tr:nth-of-type(2) > td:first-of-type,
.body_main.page_home #layoutContent form > table > tbody > tr:nth-of-type(3) > td:first-of-type {
    font-size: 14px;
    line-height: 32px;
    margin-right: 10px;
    font-weight: bold;
}

.body_main.page_home #layoutContent form > table > tbody > tr:nth-of-type(1) > td:nth-of-type(3) img,
.body_main.page_home #layoutContent form > table > tbody > tr:nth-of-type(2) > td:nth-of-type(3) img,
.body_main.page_home #layoutContent form > table > tbody > tr:nth-of-type(3) > td:nth-of-type(3) img {
    display: none;
}

.body_main.page_home #layoutContent form > table > tbody > tr > td > table {
    width: 100%;
}

.body_main.page_home #layoutContent form > table > tbody > tr > td > table input[type="text"],
.body_main.page_home #layoutContent form > table > tbody > tr > td > table input[type="password"] {
    width: 100% !important;
    height: 34px;
    padding: 5px 11px;
    line-height: 22px;
    border: 1px solid #d4d4d4;
    outline: none;
}

.body_main.page_home #layoutContent form > table > tbody > tr.row_default.link-row > td {
    width: auto !important;
}

.body_main.page_home #layoutContent input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
}

.body_main.page_home #layoutContent label {
    color: #333333;
    font-size: 14px !important;
}

.body_main.page_home .link-row {
    padding-top: 20px;
}

.body_main.page_home .button_login, .body_main.page_home .button_reset-password {
    background: #333;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.body_main.page_home .button_login:hover {
    background-color: #000;
}

.body_main.page_home .recaptcha-row {
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.body_main.page_home .lost-password span {
    text-decoration: underline;
    font-size: 12px;
    margin-left: 20px;
    cursor: pointer;
}

.body_main.page_home .lost-password span:hover {
    text-decoration: none;
}

.body_main.page_home .loginerror {
    background: #f7d6d6;
    color: #555;
    border: 0;
    width: 100%;
    padding: 20px;
    font-size: 12px;
    box-sizing: border-box;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    margin-top: 40px;
    margin-bottom: -10px;
    border-radius: 5px;
}

.body_main.page_home form[name="login_form"] tr, .body_main.page_home form[name="password"] tr,
.body_main.page_home form[name="login_form"] td, .body_main.page_home form[name="password"] td,
.body_main.page_home form[name="login_form"] table, .body_main.page_home form[name="password"] table,
.body_main.page_home form[name="login_form"] tbody, .body_main.page_home form[name="password"] tbody {
    display: block;
}

.body_main.page_home form[name="login_form"] td,
.body_main.page_home form[name="password"] td {
    display: inline-block;
}

.body_main.page_home form[name="login_form"] td.ctrl_field_input,
.body_main.page_home form[name="password"] td.ctrl_field_input {
    width: 100%;
}

.body_main.page_home form[name="login_form"] .link-row td {
    display: inline-block !important;
}

.body_main.page_home form[name="login_form"],
.body_main.page_home form[name="password"] {
    width: 350px;
}

/* Custom module menu with subitems
    - Volkerwessels
    - Janssen & de Jong
================================================================= */

.leftmenu_ul.volkerwessels_module li a,
.leftmenu_ul.janssen_de_jong_module li a {
    display: block;
    width: 100%;
}

.leftmenu_ul.volkerwessels_module li a:before,
.leftmenu_ul.janssen_de_jong_module li a:before {
    display: none;
}

.leftmenu_ul.volkerwessels_module li span.menu-parent-item,
.leftmenu_ul.janssen_de_jong_module li span.menu-parent-item {
    margin-top: 20px;
    display: block;
}

.leftmenu_ul.volkerwessels_module li span.menu-sub-item,
.leftmenu_ul.janssen_de_jong_module li span.menu-sub-item {
    padding-left: 20px;
}

.leftmenu_ul.volkerwessels_module li:first-of-type .menu-parent-item,
.leftmenu_ul.janssen_de_jong_module li:first-of-type .menu-parent-item {
    margin-top: 0;
}

.leftmenu_ul.volkerwessels_module li span.menu-parent-item:before,
.leftmenu_ul.volkerwessels_module li span.menu-sub-item:before,
.leftmenu_ul.janssen_de_jong_module li span.menu-parent-item:before,
.leftmenu_ul.janssen_de_jong_module li span.menu-sub-item:before {
    position: absolute;
    content: '';
    background-image: url('../images/redesign/arrow-white-right.gif');
    left: -12px;
    bottom: 0;
    color: white;
    line-height: 24px;
    font-weight: bold;
    height: 10px;
    width: 10px;
    background-size: 100%;
}

.leftmenu_ul.volkerwessels_module li span.menu-parent-item:before,
.leftmenu_ul.janssen_de_jong_module li span.menu-parent-item:before {
    top: auto;
    bottom: 7px;
    left: -12px;
}

.leftmenu_ul.volkerwessels_module li span.menu-sub-item:before,
.leftmenu_ul.janssen_de_jong_module li span.menu-sub-item:before {
    bottom: 7px;
    left: 4px;
}

/* Styling for list with + icons
 ======================================================================================== */

body .table_right > form:first-of-type,
body .table_right > div:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

body .table_right > form:last-of-type,
body .table_right > div:last-of-type:not(.tracking_line) {
    padding-bottom: 20px;
    margin-bottom: 50px !important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

body .table_right > form > div:first-of-type:not(.mandatory_text),
body .table_right > div:nth-of-type(1n + 2) {
    background: white;
    padding: 10px;
    border-bottom: 1px solid #efefef;
}

body .table_right > form:last-of-type > div:first-of-type {
    border-bottom: 0;
}

body .table_right > form:hover {

}

body .table_right > form div > .datagrid_table {
    padding: 10px;
    margin: 0 !important;
}
body .table_right > form div > .datagrid_table:empty {
    padding: 0;
}

body .table_right .datagrid_list_container {
    padding: 40px 0 0;
    margin-top: -42px;
    display: block;
    border: 1px solid #dcdcdc !important;
    box-sizing: border-box;
    width: calc(100% + 0px);
    margin-left: 0;
    margin-bottom: 20px;
    background: white;
}

body .table_right .datagrid_list_container > .datagrid_table {
    padding: 10px 30px;
}

body .table_right .datagrid_list_container > .datagrid_table .datagrid_foot {
    padding-left: 0;
}

body .table_right form .datagrid_list_container .row_default:first-of-type .datagrid_head {
    display: none;
}

body .table_right form > div > span > img,
body .table_right > div:nth-of-type(1n+2) > span > img {
    margin-left: 20px;
    margin-right: 5px;
}

/* Icon styling
 ======================================================================================== */

.modIcon {
    max-width: 50px;
    max-height: 50px;
    padding-right: 20px;
}

.modIcon img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.datagrid_row span a img, .datagrid_row > a > img, .datagrid_row a.pubPreview img, .datagrid_row > img, .datagrid_row_order a img, .datagrid_row_order > img {
    max-width: 20px;
    max-height: 20px;
    width: auto;
    height: auto;
}

.datagrid_row > img + .cell_left a > img.img_help {
    margin-right: 5px;
}

.img_help {
    max-width: 20px;
    max-height: 20px;
}

/* Button styling in foot
 ======================================================================================== */

.datagrid_foot {
    background-color: white;
}

.datagrid_foot .ctrl_button_link:hover {
    color: inherit;
}

.ctrl_button_link .ctrl_button_body, button {
    float: left;
    display: inline-block;
    background: #565656;
    border: 0;
    color: white;
    border-radius: 5px;
    line-height: 24px;
    padding: 5px 20px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-left: 10px;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
}

.ctrl_button_link .ctrl_button_body:hover, button:hover {
    background-color: #000;
    color: white;
}

.datagrid_foot .ctrl_button_link:nth-of-type(1) .ctrl_button_body {
    margin-left: 0;
}

.datagrid_table + .mandatory_text {
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 60px;
}

table.ctrl_navbar {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
}

table.ctrl_navbar > tbody > tr > td:first-of-type {
    text-align: left;
    padding-left: 20px;
}

table.ctrl_navbar > tbody > tr > td:last-of-type {
    text-align: right;
    padding-right: 20px;
}

table.ctrl_navbar > tbody > tr > td > a {
    display: inline-block;
}

table.ctrl_navbar > tbody > tr > td > a .ctrl_button_body {
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
}

table.ctrl_navbar > tbody > tr > td > a .ctrl_button_body strong {
    text-decoration: underline;
}

.table_right > form > div[style="width: 250px;"] {
    width: 100% !important;
}

form#cacheflush {
    margin-top: -50px !important;
    margin-left: -10px !important;
}

.filemod_block .filemod_but_edit, .filemod_block .filemod_but_delete {
    background-position: center center !important;
    background-size: 70% !important;
}

.table_right > .datagrid_table > tbody > tr.row_default_lng td.ctrl_toggle,
.table_right > form > .datagrid_table + .datagrid_table > tbody > tr:last-of-type td.ctrl_toggle,
form > .datagrid_table.toggle-div:first-of-type tr:last-of-type td.ctrl_toggle {
    display: table-cell !important;
}

.ctrl_container > .datagrid_table {
    padding-top: 20px;
}

.table_right > .ctrl_container, .table_right > form > .datagrid_table + .datagrid_table + .ctrl_container {
    display: block;
    margin-top: -52px;
    padding-top: 50px !important;
    position: relative;
    background-color: #fff;
    border-radius: 0 !important;
    border: 0 !important;
}

.table_right > .ctrl_container > .datagrid_table.table, .table_right > form > input + .datagrid_table + .datagrid_table + .ctrl_container > .datagrid_table.table {
    border: 1px solid #e2e2e2 !important;
    margin-left: 11px !important;
    margin-right: 11px;
    width: calc(100% - 22px);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.footer_alphabetic {
    width: 100%;
    margin-top: -5px;
    padding-bottom: 20px;
    background: white;
    text-align: center;
}

.footer_alphabetic .datagrid_foot {
    text-align: center;
}

.footer_alphabetic .ctrl_button_link .ctrl_button_body {
    float: none !important;
    margin-right: 0 !important;
}

.footer_alphabetic .datagrid_foot .ctrl_button_link .ctrl_button_body,
table.ctrl_navbar .ctrl_button_link .ctrl_button_body {
    background-color: #fafafa;
    color: #333333;
    border: 1px solid #e2e2e2;
    text-transform: uppercase;
    margin-left: 8px;
}

.footer_alphabetic .datagrid_foot .ctrl_button_link.active .ctrl_button_body,
.footer_alphabetic .datagrid_foot .ctrl_button_link:hover .ctrl_button_body {
    background-color: #ededed;
}

.footer_alphabetic .ctrl_button_body {
    padding: 5px 8px;
}

table.ctrl_navbar .ctrl_button_link .ctrl_button_body {
    margin: 0 2px;
}

span.is-container + div + .datagrid_list_container {
    display: none !important;
}

#SFRM_att_nationality, #SFRM_language, #SFRM_level {
    width: auto;
}

img[width="9"][height="9"] {
    width: 13px !important;
    height: 15px !important;
    vertical-align: sub;
    display: inline-block;
}

.ctrl_linkSelectLb {
    font-size: 14px;
}

.ctrl_linkSelectLb {
    color: firebrick;;
}


.next-align-top + .datagrid_table > tbody > tr > td {
    vertical-align: top;
}

.next-min-margin-top-20 + .datagrid_table {
    margin-top: -10px;
    padding-top: 0;
}
.next-min-margin-top-30 + .datagrid_table {
    margin-top: -20px;
    padding-top: 0;
}



form[action="/modules/SFIL0200/fil_admin.php"] .datagrid_table > tbody > tr > td.datagrid_row {
    padding-top: 5px;
    padding-bottom: 5px;
}

form[action="/modules/SFIL0200/fil_admin.php"] .datagrid_table > tbody > tr > td.datagrid_row a img {
    max-width: 100%;
    max-height: 100%;
}


/* MODULE ICONS */


.modIcon {
    /*display: none;*/
}

.modIcon:after {
    display: block;
    width: 50px;
    height: 50px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}


.modIcon img {
    display: none;
}

.modIcon-cat-3:after { content: ''; background-image: url('../images/redesign/icons/settings-3.png');}
.modIcon-cat-4:after { content: ''; background-image: url('../images/redesign/icons/megaphone.png');}
.modIcon-cat-5:after { content: ''; background-image: url('../images/redesign/icons/paper-plane.png');}
.modIcon-mod-SPUB:after { content: ''; background-image: url('../images/redesign/icons/publication.png');}
.modIcon-mod-SFIL:after { content: ''; background-image: url('../images/redesign/icons/file.png');}
.modIcon-mod-SEML:after { content: ''; background-image: url('../images/redesign/icons/mail-edit.png');}
.modIcon-mod-SLNK:after { content: ''; background-image: url('../images/redesign/icons/link.png');}
.modIcon-mod-STAT:after { content: ''; background-image: url('../images/redesign/icons/users-view.png');}
.modIcon-mod-SACC:after { content: ''; background-image: url('../images/redesign/icons/users-edit.png');}
.modIcon-mod-SLNG:after { content: ''; background-image: url('../images/redesign/icons/worldwide.png');}
.modIcon-mod-SSET:after { content: ''; background-image: url('../images/redesign/icons/settings-1.png');}
.modIcon-mod-SBNR:after { content: ''; background-image: url('../images/redesign/icons/file-sync.png');}
.modIcon-mod-CAAW:after { content: ''; background-image: url('../images/redesign/icons/settings-1.png');}
.modIcon-mod-SDAT:after { content: ''; background-image: url('../images/redesign/icons/file-view.png');}
.modIcon-mod-STAF:after { content: ''; background-image: url('../images/redesign/icons/network.png');}
.modIcon-mod-CAST:after { content: ''; background-image: url('../images/redesign/icons/users-view.png');}
.modIcon-mod-CVWX:after { content: ''; background-image: url('../images/redesign/icons/extranet.png');}


.modIcon-mod-CJJP:after,
.modIcon-mod-CVWP:after { content: ''; background-image: url('../images/redesign/icons/webpaginas.png');}

.modIcon-cat-2:after,
.modIcon-mod-CJJS:after,
.modIcon-mod-CVDB:after,
.modIcon-mod-CVWS:after { content: ''; background-image: url('../images/redesign/icons/module.png');}

.modIcon-mod-SBLG:after,
.modIcon-mod-CJJN:after,
.modIcon-mod-CVWN:after { content: ''; background-image: url('../images/redesign/icons/blog.png');}
