/* Minification failed. Returning unminified contents.
(301,1): run-time error CSS1019: Unexpected token, found '@import'
(301,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i')'
 */
@font-face {
    font-family: OpenSans;
    src: url('../Fonts/OpenSans-Regular.ttf'), 
        url('../Fonts/OpenSans-Regular-webfont.eot'); /* IE */
}

@font-face {
    font-family: OpenSans;
    font-weight: 600;
    src: url('../Fonts/OpenSans-Semibold.ttf'), url('../Fonts/OpenSans-Semibold-webfont.eot'); /* IE */
}

@font-face {
    font-family: OpenSans;
    font-weight: bold;
    src: url('../Fonts/OpenSans-Bold.ttf'), url('../Fonts/OpenSans-Bold-webfont.eot'); /* IE */
}

@font-face {
    font-family: 'Trade Gothic Bold';
    src: url('../Fonts/TradeGothic-Bold.eot'), url('../Fonts/TradeGothic-Bold.ttf'); /* IE */
}

html {
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
}

body {
    background-color: #f8f8f8;
    color: #212121;
    font-size: .85em;
    font-family: OpenSans, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}
textarea{
    font-family: OpenSans, Verdana, Helvetica, Sans-Serif;
}
img {
    border: none;
}

.fontTGBold {
    font-family: 'Trade Gothic Bold', Calibri, Sans-Serif;
}

.outerMargin {
    margin-left: 50px;
    margin-right: 50px;
}

a {
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
    cursor: pointer;
    color: rgb(0, 176, 241);
}

header, footer, hgroup, nav, section {
    display: block;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    width: 768px; /*IPad standard*/
}

/* ToDo Remove this if use icons */
.context-menu-item {
    padding: 0 5px !important;
}

#body {
    background-color: #f8f8f8;
    clear: both;
    padding-bottom: inherit;
}

.content-wrapper-main {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    min-width: 768px; /*IPad standard*/
}

