﻿/* #region FORMS ------------------------------------------------ */

/* #region Fieldset/legend */

fieldset {
    margin-bottom: 10px;
}

    fieldset:last-child {
        margin-bottom: 0;
    }

legend {
    font-weight: bold;
    margin-bottom: 8px;
}

/* #endregion */

/* #region Buttonpane and button */

.button, .button:visited, button {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #3F6B88;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    height: auto;
    line-height: 20px;
    margin-left: 15px;
    padding: 0 10px;
    width: auto;
    background: #55789b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1Nzg5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTZkODUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #55789b 0%, #496d85 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55789b), color-stop(100%,#496d85)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #55789b 0%,#496d85 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #55789b 0%,#496d85 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #55789b 0%,#496d85 100%); /* IE10+ */
    background: linear-gradient(to bottom, #55789b 0%,#496d85 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55789b', endColorstr='#496d85',GradientType=0 ); /* IE6-8 */
}

    .button:hover,
    button:hover:not([disabled]) {
        background: #f8f8f8; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZWNlY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f8f8f8 0%, #cecece 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f8f8f8 0%,#cecece 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f8f8f8 0%,#cecece 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f8f8f8 0%,#cecece 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f8f8f8 0%,#cecece 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#cecece',GradientType=0 ); /* IE6-8 */
        color: #3F6B88;
    }

.ie9 .button,
.ie9 button {
    filter: none;
}

.button {
    display: inline-block;
    text-decoration: none;
}

    .button.small,
    button.small {
        font-size: 1.167em;
    }

button[disabled] {
    opacity: .3;
}

.btnCancel {
    background: #f8f8f8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZWNlY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f8f8f8 0%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f8f8f8 0%,#cecece 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f8f8f8 0%,#cecece 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f8f8f8 0%,#cecece 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#cecece',GradientType=0 ); /* IE6-8 */
    color: #4C4D4D;
    border-color: #4C4D4D;
}

    .btnCancel:hover {
        border-color: #3F6B88;
        color: #3F6B88;
    }

    .btnCancel:visited {
        color: #3F6B88;
    }

        .btnCancel:visited:hover {
            color: #ffffff;
        }

/*
.btnDelete {
	background-color: #F46966;
	border-color: #D33937;
}


.btnSingle {
	display: inline-block;
	margin: 0 0 1em 0;
}

/* #endregion */

/* #region Form Grids */

.fm-row {
    margin-bottom: 8px;
}

    /* clearfix */
    .fm-row:before,
    .fm-row:after {
        content: "";
        display: table;
    }

    .fm-row:after {
        clear: both;
    }

/* columns */

.fm-col {
    float: left;
    width: 48%;
    margin-left: 4%;
}

    .fm-col:first-child {
        margin-left: 0;
    }

.fm-cols-equal-3 .fm-col {
    width: 32%;
    margin-left: 1.3%
}

/* .fm-cols-fixed-to-liquid (liquid layout): left fixed, right liquid */

.fm-col-liquid-wrapper {
    float: left;
    width: 100%;
}

    /* right: liquid colum */
    .fm-col-liquid-wrapper .fm-col {
        float: none;
        margin-left: 420px;
        width: auto;
    }

/* left: fixed column */
.fm-cols-fixed-to-liquid > .fm-col {
    margin-left: -100%;
    width: 400px;
}

/* #endregion */

/* #region Labels */
.fm-label {
    float: left;
    margin-top: 3px;
    width: 150px;
}

span.fm-label {
    display: block;
    margin-top: 0;
}

label,
.label {
    display: inline-block;
    width: 150px;
}

    label.fm-label-inline {
        width: auto !important;
    }

.block-label {
    display: block;
    margin-bottom: 4px;
}

/* #endregion */

/* #region input/textarea/select */

/* #region text inputs */

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="url"] {
    padding-left: 3px;
    width: 235px;
}

.fm-cols-narrow input[type="text"],
.fm-cols-narrow input[type="tel"],
.fm-cols-narrow input[type="password"],
.fm-cols-narrow input[type="email"],
.fm-cols-narrow input[type="url"] {
    width: 170px;
}

[readonly],
[disabled],
.fm-readonly {
    opacity: 0.50 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70) !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70) !important;
    cursor: default;
    -ms-text-shadow: none;
}

