@charset "utf-8";
html {
    overflow-x: hidden;
    overflow-y: scroll;
}


a {
    outline: 0;
}

li {
    line-height: normal;
}

input:focus {
    outline: none;
}

.info-container {
    position: absolute;
    right: -12px;
    bottom: 15px;
    color: #ccc;
    z-index: 200;

}

.field-info {
    position: absolute;
    right: 11px;
    width: 400px;
    top: -15px;
    padding: 25px;
    background-color: white;
    border: 0px solid black;
    display: none;
    background-color: #ccc;
    color: #fff;
    z-index: 190;
}

.info-container i {
    font-size: 20px;
}

.wireframe {
    overflow: hidden;
    width: auto;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.wireframe .w_row {
    border-top: 1px solid #ccc;
    overflow: hidden;

}

.wireframe .w_col {
    width: 60px;
    height: 60px;
    float: left;
    border-left: 1px solid #ccc;
    overflow: hidden;
}

.w_block {
    width: 60px;
    height: 60px;
    background-color: #CD3B3E;
    float: left;
    margin: 10px;
    border: 1px solid #fff;
}

.page-content {
    /*padding: 20px;*/
    overflow: hidden;
}

.icon-big {
    color: #fff !important;
    font-size: 50px !important;
}

.icon-main-nav {
    width: 22px !important;
    margin-top: -3px !important;
    padding-top: 0px !important;
}

.hamburger_menu {
    width: 72px;
    height: 36px;
    text-align: center;
    color: #fff;

}

.hamburger_menu i {
    line-height: 48px;
}

.table-item-rights {
    overflow: hidden;
}

.table-item-rights .nav-tabs {
    border: 0px;
    border-bottom: 1px solid #ccc;

    background: rgb(244, 244, 244); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1NyUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(244, 244, 244, 1) 57%, rgba(238, 238, 238, 1) 100%, rgba(125, 185, 232, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(57%, rgba(244, 244, 244, 1)), color-stop(100%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(125, 185, 232, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(244, 244, 244, 1) 57%, rgba(238, 238, 238, 1) 100%, rgba(125, 185, 232, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(244, 244, 244, 1) 57%, rgba(238, 238, 238, 1) 100%, rgba(125, 185, 232, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(244, 244, 244, 1) 57%, rgba(238, 238, 238, 1) 100%, rgba(125, 185, 232, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 57%, rgba(238, 238, 238, 1) 100%, rgba(125, 185, 232, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#7db9e8', GradientType=0); /* IE6-8 */

}

.chart-tab-page {
    display: none;
}

#tab-page-general {
    display: block;
}

.table-item-rights .nav-tabs > .active > a {
    background-color: #F4F4F4;
    border-color: #ccc !important;
    border-bottom-color: #F4F4F4 !important;
    color: #333;

}

.left-sidebar .content {
    min-height: 0px !important;
}

#scrollbar-three .viewport {
    height: 150px !important;
}

.left-sidebar {
    margin-top: 30px !important;
}

.row-search {
    font-size: 11px;
    font-weight: normal;
    border-top: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    line-height: 16px !important;
    border-bottom: 4px solid #f4f4f4 !important;
}

.row-search th {
    background-color: #f4f4f4;
}

.row-title {
    text-align: left !important;
}

.row-title, .col-action {
    font-size: 11px;
    font-weight: normal;
    padding-top: 4px !important;
    padding-bottom: 2px !important;
    line-height: 16px !important;
    padding-bottom: 5px !important;
    vertical-align: bottom;
    border-bottom: 4px solid #ddd !important;

}

.row-select th {
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 11px;

}

.row-select th a {
    margin-right: 10px;
    color: #428BCA;
}

.table-list {
    margin-top: 30px;

    /*width:100%;*/
    border-collapse: collapse;
}

.table-list thead {
    position: fixed;
    display: table-cell;
    width: 100%;
    display: none;
    /*width:100%;*/
    z-index: 20;
    top: 180px;
}

.table-list tbody {
    width: 100%
    /*width:100%;*/

}

.table_footer {
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    padding: 0px 15px 35px;
    width: 100%;
    border-top: 4px solid #ddd;
}

.table_paging_page {
    float: left;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    cursor: pointer;
    color: #ccc;

}

.table_paging_page.active {
    background-color: #093552;
    color: #fff;
    margin-top: -4px;
    border-top: 4px solid #7CB5EC;

}

.table_paging_page:hover {
    background-color: #ccc;
    color: #fff;
    margin-top: -4px;
    border-top: 4px solid #999
}

.table-list td {
    cursor: pointer !important;
    border-bottom: 1px solid #eee;
    min-width: 120px;
}

.table-list th {
    min-width: 120px;

}

.table-list td.col-delete {
    min-width: 20px;
    width: 20px;
}

.table-list td.col-delete i {
    color: #999;
    font-size: 20px;
}

.table.table-list tbody tr:first-child td {
    padding-top: 130px !important;
}

.td-action-all {
    background-image: url(/img/bg_action_corner.gif);
    background-repeat: no-repeat;
}

.td-action-top {
    background-repeat: no-repeat;
    padding-left: 80px;
}

.td-action {
    background-image: url(/img/bg_action.gif);
    background-repeat: repeat-y;

}

.table-list th.td-action, .table-list td.td-action {
    min-width: 20px;
    padding: 8px;

}

.table-list tr:last-child .td-action {
    background-repeat: no-repeat;
}

.list-image {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    background-position: center;

}

.list-image-border {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    padding: 2px;
}

.linethrough {
    text-decoration: line-through;
}

.back {
    cursor: pointer !important;
    float: left;
    margin-right: 8px;
    color: #ccc;
}

.back:hover {
    color: #000;
    cursor: pointer !important;
}

.tabletab {
    display: none;
    padding-top: 72px;
}

.tab_active {
    display: block;
}

header {
    position: fixed;
    background-color: #fff;
    height: 72px;
    line-height: 72px;
    vertical-align: middle;
    width: 100%;
    font-size: 18px;
    z-index: 14000;
}

.page-header h2 {
    font-size: 30px !important;
    color: #666 !important;
}

.light {
    color: #999 !important;
}

th {
    padding: 0px 4px;
!important;
}

.menu_settings li {
    float: right;
    padding: 0 4px;
    color: #999;
    font-size: 14px;
}

.menu_settings li:hover {
    color: #333;
    cursor: pointer;
}

.block_table_menuleft {
    margin-top: 0px;
    padding-left: 15px;
    width: 100%;
    position: fixed;
    top: 180px;
    z-index: 20;
}

.block_table_menuleft {
    width: 100%;
    border-bottom: 4px solid #ddd;
}

.block_table_menuleft li {
    /*border-bottom: 1px solid #ccc;*/
    padding: 7px 10px 7px 10px;
    margin-right: 10px;
    color: #999;
    float: left;
    margin-bottom: -4px;
    text-transform: uppercase;
    font-size: 11px;

}

.block_table_menuleft li:hover {
    color: #428BCA;
    cursor: pointer !important;

}

.block_table_menuleft .active {
    /*font-weight: bold !important;*/
    color: #000;

    border-bottom: 4px solid #ff4d4d;

}

.block_table_menuleft .active:hover {
    color: #000;
}

.outline-block {
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #eee;
    margin-left: 20px;
    margin-bottom: 15px;
}

.table-item-rights {
    /*border-left: 1px solid #ccc;*/
    background-color: #F4F4F4;
}

.dashboard-wrapper {
    top: 120px;
    margin-left: 0px;
}

#site-popup, #site-popup li {
    font-size: 16px;
    padding:
}

.icon-menu {
    margin-right: 4px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    cursor: inherit;
}

.title span {
    color: #999;
}

.table-top-info {
    background-color: #fafafa;
    /*border: 1px solid #ccc;*/
}

.table-top-info td {
    padding: 5px;
}

.ui-spinner {
    border: 1px solid #ddd !important;
    height: 30px !important;
}

.spinner {
    width: 190px;
}

.tableitem_array {
    width: 70%;
    max-height: 340px;
    background-color: #fff;
    padding: 10px 0px;
    border: 1px solid #ddd !important;
    overflow: auto;
}

.option_list_col {
    padding-right: 10px;
    max-width: 400px;
    float: left;
}

.option_list_col input {
    margin-top: -2px;
}

select {
    background-image: url('data:image/svg+xml;utf-8,<svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/><path d="M0-.75h24v24H0z" fill="none"/></svg>');
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-repeat: no-repeat;
    background-position: 99% 45%;
    background-color: #fff;
    outline: none;
    padding-right: 25px;

}


.option_list_row {
    overflow: hidden;
    width: 100%;
    padding: 2px 0px;
    border-bottom: 1px dotted #ccc;
}

.table-list .level1 .firstcol {
    padding-left: 25px;
    background-image: url(/img/structure_line.png);
    background-repeat: no-repeat;
    background-position: -30px 0px;
}

.table-list .level2 .firstcol {
    padding-left: 50px;
    background-image: url(/img/structure_line.png);
    background-repeat: no-repeat;
    background-position: -10px 0px;
}

.table-list .level3 .firstcol {
    padding-left: 80px;
    background-image: url(/img/structure_line.png);
    background-repeat: no-repeat;
    background-position: 10px 0px;
}

.table-list .level4 .firstcol {
    padding-left: 110px;
    background-image: url(/img/structure_line.png);
    background-repeat: no-repeat;
    background-position: 30px 0px;
}

.table-list .lastrow {
    background-position: -10px -27px;
}

/*.col-edit {*/
/*width: 15px;*/
/*}*/

/*.col-delete {*/
/*width: 15px;*/
/*}*/

.alert-message.danger, .alert-message.danger:hover, .alert-message.error, .alert-message.error:hover, .alert-message.success, alert-message.success:hover, .alert-message.info, .alert-message.info:hover {
    color: #ffffff;
}

.alert-message .close {
    line-height: 18px;
}

.alert-message.danger, .alert-message.error {
    background-color: #c43c35;
    background-repeat: repeat-x;

    background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);

    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #c43c35 #c43c35 #882a25;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.alert-message.success {
    background-color: #57a957;
    background-repeat: repeat-x;

    background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);

    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #57a957 #57a957 #3d773d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.alert-message.info {
    background-color: #339bb9;
    background-repeat: repeat-x;

    background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(top, #5bc0de, #339bb9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);

    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #339bb9 #339bb9 #22697d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

:root .alert-message {
    border-radius: 0 \0;
}

.close {
    float: right;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 13.5px;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity=25);
    -khtml-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
}

.close:hover {
    color: #000000;
    text-decoration: none;
    filter: alpha(opacity=40);
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.alert-message {

    font-size: 13px;

    position: relative;
    padding: 7px 15px;
    margin-bottom: 18px;
    color: #404040;

    background-color: #eedc94;
    background-repeat: repeat-x;

    background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
    background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
    background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
    background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
    background-image: -o-linear-gradient(top, #fceec1, #eedc94);
    background-image: linear-gradient(top, #fceec1, #eedc94);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);

    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #eedc94 #eedc94 #e4c652;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-width: 1px;
    border-style: solid;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.alert-message .close {
    margin-top: 0;
}

.alert-message a {
    font-weight: bold;
    color: #404040;
    text-decoration: none;
}

.alert-message.danger p a, .alert-message.error p a, .alert-message.success p a, .alert-message.info p a {
    color: #ffffff;
}

.alert-message p a:hover {
    text-decoration: underline;
}

.alert-message p {
    margin-bottom: 0;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

#sortable li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1.4em;
    overflow: hidden;
}

#sortable li span {
    position: absolute;
    margin-left: -1.3em;
}

.template_page #sortable li {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: -1px;
    margin-left: -1px;
}

.template_page #sortable li div {
    border-color: #ddd;
}

.template_page #sortable {
    overflow: hidden;
    padding-bottom: 50px;
    width: 100%;
}

#chart_div {
    min-height: 200px;
}

.chart-data {
    padding-left: 20px;
}

.chart-data .title {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 14px;
}

.chart-data .data-col {
    float: left;
    width: 8%;
    margin-right: 10px;
}

.chart-data .title-col {
    float: left;
    margin-right: 10px;
}

.chart-data .data-col input, .chart-data .data-col select, .chart-data .title-col input, .chart-data .title-col select {
    width: 100%;
    box-shadow: none !important;
    font-size: 12px;
    height: 22px;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
}

.newsletter-overview {
    margin-bottom: 10px;
}

.newsletter-overview td {
    padding-right: 10px;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}

.custom-combobox-input {
    margin: 0;
    padding: 0.3em;
}

.input-image {
    width: 100px;
    height: 100px;
    padding: 5px;
    float: left;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.stat_row {
    display: none;
}

.slider_image_module {
    padding-left: 90px;
}

.slider_image_section {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.slider_list_image {
    float: left;
    padding-right: 10px;
    width: 100px;
}

.slider_list_text {
    float: left;
    padding-right: 10px;
    width: 300px;
}

.slider_list_image {
    overflow: hidden;
}

.item-delete, .item-edit, .item-mail, .item-done, .item-download-pdf {
    cursor: pointer !important;
    padding-left: 5px;
}

.slider_list_row {
    padding: 10px 15px;
    overflow: hidden;
    border-top: 1px solid #ddd;
}

.btn-language, .btn-translate {
    border-bottom: 0px;
    font-size: 12px;
    /*height: 24px;*/
    /*-moz-border-radius-bottomright: 0px;*/
    /*-webkit-border-bottom-right-radius: 0px;*/
    /*border-bottom-right-radius: 0px;*/
    /*-moz-border-radius-bottomleft: 0px;*/
    /*-webkit-border-bottom-left-radius: 0px;*/
    /*border-bottom-left-radius: 0px;*/

    height: 24px;
    line-height: 24px;
}

.btn-language:first-child {
    margin-left: 10px;

}

.btn-translate {
    float: right;
    margin-right: 30px;
}

.item_icon {
    float: right;
    height: 36px;
    width: 72px;
    text-align: center;
    cursor: pointer;

}

.item_icon i {
    line-height: 36px;
    color: #999;
    text-align: center;
}

.item_icon i:hover {
    color: #000;
}

.colorpicker {
    margin: 0;
    padding: 0;
    border: 0;
    width: 70px;
    height: 20px;
    border-right: 20px solid;
    line-height: 20px;
}

.action {
    float: left;
    margin-right: 15px;
}

.source_fields {

    width: 100%;

}

.databasefields {
    overflow: hidden;
    width: 100%;
}

.source_import_field {
    padding: 5px;
    margin: 5px;
    border: 1px solid #666;
    background-color: #ccc;
    width: 150px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.source_import_field:hover {
    cursor: move;
}

.data_import_field {
    border: 1px solid #ccc;
    border-bottom: 0px;
    padding: 10px;
    width: 90%;
    background-color: #eee;
    overflow: hidden;
    float: leeft;
}

.data_import_header {
    width: 100%;
    overflow: hidden;
    height: 20px;
    padding-left: 15px;
    font-style: italic;
    float: left;
}

.data_import_col1 {
    width: 150px;
    float: left;
    overflow: hidden;
}

.import_table {
    width: 100%;

}

.import_table td {
    padding: 5px;
}

input.import_unique {
    display: none;
    float: right;
}

.data_import_snap {
    height: 30px;
    width: 100%;
    float: right;
    background-color: #ddd;
    margin-top: -5px;
}

.widget-body {
    background-color: #fff;
    overflow: auto;
}

.tab-line {
    width: 100%;
    height: 33px;
    border-bottom: 1px #ccc solid;
    z-index: 0;
    background-color: #F4F4F4;
    overflow: hidden;
}

.tab-row {
    position: absolute;
    padding-top: 5px;
    overflow: hidden;
    padding-left: 20px;
    z-index: 10;
    width: 100%;
}

.tab-item {
    float: left;
    padding: 4px 20px;
    cursor: pointer;

}

.tab-item.active {
    padding-top: 6px;
    background-color: #FDFDFD;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.tab-page {
    padding-top: 30px;
    background-color: #FDFDFD;
}

.tab-page {
    display: none
}

.tab-page.active {
    display: block;
}

.sync_error {
    overflow: hidden;
    width: 100%;
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    background-color: #eee;
}

.sync_error p {
    padding: 5px;
    padding-left: 10px;
    margin: 0;
}

.project_progress_base {
    background-color: #FBFBFB;
    height: 24px;
}

.info-right {
    float: right;
    color: #999;
}

.project_progess_bar {
    margin-top: 4px;
    height: 20px;
    float: left;
}

.project_progress_done {
    background-color: #0C0;
}

.project_progress_planned {
    background-color: #9C6;
}

.project_progress_over {
    margin-top: 0px;
    float: right;
    height: 4px;
    background-color: #FF0000;
}

.quotation_preview {
    width: 90%;
    max-width: 700px;
    background-color: #fff;
    padding: 20px;
    padding-left: 80px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.quotation_preview table {
    width: 100%;
    margin: 0px;
    padding: 0px;

}

.quotation_preview table td {
    vertical-align: top;
}

.quotation_preview h2, .quotation_preview h3 {
    margin: 0;
    padding: 0;
}

.quotation_preview h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 15px;
    text-transform: uppercase;
    color: #999;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
}

.quotation_preview h3 {
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

.quotation_preview .q_description {
    width: 480px;
}

.quotation_preview .q_quantity {
    width: 50px;
}

.quotation_preview .q_euro {
    width: 20px;
}

.table_quotation_variable td {
    border-bottom: 1px dotted #ccc;

}

.quotation_preview .q_price {
    width: 50px;
}

.quotation_preview .q_pricetotal {
    width: 50px;
    text-align: right;
}

.quotation_preview .q_description_variable {
    width: 550px;
}

.quotation_preview .q_pricetotal_variable {
    width: 100px;
    text-align: right;
}

.fieldset_quotation .control-group {
    margin-bottom: 0px;
}

.block_lan {
    display: none;
    width: 100%;
}

.lan {
    display: block;
}

.quotation_description {
    padding-bottom: 10px;
    position: relative;
    padding-right: 15px;
}

input.ajax_edit_field, .image_list_text textarea {
    width: 100%;
    padding: 2px 1px;
    font-size: 12px;
    border: 0px;
    background-color: #fff;
    margin: 0px;
    border-bottom: 1px dotted #eee;
    box-shadow: none;
    z-index: 100;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

h3 input.edit_quotation {
    font-weight: bold;
    width: 100%;

}

input.edit_quotation.small {
    width: 50px;
}

.function_top {
    float: right;
}

.function_top select {
    width: 70px;
}

textarea.edit_quotation {
    padding: 2px 1px;
    width: 100%;
    font-size: 12px;
    border: 0px;
    background-color: #fff;
    margin: 0px;
    z-index: 1000;
    box-shadow: none;
    border-bottom: 1px dotted #eee;

}

#totalBasic {
    font-weight: bold
}

.quotationtype_block, .image_sort_wrapper {
    overflow: auto;
}

.quotation_block {
    cursor: move;
    overflow: hidden;

}

.quotation_block:hover {
    border-left: 20px solid #eee;
    padding-left: 10px;
}

.image-delete, .quotation-delete {
    position: absolute;
    right: 0px;
    overflow: hidden;
    cursor: pointer;
    color: #ccc;
    margin-top: 4px;
    font-size: 14px;
}

.image-delete:hover, .quotation-delete:hover {
    color: #333;
}

.image-delete {
    margin-left: 710px;
    left: 0;
}

.image_list {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.image_list_image {
    position: relative;
    float: left;
    margin-right: 15px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.image_list_wrapper {
    width: 80px;
    height: 80px;
    margin: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.image_list_text {
    float: left;
    width: 600px;
    overflow: hidden;
}

#none-sortorderimage {
    display: none;
}

.option_level0, .option_level1, .option_level2, .option_level3 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 4px 3px;
    border-top: 1px dotted #ccc;
}

.option_level0 {
    font-weight: bold;
}

.option_level1 {
    padding-left: 20px;

}

.option_level2 {
    padding-left: 40px;
}

.option_level3 {
    padding-left: 60px;
}

.ajax_loader {
    width: 100%;
    padding-left: 50px;
    padding-top: 50px;
}

.ajax_block {
    min-height: 250px;
}

.ajax_block table {

}

.ajax_block th {
    text-align: left;
    padding-top: 5px;
    border-bottom: 1px solid #ddd;
}

.ajax_block td {
    border-bottom: 1px solid #ddd;
    padding: 5px 0px;
    padding-right: 10px;
}

.ajax_block input:checkbox {
    margin-left: 10px;
}

.ajax_select_option {
    position: absolute;
    margin-top: -1px;
    width: 120px;
    border: 1px solid #ddd;
    border-top: 1px dotted #ddd;
    background-color: #fff;
    width: 206px;
    display: none;
    padding: 6px;
    -webkit-box-shadow: 7px 7px 9px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow: 7px 7px 9px 0px rgba(50, 50, 50, 0.32);
    box-shadow: 7px 7px 9px 0px rgba(50, 50, 50, 0.32);
}

.row_feature_option:hover {
    cursor: pointer;
    background-color: #eee;
}

.top_row {
    width: 100%;
    background-color: #999;
    /*border-bottom: 1px solid #333;*/
    height: 90px;
}

.row_example {
    overflow: hidden;
    float: left;
    margin: 15px;
    height: 60px;
    width: 100px;
    /*border: 1px solid #fff;*/
    background-color: #aaa;
}

.template_page .row_example {
    width: 100%;
    margin: 0px;
    height: auto;
    min-height: 60px;
    background-color: #fff;
    float: none;

}

.row_example_col {
    float: left;
    height: 60px;
    border-right: 1px solid #fff;
}

.template_page {
    width: 70%;
    max-width: 980px;
    min-height: 300px;
    border: 1px solid #ccc;
    margin: 15px;

}

.block_example {
    width: 200px;
    height: 100px;
    background-color: #D4D4D4;
    border: #ccc;
}

.shop_order_top ul li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    height: 20px;
    border-right: 1px solid #ccc;
}

.order_wrapper {
    padding: 20px;
}

.order_block {
    display: inline-block;
    padding: 10px 20px 10px 0px;
    width: 25%;
    overflow: hidden;
}

.orderitem_block {
    overflow: hidden;

}

.order_item_row {
    overflow: hidden;
}

.order_item_row .col {
    float: left;
    padding: 10px 20px 10px 0px;
    border-top: 1px solid #ccc;
}

.order_item_row .col1 {
    width: 5%;
}

.order_item_row .col2 {
    width: 50%;
}

.order_item_row .col3 {
    width: 30%;
    text-align: right;
}

.ksf_beoordeel {
    padding: 0pc 15px;
}

.title_actie {
    font-size: 22px;
    padding-bottom: 20px;
}

.text_actie {
    font-size: 14px;
}

.text_actie table {
    margin-bottom: 20px;
    width: 100%;
}

.text_actie td {
    vertical-align: top !important;
    padding: 5px 0px;
    padding-right: 10px;
}

.text_actie td:first-child {
    width: 145px;
    font-size: 12px;
    color: #1a1a1a;
    text-align: right;
    padding-right: 20px;

}

.shop_transaction_overview h2 {
    font-size: 20px;
}

.site_icon {
    width: 75px;
    text-align: center;
    z-index: 150;
    overflow: hidden;
    height: 72px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.site_icon i {
    font-size: 30px;
    line-height: 75px;
    color: #093552;
}

.site_title {
    font-size: 20px;
    color: #093552;
    position: absolute;
    left: 72px;
    font-weight: bold;
    z-index: 150;
    cursor: pointer;
}

.header_blocks {
    float: right;
    width: 100%;
    position: absolute;

}

.header_block {
    float: right;
}

.header_sites {
    position: absolute;
    left: 72px;
    top: 18px;
    display: none;
}

.header_block i {
    font-size: 30px;
    display: inline-block;
    line-height: 72px;
}

.header_name, .icon {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    line-height: 72px;
}

.header_login {
    padding: 0px 10px;
    min-width: 200px;
    background-color: #093552;
    color: #fff;
    text-align: center;
    height: 72px;
}

.header_modules {
    width: 72px;
    background-color: #ff4d4d;
    color: #fff;
    text-align: center;
    line-height: 72px;
    cursor: pointer;
    height: 72px;
}

.header_modules_popup {
    position: absolute;
    top: 72px;
    right: 0px;
    z-index: 10000;
    width: 250px;
    min-height: 100px;
    background-color: #fff;

    line-height: 20px;
    padding-bottom: 15px;
    display: none;

    -webkit-box-shadow: 3px 38px 59px -38px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 3px 38px 59px -38px rgba(0, 0, 0, 0.47);
    box-shadow: 3px 38px 59px -38px rgba(0, 0, 0, 0.47);
}

.header_sites {
    width: 190px;
}

.header_sites #site-popup li, .CMSsearch {
    width: 350px;;
}

.CMSsearch input {

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.module_item {
    color: #ff4d4d;
    display: inline-block;
    width: 70px;
    height: 50px;
    padding-top: 25px;
}

.module_item h4 {
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    margin-top: 5px;
}

.module_item i {
    color: #ff4d4d;
    font-size: 40px;
}

.col_left_modules .levels {
    position: absolute;
    left: 72px;
    width: 216px;
    top: 0px;
    text-align: left;
    background-color: #e6eaed;
    padding: 10px 0px;
    padding-top: 0px;
    display: none;
    z-index: 120000;
    height: 1300px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.small_shadow {
    -webkit-box-shadow: 3px 3px 2px 0px rgba(102, 102, 102, 0.14);
    -moz-box-shadow: 3px 3px 2px 0px rgba(102, 102, 102, 0.14);
    box-shadow: 3px 3px 2px 0px rgba(102, 102, 102, 0.14);
    background-color: #fff;

}

.col_left_modules .levels.fixed.selected {
    display: block;
    background-color: #fcfcfc;
    border-right: 1px solid #f4f4f4;
}

.col_left_modules .levels.fixed.selected.collapsed {
    display: none;
}

.col_left_modules .levels.fixed.selected li a.active {
    color: #ff4d4d;
    font-weight: 700;
}

.header_sites li {
    list-style: none;
}

.header_sites ul.levels {
    background-color: #fff;
    overflow: hidden;
    padding: 0px;
    margin: 0px !important;

}

.header_sites ul.levels .CMSsearch input {
    color: #093552;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #fff;
    padding-left: 0;

}

.menu_settings {
    position: fixed;
    top: 130px;
    right: 10px;
}

.header_sites ul.levels li {
    padding: 10px 0px;
    display: none;

}

.header_sites ul.levels li:hover {
    background-color: #ddd;
}

.header_sites ul.levels li.CMSsearch {
    padding: 0;
}

.header_sites .CMSsearch {
    display: block;
}

.header_sites ul.levels li a {
    padding-left: 10px;
}

.header_sites .CMSsearch input {
    width: 200px;
    height: 36px;
    padding: 5px 10px;
    margin-top: 0px;
}

.td_dashboard {
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
}

.td_dashboard.total {
    font-weight: bold;
    font-size: 20px;
}

.td_dashboard.top {
    font-style: italic;
}

.dashboard_select {
    margin-bottom: 15px;
}

.col_left_menu, .col_left_modules {
    float: left;
    height: 2000px;
    padding: 20px 0px;
}

.col_left_menu {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 10%;
    background-color: #ededed;
    display: none;

}

.col_left_menu li, .col_left_modules li, .structure_edit ul li {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 8px 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    border-top: 1px dotted #ddd;

}

.col_left_menu li:last-child, .col_left_modules li:last-child {
    border-bottom: 1px dotted #ddd;
}

.col_left_menu li a, .col_left_modules li a {
    color: #999;
}


.col_left_menu li, .col_left_modules li.levels_top {
    float: right;
    text-align: right;
    padding: 8px;
    color: #999;
}

.col_left_menu li, .col_left_modules li.levels_top i {
    font-size: 18px;

}

.col_left_modules li.levels_top.collapsed i {
    font-size: 22px;
    opacity: 0.7;
}

.col_left_menu li, .col_left_modules li.levels_top.collapsed {
    float: right;
    text-align: right;
    padding: 8px;
    display: none;
}

.col_left_modules li.levels_top.collapsed {
    padding-top: 5px;
}

.col_left_menu li, .col_left_modules .levels.collapsed li.levels_top {
    display: none;
}

.col_left_menu li, .col_left_modules .levels.collapsed li.levels_top.collapsed {
    display: block;
}

.col_left_menu li, .col_left_modules li.levels_top i {
    font-size: 18px;
    cursor: pointer;
}

.col_left_modules {
    text-align: center;
    width: 72px;
    background-color: #f4f4f4;
    position: fixed;
    left: 0;
    top: 120px;
    z-index: 1000;

}

.col_left_modules .module_item {
    width: 100%;
    height: 30px;
    padding: 8px 0px;

}

.col_left_modules .module_item:hover {
    background-color: #e6eaed;
}

.col_left_modules .module_item:hover i {
    color: #093552;
}

.col_left_modules .module_item.selected, .col_left_modules .module_item.selected i {
    background-color: #ff4d4d;
    color: #fff;
}

.col_left_modules .module_item i {
    color: #666;
    font-size: 28px;
    width: auto;
    height: 25px;
}

.left_icon {
    float: left;
    padding-right: 15px;
}

.left_item {
    /*padding-top: 3px;*/
}

.timeunit {
    width: 40px;
    height: 40px;
    background-color: #fff;
    float: left;
    border: 1px solid #ccc;
    border-right: 0px;
}

.timeunit:last-child {
    border-right: 1px solid #ccc;
}

.timeunit.active {
    background-color: #0bb35d;
}

/* ORDER FLOW */
.orderflow_row_heading {
    background-color: #888 !important;
}

.orderflow_cell_heading {
    background-color: #fff !important;
}

.orderflow_row_body {
    background-color: #fff !important;
    padding-bottom: 25px !important;
}

.orderflow_cell_body_normal {
    background-color: #fff !important;
    border: 1px solid #d8d8d8 !important;
    color: #9b9b9b !important;
    text-decoration: underline;
    cursor: pointer;
}

.orderflow_cell_body_normal:hover {
    background-color: #fff !important;
    cursor: pointer;
}

.orderflow_cell_body_done {
    background-color: #fff !important;
    border: 1px solid #d8d8d8 !important;
    color: #1eec88 !important;
    cursor: auto;
}

/* TABLE LIST -  new style (28-7-2016) */

.tablelist {
    width: 100%;
}

.tablelist td, .tablelist th {
    padding: 5px 5px 0 0;
    /*width: 10%;*/
    font-size: 12px;
    line-height: 24px;
}

.tablelist td {
    border-bottom: 1px solid #f4f4f4;
}

.tablelist th {
    /*padding:20px;*/
    font-weight: bold;
}

.table-list-child {
    margin-left: 10px;
    /*display: none;*/
}

.table-list-child td {
    border: none;
    padding-bottom: 10px;
    /*font-size: 12px!important;*/
}

.button {
    background-color: #ff4d4d !important;
    color: #ffffff;
    border-radius: 100px;
    border: 1px solid #ff4d4d;
    font-size: 18px;
    padding: 10px 25px;
    cursor: pointer;
    -webkit-appearance: none;
}

.but_add.material-icons {
    font-size: 30px;
    COLOR: #ff4d4d;
    CURSOR: POINTER;

}

.tablelist input {
    padding: 10px !important;
    font-size: 12px;
}

.tablelist .child-hider {
    display: none;
}

.tablelist .child-interactor {
    cursor: pointer;
    vertical-align: middle;
}

.updateField {
    width: 70px;
    text-align: center;
}

.updateField-interactor {
    cursor: pointer;
    vertical-align: middle;
}

.updateField-minus {
    margin-right: 5px;
}

.updateField-plus {
    margin-left: 5px;
}

/* ORDERITEMS */
.checkout_product_chooser {
    display: none;
    float: left;
    width: 89%;
    padding: 10px 0;
}

#checkout_product_chooser_label {
    font-weight: bold;
    padding: 10px 0;
}

#checkout_product_chooser_text {
    width: 100%;
}

#checkout_product_chooser_no_results {
    display: none;
}

#checkout_product_chooser_results {
    display: none;
    width: 100%;
    margin: 0;
    font-size: 14px;
    color: #3b3b3b;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.checkout_product_chooser_result {
    padding: 5px;
    cursor: pointer;
}

.checkout_product_chooser_result:hover {
    background-color: #f2f2f2;
}

#order-action-bar {
    overflow: hidden;
}

#orderitem-add {
    cursor: pointer;
    float: right;
}

.dashboard_wrapper {
    padding: 15px;
}

.dashboard_totalRow {
    overflow: hidden;
}

.dashboard_item {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dashboard_totalRow_item {
    border: 1px solid #ddd;
    width: 100%;
    padding: 15px;
    text-align: center;
    height: 160px;
    margin-bottom: 25px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.dashboard_totalRow_item:hover {
    background-color: #f8f8f8;
}

.dashboard_totalRow_item .pager {
    display: inline-block;
    margin-right: 6px;
    margin-top: 12px;
    background-color: #093552;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #093552;
    font-weight: 400;
    cursor: pointer;
}

.dashboard_totalRow_item .pager:hover {
    background-color: #ff4d4d;
    border-color: #ff4d4d;
}

.dashboard_totalRow_item .pager.active:hover {
    border-color: #093552;
}

.dashboard_totalRow_item .pager.active {
    background-color: #fff;
    color: #093552;
}

.dashboard_totalRow_item .num_rows {
    font-size: 11px;
    color: #999;
}

.dashboard_totalRow_col {
    text-align: left;
    overflow: hidden;
    height: auto;
}

.dashboard_totalRow_item h2 {
    font-size: 18px;
    font-weight: normal;
    color: #093552;
    opacity: 0.8;
    line-height: 30px;
    display: inline-block;
}

.indicator {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #ff4d4d;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
    display: inline-block;
}

.status_icon {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    text-align: center;
    margin: 0px 15px 0px 10px;
    border: 0px;
}

.row_status {
    border-top: 1px solid #ddd;
}

.row_status:hover {
    background-color: #ededed;
}

.row_status_col {
    line-height: 60px;

}

.row_status_col.status {
    width: 30px;
}

.status_table {
    width: 100%;
}

.dashboard_totalRow_item h4 {
    font-size: 50px;
    font-weight: bold;
    color: #093552;
}

.dashboard_totalRow_item h5 {
    font-size: 14px;
    font-weight: normal;
    color: #093552;
}

.dashboard_totalRow_item h5 i {
    font-size: 16px;
    padding-right: 5px;
}

.db_item_small_text .expl_text {
    display: inline;
    /*display: none*/

}

.dashboard_header {
    font-size: 18px;
    font-weight: normal;
    color: #093552;
    opacity: 0.8;

    display: inline-block;
    padding-bottom: 30px;
    cursor: pointer;
}

.db_item_small_text {
    display: inline;
    text-transform: uppercase;
    font-size: 11px;

}

.negativeDif {
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
}

.mag-current-counting td:first-of-type {
    border-left: 2px solid #ff4d4d;
    border-radius: 8px;
}

.mag-current-counting td:last-of-type {
    border-right: 2px solid #ff4d4d;
    border-radius: 8px;
}

.mag-current-counting td {
    border-top: 2px solid #ff4d4d;
    border-bottom: 2px solid #ff4d4d;
    border-radius: 8px;
}

.mag-current-counting {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.mag-count-done-icon {
    cursor: pointer;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 24px;
    font-weight: bold;
}

.mg-icon-difference {
    display: block;
    float: right;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 24px;
    font-weight: bold;
}

.green-flash {
    -webkit-animation-name: flash-animation;
    -webkit-animation-duration: 1.0s;

    animation-name: flash-animation;
    animation-duration: 1.0s;
}

@-webkit-keyframes flash-animation {
    from {
        background-color: #2ecc71;
    }
    to {
        background-color: transparent;
    }
}

@keyframes flash-animation {
    from {
        background-color: #2ecc71;
    }
    to {
        background-color: transparent;
    }
}

.col_structure {
    border-right: 1px solid #ddd;
    width: 25%;
    min-width: 250px;
    max-width: 300px;
    float: left;
    position: fixed;
    overflow-x: hidden;
}

.structure_header {
    padding: 5px;
    text-align: right;
    color: #999;
    cursor: pointer;
}

.structure_edit ul {
    width: 100%;
    background-color: #fff;
}


.structure_edit ul li {
    cursor: pointer;
    background-color: #fff;
}

.structure_edit ul li:hover {
    /*color: #e6eaed;*/
}

.structure_edit li ul {
    margin-top: 6px;
}

.structurlevel_0 {
    padding-left: 0px;
}

.structurlevel_1 {
    padding-left: 5px;
}

.structurlevel_1 li {
    font-weight: bold;
}

.structurlevel_2 {
    padding-left: 10px;

}

.structurlevel_2 li, .structurlevel_3 li, .structurlevel_4 li, .structurlevel_5 li, .structurlevel_6 li {
    font-weight: normal;
}

.row_period {
    background-color: #efefef;
    padding: 10px;
    width: 100%;
}

.date_selector {
    display: inline-block;
    padding: 0 10px;
}

.row_export_buttons {
    padding: 15px 0;
    overflow: hidden;
}

.export_resume {
    padding: 15px;
    background-color: rgba(9, 53, 82, 0.7);
    color: #fff;
    overflow: hidden;
}

.row_first_text {
    display: inline-block;
    width: 50px;
}

.dashboard_but {
    background-color: #093552;
    padding: 15px;
    font-weght: bold;
    color: #fff;
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
    float: right;
}

.dashboard_but:hover {
    opacity: 0.8;
}

.dashboard_but.active {
    opacity: 1;
}

#export_preview {
    width: 100%;

}

.preview_table {
    height: 500px;
    overflow: auto;
    float: left;

}

.div_graph {
    display: inline-block;
    padding: 2px 5px;
    background-color: #ccc;
    border-right: 1px solid #fff;
    font-size: 10px;
    text-align: right;
    color: #fff;

}

.div_graph.workedhours {
    background-color: #ff4d4d;

}

.div_graph.workhours, .div_graph.openhours {
    background-color: #093552;
    opacity: 0.7;
}

.div_graph.openhours {
    opacity: 0.5;
}

table.dashboard_table, table.dashboard_table tr {
    width: 100%;
}

table.dashboard_table th {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    padding-top: 15px;
    color: #999;
    padding-left: 0;
}

table.dashboard_table td {
    padding: 10px 0px;
    border-top: 1px solid #ddd;
    padding-right: 10px;
}


@media (max-width: 1280px) {
    .db_item_small_text .expl_text {
        display: none;
    }

    .header_modules, .header_name {
        display: none;
    }

    .header_login {
        min-width: 72px;
    }

    #main-nav ul {
        display: none;
    }
}