.main-content {
    margin-top: 30px;
    padding-top: 20px;
    background-color: white;
    box-shadow: 0 0 5px 5px #e5e5e5;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

footer {
    clear: both;
    color: #787878;
    font-size: .95em;
    height: 100px;
    margin-top: 10px;
}

    footer .content-wrapper {
        border-top: 1px solid #ababab;
    }


/* menu
----------------------------------------------------------*/

ul.mainMenu {
    font-family: 'Trade Gothic Bold', Calibri, Sans-Serif;
    font-size: 2em;
    text-transform: uppercase;
    text-align: left;
    padding: 20px 0 4px 0;
    margin: 0;
    display: inline-block;
}

    ul.mainMenu li {
        display: inline;
        list-style: none;
        padding: 5px 0 5px 0;
        margin-right: .1em;
        margin-left: .1em;
    }

        ul.mainMenu li, ul.mainMenu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul.mainMenu li a:hover {
                color: white;
                text-decoration: none;
            }

ul.subMenu {
    font-family: 'Trade Gothic Bold', Calibri, Sans-Serif;
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: left;
    padding-left: 0;
    padding: 0 0 5px 0;
    margin: 0;
}

    ul.subMenu li {
        display: inline;
        list-style: none;
        padding: 10px 5px;
    }

        ul.subMenu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul.subMenu li a:hover {
                color: #212121;
                text-decoration: none;
            }

ul > li.current {
    background: url('../Images/menu_arrow.png') no-repeat center bottom;
}

.subMenu .current > a {
    color: #212121;
}

.mainMenu .current > a {
    color: white;
}

.fake_textarea input, textarea, select {
    border: thin solid #c1c1c1;
    background: #fff;
    font-size: 1em;
    padding: 5px;
}

select {
    padding: 5px 5px 5px 10px;
}

option:hover {
    background-color: #cfefff;
    color: #212121;
}

option:checked {
    color: #212121;
    background-color: #00b0f1;
}

input.readonly, input[readonly="readonly"] {
    color: gray;
    /*border:0;*/
}

input:focus, textarea:focus, select:focus, select:active {
    border: 1px solid #7ac0da;
}

input[type="checkbox"] {
    background-color: transparent;
    border: 0;
    padding: 0;
}


/* styles for validation helpers */
.field-validation-error {
    color: #ff7471;
    font-size: .85em;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-size: 1em;
}

    .validation-summary-errors ul {
        list-style-type: none;
        padding:0;
        margin:0;
    }
    .validation-summary-errors ul li {
        text-align:left;
        padding: .5em 1.5em;
    }

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

th {
    font-size: 1em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

td {
    padding: 0.25em 0.25em 0.25em 0.5em ;
    border: 0 none;
}

/*Inline help texts*/
#tdHelpText span{
    white-space:pre-wrap;
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
    .outerMargin {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

.alignRight {
    text-align: right;
}

/*DETAILED LIST*/
.detailsTableDiv {
    padding: 10px 20px 10px 20px;
}

    .detailsTableDiv .detailsTable {
        width: 100%;
    }

        .detailsTableDiv .detailsTable tr {
            border-bottom: 1px solid #d9d9d9;
        }

        .detailsTableDiv .detailsTable.edit tr {
            border-bottom: 0;
        }

        .detailsTableDiv .detailsTable.edit input,
        .detailsTableDiv .detailsTable.edit select {
            margin: .35em 0 .35em 0;
        }

        .detailsTableDiv .detailsTable tr:last-child {
            border-bottom: 0;
        }

        .detailsTableDiv .detailsTable tr td {
            line-height: 1em;/*0-2 em Must TODO MWT*/
        }

            .detailsTableDiv .detailsTable tr td .text-box,
            .detailsTableDiv .detailsTable tr td .datetimepicker,
            .detailsTableDiv .detailsTable tr td select,
            .detailsTableDiv .detailsTable tr td textarea {
                width: 75%;
                font-size: 1em;
            }

            .detailsTableDiv .detailsTable tr td:first-child {
                text-align: right;
                width: .1em; /*something smaller than it actually is to keep it as small as possible*/
                white-space: nowrap;
                padding-left: 1em;
                color: #787878;
                vertical-align: unset;
                padding-top: 0.6em;
            }

                .detailsTableDiv .detailsTable tr td:first-child label:after {
                    content: ":";
                }

/*LIST TABLE*/
.listTableDiv {
    padding: 10px 20px 0px 20px;
}

    .listTableDiv .listTable {
        color: #787878;
        width: 100%;
        white-space: nowrap;
        font-size: 0.85rem;
    }

        .listTableDiv .listTable th {
            font-weight: 600;
        }

        .listTableDiv .listTable tr {
            border-bottom: 1px solid #d9d9d9;
        }

        .listTableDiv .listTable.edit tr {
            border-bottom: 0;
        }

        .listTableDiv .listTable.hover tr:hover {
            background-color: #DFF6FF;
        }

        .listTableDiv .listTable.hover tr:first-child:hover {
            background-color: white;
        }

        .listTableDiv .listTable tr:last-child {
            border-bottom: 0;
        }

        .listTableDiv .listTable.edit tr:first-child {
            border-bottom: 1px solid #d9d9d9;
        }

        .listTableDiv .listTable.edit td:last-child {
            text-align: right;
            width: 1px;
        }

        .listTableDiv .listTable tr td, .listTableDiv .listTable th {
            padding: .25em .6em;
            line-height: 2em;
            vertical-align: middle;
        }

/*HEADER*/
.main-content .header {
    font-size: 1.3rem;
}

    .main-content .header > div {
        border-bottom: 2px solid #eee;
        line-height: 40px;
        position: relative;
    }

        .main-content .header > div > img { /*vertical-align: text-bottom;*/
            padding-left: 20px;
        }

        .main-content .header > div.subHeader {
            margin: 0;
            border-bottom: 1px solid #d9d9d9;
            font-size: 1rem;
        }

    .main-content .header #divButtons {
        vertical-align: bottom;
        position: absolute;
        right: 10px;
        bottom: 0;
    }
/*BUTTONS*/
a.button, button.button {
    font-family: OpenSans, Calibri, Sans-Serif;
    font-weight: 600;
    border: 0;
    text-decoration: none;
    background-color: #ff7a00;
    padding: 5px 10px 5px 10px;
    margin: 0 5px 0 5px;
    color: white;
    font-size: .75rem !important;
    text-transform: uppercase;
    outline: 0;
    cursor: pointer;
    line-height: normal;
}

    a.button:focus, a.button:hover, button.button:focus, button.button:hover {
        outline: 1px outset #c1c1c1;
    }

    a.button:active, button.button:active {
        outline: 1px inset #c1c1c1;
    }

a.redButton, button.redButton {
    background-color: #ff7a00;
}

a.blueButton, button.blueButton {
    background-color: #00b0f1;
}

button.blueButton.disabled, button.blueButton.disabled:hover{
    background-color:silver;
    color:#ddd;
    outline:none;
}
/**/
/*CheckBox*/

.checkboxStyled {
    font-family: 'Meiryo UI', Meiryo;
    _background-color: #eee;
    outline: 1px solid #c1c1c1;
    width: .8em;
    height: .8em;
    text-decoration: none;
    font-size: 1rem;
    padding: 0 .25em .5em .25em;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

    /*.checkboxStyled:after {
        content: '\2714';
        color: transparent;
    }*/

    .checkboxStyled.checked:after {
        content: '\2714';
        color: #00b0f1;
    }

/**/
/*MESSAGE*/
.main-content .message {
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
}

    .main-content .message > div {
        padding: 10px 15px 10px 40px;
        height: 100%;
    }

    .main-content .message .messageInfo {
        background: url("../Images/status_info.png") no-repeat 15px 50%;
        background-color: #fffcd0;
    }

    .main-content .message .messageError {
        background: url("../Images/status_error.png") no-repeat 15px 50%;
        background-color: #feeceb;
    }

    .main-content .message .messageOk {
        background: url("../Images/status_ok.png") no-repeat 15px 50%;
        background-color: #e3fad2;
    }
/*Timezone table*/
.timezoneTable {
    color: #212121;
    border-collapse: collapse;
    border-spacing: 0;
}

    .timezoneTable tr:not(:last-child):not(:first-child) {
        border-bottom: 1px solid #fff;
    }

    .timezoneTable tr > th {
        text-align: center;
    }

    .timezoneTable tr > td {
        min-width: 2em;
    }

    .timezoneTable.aSymmetric tr > td {
        padding: 0;
        vertical-align: top;
        border-left: 1px solid #fff;
    }

    .timezoneTable tr > td > div {
        padding: 0 .5em;
        font-size: .85em;
        border-bottom: 1px solid #fff;
        line-height: 3em;
        text-align: center;
    }

/*.timezoneTable tr > td:last-child {
        border-right: 1px solid #212121;
    }*/

/*.timezoneTable.symmetric tr > td:first-child, 
    .timezoneTable.symmetric tr > td:last-child {
        border-right: 1px solid #212121;
    }*/

/*.timezoneTable.symmetric tr:last-child {
        border-bottom: 1px solid #212121;
    }*/
/*SEARCH RESULT*/
.searchResult {
    display: none;
    padding: 5px;
    max-height: 750px;
    overflow: auto;
    background-color: white;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
    border-top: 0;
    box-shadow: 0 0 20px 10px #c5c5c5; /*box-shadow: h-shadow v-shadow blur spread color inset;*/
}

.searchResultTable {
    width: 100%;
    color: #787878;
}

    .searchResultTable tr.searchSection th {
        color: #0097cf;
        font-weight: normal;
        font-size: 1.2em;
    }

    .searchResultTable tr.searchSection:not(:first-child) {
        border-top: 1px solid #d9d9d9;
        padding-top: 10px;
    }

    .searchResultTable tr.hover {
        vertical-align: top;
    }

        .searchResultTable tr.hover:hover {
            background-color: #DFF6FF;
        }

.searchResultTableHoverBgColor {
    background-color: #DFF6FF;
}

.searchResultTable tr td {
    padding: 4px 8px;
    font-size: .95em;
}

/*.searchResultTable tr th:not(:nth-child(2)) {*/
.searchResultTable tr th {
    padding: 4px 8px;
    font-size: 1em;
    font-weight: 600;
}

.searchResultTable tr td:first-child {
    width: 1%;
}

.searchResultTable a {
    color: #0097cf;
    font-weight: normal;
    font-size: 1.1em;
    text-decoration: none;
}

.searchResultTable tr td:last-child img {
    vertical-align: sub;
}

#divMenu a, #divMenu a:visited {
    color: white;
}

/**/
.clickable {
    cursor: pointer;
}
/**/
.tagForRemoval {
    background-color: #feeceb;
    text-decoration: line-through;
    color: #787878;
}
/**/
#ulMenu > li > a:before {
    content: "•";
    color: white;
    padding: 0 5px 0 0;
}
/**/
.deleteRow {
    vertical-align: middle;
}

/*jsTree*/
.jstree-leaf .jstree-icon {
    width: .5em !important;
}

.jstree-leaf > label {
    padding: 0 .25em;
}

    .jstree-leaf > label[class~="clickable"]:hover {
        background-color: #DFF6FF;
    }

    .jstree-leaf > label[class~="selected"] {
        background-color: #DFF6FF;
    }

div.fake_textarea_wrapper {
    width: 75%;
}

div.fake_textarea {
    width: 100%;
    font-size: 1em;
    margin: 0.35em 0 0.35em 0;
    padding: 1px 0px;
    -webkit-appearance: textfield;
    border-width: 1px;
    border-style: inset;
    border-color: #c1c1c1;
    border-image: initial;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    display: inline-block;
    text-align-last: inherit;
    -webkit-writing-mode: horizontal-tb !important;
    line-height: normal;
    font-family: Arial;
    min-height: 1em;
}

div#fake_textarea_body {
    min-height: 3em;
}

.sidenav {
    height: calc(100% - 288px /*188px*/ ); /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    /*position: fixed;*/ /* Stay in place */
    position: absolute; /* Stay fixed but relative */
    z-index: 10; /* Stay on top */
    top: 188px; /* Stay at the top */
    left: 0;
    background-color: blue; /* Black*/
    /*background-color: #dddddd;*/ /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    overflow-y: hidden;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: -20px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 0px;
}

body {
    margin: 0;
}

#articlePreviewFrame {
    border: none;
    background-color: whitesmoke;
}