/* zip / city */
.text-combo-short-long input {
    width: 45px;
}

    .text-combo-short-long input:last-child {
        margin-left: 5px;
        width: 181px;
    }

/* street / street nr */
.text-combo-long-short input {
    width: 181px;
}

    .text-combo-long-short input:last-child {
        margin-left: 5px;
        width: 45px;
    }

/* #endregion */

/* #region checkbox/radio */

label input[type="checkbox"],
label input[type="radio"] {
    margin-right: 5px;
}

/* #endregion */

/* #region grouped-controls */

.grouped-controls {
    position: relative;
}

    .grouped-controls .label {
        position: absolute;
        left: 0;
        top: 0;
    }

    .grouped-controls > div {
        margin-left: 154px;
    }

        .grouped-controls > div label {
            display: block;
            width: auto;
        }

/* #endregion */

/* #region textarea */

textarea {
    min-height: 120px;
    max-height: 300px;
    min-width: 235px;
    width: 235px;
}

    textarea.fm-width-full {
        height: 400px;
        max-height: 1000px;
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

.fm-cols-narrow textarea {
    height: 50px;
    min-height: 30px;
    max-height: 80px;
    min-width: 170px;
    max-width: 170px;
    width: 170px;
}

/* #endregion */

/* #region select */

select {
    width: 235px;
}

.multi-select-list-wrapper {
    height: 80px;
}

.multi-select-list {
    background-color: #F7F7F7;
    height: 80px;
    left: 154px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 3px;
    position: absolute;
    top: 0;
    width: 205px;
}

/* 2 select controls on one line (ex. month / year) */
.select-combo-2 select{
    margin-right: 5px;
    width: 115px;
}

/* 3 select controls on one line (ex. birthday) */
.select-combo-3 select{
    margin-right: 5px;
    width: 75px;
}

    .select-combo-2 select:last-child,
    .select-combo-3 select:last-child{
        margin-right: 0;
    }

/* #endregion */

/* #region wide */

.fm-col-wide input[type="text"],
.fm-col-wide input[type="tel"],
.fm-col-wide input[type="password"],
.fm-col-wide input[type="email"],
.fm-col-wide input[type="url"],
.fm-col-wide select,
.fm-col-wide textarea {
    width: 535px;
}

/* #endregion */

/* #endregion */

/* #region Misc Items */

a.function {
    display: block;
}

.indent {
    margin-left: 154px;
}

/* #endregion */

/* #endregion */

/* #endregion */

/* #region MESSAGES ----------------------------------------------------------------- */

.fm-msg {
    margin-bottom: 16px;
    padding-bottom: 20px;
    padding-left: 70px;
    padding-top: 10px;
}

.fm-msg-non-disappearing {
    margin-bottom: 16px;
    padding-bottom: 20px;
    padding-left: 70px;
    padding-top: 10px;
}

.rounded-border-all {
    border: 1px solid #a0a0a0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.fm-error {
    background: url("Media/warning.png") no-repeat scroll 5px 3px #FBFA9A;
    color: #b80617;
}

.fm-error-title {
    font-size: 13px;
}

.fm-error a {
    color: #b80617;
}

    .fm-error a:hover {
        color: #4c4d4d;
    }

.fm-successful {
    background-color: #C8F9D4;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
    color: #077D23;
}

.fm-successful-title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 7px;
}

.fm-successful a {
    color: #10253f;
}

    .fm-successful a:hover {
        color: #4c4d4d;
    }

.fm-warning {
    background: url("Media/warning.png") no-repeat scroll 35px 48% #FBFA9A;
    color: black;
    background-size: 24px 24px;
}

.fm-warning-title {
    font-size: 13px;
}

.fm-warning a {
    color: #b80617;
}

    .fm-warning a:hover {
        color: #4c4d4d;
    }

.validation-summary-errors {
    margin: 5px 0;
}

    .validation-summary-errors ul li {
        color: #b80617;
    }

.input-validation-error {
    border-color: #b80617 !important;
}

.fm-error .bulleted-list li {
    background-position: 0 -5593px;
}

/* #endregion */

/* #region cleditor */

.cleditorMain {
    border: 1px solid #999;
    padding: 0 1px 1px;
    background-color: white
}

    .cleditorMain,
    .cleditorPopup,
    .cleditorMain * {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        .cleditorMain iframe {
            border: none;
            margin: 0;
            padding: 0
        }

        .cleditorMain textarea {
            overflow-y: scroll;
            font: 10pt Arial,Verdana;
            resize: none;
            outline: none
        }


.cleditorGroup {
    float: left;
    height: 26px
}

.cleditorDisabled {
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.cleditorDivider {
    float: left;
    width: 1px;
    height: 23px;
    margin: 1px 0 1px 0;
    background: #CCC
}

.cleditorPopup {
    border: solid 1px #999;
    background-color: white;
    color: #333333;
    position: absolute;
    font: 10pt Arial,Verdana;
    cursor: default;
    z-index: 10000
}

.cleditorList div {
    padding: 2px 4px 2px 4px
}

.cleditorList p,
.cleditorList h1,
.cleditorList h2,
.cleditorList h3,
.cleditorList h4,
.cleditorList h5,
.cleditorList h6,
.cleditorList font {
    padding: 0;
    margin: 0;
    background-color: Transparent
}

.cleditorColor {
    width: 150px;
    padding: 1px 0 0 1px
}

    .cleditorColor div {
        float: left;
        width: 14px;
        height: 14px;
        margin: 0 1px 1px 0
    }

.cleditorPrompt {
    background-color: #F6F7F9;
    padding: 8px;
    font-size: 8.5pt
}

    .cleditorPrompt input,
    .cleditorPrompt textarea {
        font: 8.5pt Arial,Verdana;
    }

    .cleditorPrompt label {
        padding-bottom: 8px
    }

.cleditorMsg {
    background-color: #FDFCEE;
    width: 150px;
    padding: 4px;
    font-size: 8.5pt
}

/* #endregion */
 

/* #region Loading Overlay ------------------------------------------------ */

/*.loading,*/
#loading {
    background-color: rgba(0,0,0,.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*.loading div,*/
#loading div {
    background: #ffffff url('Media/ajax-loader.gif') center no-repeat;
    box-shadow: rgba(0,0,0,.5) 0 0 10px;
    border: 1px solid #4E809C;
    height: 50px;
    left: 50%;
    margin: -26px 0 0 -26px;
    position: absolute;
    top: 50%;
    width: 50px;
}

/* #endregion */

/* #region Treeview Plugin Styles */

.jquery-treeview,
.jquery-treeview ul {
}

    .jquery-treeview ul {
    }

    .jquery-treeview .hitarea {
        background: url(treeview/treeview-default.gif) -64px -25px no-repeat;
        height: 16px;
        width: 16px;
        margin-left: -16px;
        float: left;
        cursor: pointer;
    }

    .jquery-treeview li {
        margin: 0;
        padding: 0 0 0 16px;
    }

    .jquery-treeview a.selected {
        background-color: #eee;
    }

#treecontrol {
    margin: 1em 0;
    display: none;
}


.jquery-treeview li {
    background: url(treeview/treeview-default-line.gif) 0 0 no-repeat;
}

    .jquery-treeview li.collapsable, .jquery-treeview li.expandable {
        background-position: 0 -176px;
    }

.jquery-treeview .expandable-hitarea {
    background-position: -80px -3px;
}

.jquery-treeview li.last {
    background-position: 0 -1766px
}

.jquery-treeview li.lastCollapsable, .jquery-treeview li.lastExpandable {
    background-image: url(treeview/treeview-default.gif);
}

.jquery-treeview li.lastCollapsable {
    background-position: 0 -111px
}

.jquery-treeview li.lastExpandable {
    background-position: -32px -67px
}

.jquery-treeview div.lastCollapsable-hitarea, .jquery-treeview div.lastExpandable-hitarea {
    background-position: 0;
}

.treeview-red li {
    background-image: url(treeview/treeview-red-line.gif);
}

    .treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable {
        background-image: url(treeview/treeview-red.gif);
    }

.treeview-black li {
    background-image: url(treeview/treeview-black-line.gif);
}

    .treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable {
        background-image: url(treeview/treeview-black.gif);
    }

.treeview-gray li {
    background-image: url(treeview/treeview-gray-line.gif);
}

    .treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable {
        background-image: url(images/treeview-gray.gif);
    }

.treeview-famfamfam li {
    background-image: url(treeview/treeview-famfamfam-line.gif);
}

    .treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {
        background-image: url(treeview/treeview-famfamfam.gif);
    }

.jquery-treeview .placeholder {
    background: url(treeview/ajax-loader.gif) 0 0 no-repeat;
    height: 16px;
    width: 16px;
    display: block;
}

.filetree li {
    padding: 3px 0 2px 16px;
}

.filetree span.folder, .filetree span.file {
    padding: 1px 0 1px 16px;
    display: block;
}

.filetree span.folder {
    background: url(treeview/folder.gif) 0 0 no-repeat;
}

.filetree li.expandable span.folder {
    background: url(treeview/folder-closed.gif) 0 0 no-repeat;
}

.filetree span.file {
    background: url(treeview/file.gif) 0 0 no-repeat;
}

/* #endregion */

/* #region Tree */

.tree-pane {
    float: left;
    width: 320px;
}

.tree {
    background-color: #F7F7F7;
    border: 1px solid #C9C7C7;
    font-size: 12px;
    margin-right: 2em;
    min-height: 200px;
    max-height: 600px;
    overflow-y: scroll;
}

    .tree a {
        display: block;
        padding: 1px 3px;
        text-decoration: none;
    }

        .tree a.currentNode {
            background-color: #E3E3E3;
            font-weight: bold;
        }

    .tree .icn {
        cursor: pointer;
        display: none;
        margin-left: 5px;
        width: 12px;
        height: 12px;
        overflow: hidden;
        position: relative;
        text-indent: -999em;
        top: 2px;
    }

    .tree a:hover > .icn {
        display: inline-block;
    }

    .tree .icn-clone {
        background: transparent url(media/copy-document.png) 0 0 no-repeat;
    }

    .tree .icn-search {
        background: transparent url(media/preview.png) 0 0 no-repeat;
    }

    .tree .icn-star {
        background: transparent url(media/star.png) 0 0 no-repeat;
    }

.edit-pane {
    float: left;
    width: 900px;
}

/* #endregion */

/* #region Icons */

.multi-select-list-wrapper .add {
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    position: relative;
    text-indent: -999em;
    top: 2px;
    margin-right: 2px;
    background: transparent url(media/add.png) 0 0 no-repeat;
}

.multi-select-list-wrapper .add-contact-class,
.multi-select-list-wrapper .add-access-type,
.multi-select-list-wrapper .add-joined-page {
    position: absolute;
    right: 10px;
    top: 4px;
}

.fm-row .edit {
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    position: relative;
    text-indent: -999em;
    top: 2px;
    margin-right: 2px;
    background: transparent url(media/edit.png) 0 0 no-repeat;
}

.multi-select-list .CloseX {
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    position: relative;
    text-indent: -999em;
    top: 2px;
    float: right;
    margin-right: 2px;
    background: transparent url(media/delete.png) 0 0 no-repeat;
}
/* #endregion */

/* #region Filter */

.filter {
    border-bottom: 1px solid #4c4c4c;
    font-size: 12px;
    padding-bottom: 1em;
    margin-bottom: 2em;
}

    .filter label {
        margin-right: 5px;
        width: auto;
    }

    .filter div {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .filter select {
        width: 120px;
    }

/* #endregion */


/* #region Publish/Edition -> Documents Widget */
/* #region function icons */
.editor-functions-wrapper {
    position: absolute;
    right: 0;
    top: 0;
}

.ec-zone-panel-title .editor-functions-wrapper {
    top: 3px;
}

.ec-tab-panel > .editor-functions-wrapper {
    margin-bottom: 10px;
    position: static;
}

.ec-asset-title > .editor-functions-wrapper {
    position: static;
}

.ec-tabs-container .navigation > a.ec-function,
.ec-function {
    display: inline-block;
}

.ec-tabs-container .navigation > a.ec-function {
    background: none;
    border: none;
    margin: 0 0 0 10px;
    padding: 0;
    position: relative;
    text-decoration: underline;
    top: 6px;
}
/* #endregion */

/* #region panel title bar */
.ec-panel-title-bar {
    position: relative;
}

.ec-documents-list .ec-panel-title-bar,
.ec-extra-documents-list .ec-panel-title-bar {
    background-color: #E0E0E0;
}

.ec-panel-title-bar h2,
.ec-panel-title-bar h3 {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
}

.ec-panel-title-bar h3 {
    padding-left: 3px;
    color: #5F6C75;
    font-weight: bold;
}

.ec-panel-title-bar > h2.chapter-title {
    font-size: 16px;
    margin-bottom: 6px;
    color: #5F6C75;
    font-weight: bold;
}

/* #endregion */

#EditionPagesEditContainer .ec-zone-tab-attention a {
    color: #FF4444;
}

/* #region documents */
.ec-document {
    min-height: 15px;
    border: 1px solid #A0A0A0;
    margin-bottom: 10px;
}

.ec-document-order-number {
    display: none;
}

.ec-zone-delete-alert {
    color: #FF0000;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.ec-template-body,
.ec-document-body {
    border-top: 1px solid #A0A0A0;
    padding: 7px 3px 3px;
    min-height: 30px;
    background-color: #F7F7F7; /* should be non-transparent for dragging*/
}

/* extra-documents-list */

.ec-extra-documents-title {
    margin-top: 20px;
}

.ec-extra-documents-list .ec-tab-add {
    display: none !important;
}
/* #endregion */

/* #region templates */
.ec-template-add {
    margin-right: 5px;
    float: right;
}

.ec-template {
    border: 1px solid #A0A0A0;
    clear: both;
}


/* #endregion */

/* #region assets */

.ec-asset {
    float: left;
    width: 105px;
    border: 1px solid #A0A0A0;
    margin-bottom: 10px;
    margin-right: 10px;
}

.ec-asset-body {
    border-top: 1px solid #A0A0A0;
    padding: 5px;
    height: 55px;
    background-color: #FFFFFF; /* should be non-transparent for dragging*/
    overflow: hidden;
}

.ec-asset-large {
    width: 180px;
}

    .ec-asset-large .ec-asset-body {
        height: 100px;
    }

/* #endregion */

/* #endregion */

.embededListArea, .atomTypesListArea {
    width: 200px;
    height: auto;
    max-height: 200px;
    overflow: auto;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    float: left;
    display: inline-block;
    min-height: 20px;
}

.selectedCampaingImageFormatItem {
    color: silver;
}

.dropZoneItem {
    height: 50px;
}

tr.odd {
    background-color: #f0f0f0;
}

/* #region Media Queries */

/* big screens */
@media only screen and (min-width: 1325px) {
}

/* #endregion */


/*BOOTSTRAP TABLE*/
.bootstrap-table .sortable {
    float: none;
    margin: 0;
    width: auto;
    border: none;
    height: auto;
    overflow: visible;
    background: none;
}

.bootstrap-table button,
.bootstrap-table .button {
    height: auto;
}

    .bootstrap-table button:hover,
    .bootstrap-table .button:hover {
        background: none;
        background-color: #e6e6e6;
        color: inherit;
    }

/*END BOOTSTRAP TABLE*/


/*START HTML GRID*/
.html-grid input[type="text"] {
    width: 100%;
}

.html-grid .btn {
    margin-left: 5px;
}

    .html-grid .btn:first-child {
        margin-left: 0;
    }

.html-grid .row {
    margin-bottom: 0;
}

.html-grid .filter-part {
    margin: 20px 0;
}

    .html-grid .filter-part.no-filter {
        margin: 0;
    }

.html-grid .buttons-part {
    margin: 10px 0;
}

.html-grid .advanced-filter {
    padding-top: 15px;
}

@media (min-width: 1545px) {
    .html-grid .filter-buttons {
        margin-top: 15px;
    }

    .html-grid .advanced-filter-buttons {
        margin-top: -34px;
        float: right;
    }
}

.filter-buttons .btn {
    min-width: 90px;
}

.filter-buttons-top {
    margin-top: -38px;
}

.modal.fade div > label {
    text-align: left;
}
/*END HTML GRID*/

/* START BOOTSTRAP-TREEVIEW */
.panel-body .treeview-scroll {
    height: 500px;
    overflow-y: scroll;
}
/* END BOOTSTRAP-TREEVIEW */

/*Validation message fix for bootstrap selectpicker */
.bootstrap-select.input-validation-error .dropdown-toggle {
    border-color: #b80617 !important;
}
/*END Validation message fix for bootstrap selectpicker */

.btn-default, .btn-default.btnCancel, .btn-default.btnCancel:visited {
    color: #333;
    background: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default.btnCancel:visited:hover {
        color: #333;
        background: #e6e6e6;
        border-color: #adadad;
    }

.btn-primary:hover, .btn-primary:hover:not([disabled]) {
    color: #fff;
    background: #286090;
    border-color: #204d74;
}

input.form-control {
    width: 100%;
}

.m-l-0 {
    margin-left: 0 !important;
}

.header-inner {
    background-color: #6f90a7;
    margin-bottom: 20px;
    padding: 0 20px;
}

    .header-inner img {
        max-height: 46px;
        margin-top: 2px;
        margin-bottom: 2px;
    }

/*Tooltip*/
.tooltip-view {
    padding-left: 5px;
    color: #677d94;
    cursor: default;
}

/* Hide the column title tooltips in the bootstrap-table's column selector drop-down*/
.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu .tooltip-view {
    display: none;
}
/*End Tooltip*/

.dropdown-toggle {
    margin-left: 0 !important;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 19px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block !important;
}

.width-100-percents {
    width: 100% !important;
}

.typeahead__displaying_item {
    padding-top: 15px;
    padding-left: 12px;
    font-size: 14px;
    color: #9dabbf;
}

.typeahead__no_results_item {
    padding-left: 12px;
    font-size: 14px;
    color: #9dabbf;
}

.multi-select-div {
    line-height: 38px;
}

    .multi-select-div .multi-select-button {
        margin-right: 5px;
        margin-left: 0 !important;
        float: left !important;
    }

    .multi-select-div .multi-select-span {
        font-size: 14px;
    }

.multi-select-span {
    margin-left: 5px;
}

    .multi-select-span span {
        margin-left: 5px;
    }

.typeahead__list > li {
    border-top: 0 !important;
}

.typeahead__button {
    margin-left: 5px !important;
}

.typeahead__cancel-button {
    font-size: 200% !important;
    padding-top: 0 !important;
}

.float-right-button {
    float: right;
    margin-left: 6px;
}

.custom-table-tr-hover table.table-striped tbody tr:hover td {
    background: #f1f1f1 !important;
    cursor: pointer;
}

.contact-selector-div input[type=text] {
    background-color: #f7f7f7 !important;
    color: #aaa !important;
    cursor: pointer;
}

.contact-multi-selector-div {
    line-height: 38px;
}

.contact-multi-selector-div .contact-multi-selector-button {
    margin-right: 5px;
    margin-left: 0 !important;
    float: left !important;
}

.contact-multi-selector-div .contact-multi-selector-span {
    font-size: 14px;
}

.contact-multi-selector-span {
    margin-left: 5px;
}

.contact-multi-selector-span span {
    margin-left: 5px;
}

.tag {
    display: inline-block;
    padding: .2em 1em .3em;
    font-size: 75%;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    margin-bottom: 4px;
    font-weight: 700;
    line-height: 1;
}
.bootstrap-table-auto-height-fix{
    margin-top:60px;
}
.table-bordered > tbody > tr > td {
    border: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
    border-left: 0 !important;
    border-right: 0 !important;
}
.bootstrap-table .fixed-table-container .table tfoot th .th-inner, .bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 8px;
}

table.table-bordered thead tr td, table.table-bordered thead tr th {
    font-size: .85rem !important;
    font-weight: 700 !important;
    background-color: #f7f7f7;
    color: #1e1e1e;
    border-left: solid 1px #efefef;
    -webkit-transition: all 300ms cubic-bezier(.42,0,.58,1);
    -moz-transition: all 300ms cubic-bezier(.42,0,.58,1);
    -o-transition: all 300ms cubic-bezier(.42,0,.58,1);
    transition: all 300ms cubic-bezier(.42,0,.58,1)
}

.fixed-table-pagination div.page-list .btn-group {
    margin-right: 6px
}
    .fixed-table-pagination div.page-list .btn-group .dropdown-toggle .page-size {
        margin-left: -2px;
    }

.bootstrap-table input[type=search] {
    font-size: .85rem !important;
    height: 38px !important;
    line-height: 16px !important;
    padding: 8px 15px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    border-radius: 4px !important;
    -webkit-transition: all 300ms cubic-bezier(.42,0,.58,1);
    -moz-transition: all 300ms cubic-bezier(.42,0,.58,1);
    -o-transition: all 300ms cubic-bezier(.42,0,.58,1);
    transition: all 300ms cubic-bezier(.42,0,.58,1);
    min-width: 1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 50% !important;
    transform: translateY(-50%);
}