﻿/*___________________________________________________
fonts
---------------------------------------------------*/
@font-face {
    font-family: WebSymbolsRegular;
    src: url('/content/ttf/websymbols-regular-webfont.ttf');
}

/*___________________________________________________
base
---------------------------------------------------*/
*
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #000000;
    line-height: 17px;
}

html, body
{
    height: 100%;
}

body
{
    background-color: #FFFFFF;    
    overflow-y: auto;
    overflow-x: hidden;
}


button 
{
    width: 120px;
    padding: 2px;
}

a:active, a:focus
{
    outline: none;
}

button,
input,
select,
textarea {
    margin: 2px;
    margin-left: 0;
    color: #000000;
}

form input[type=text]
{
    width:250px;
    padding:3px;
    background:#C0C0C0;
    border: 1px solid #082857;
    color:black;
    /*border-radius: 3px;*/
    /*box-shadow: 2px 2px 2px #A0A0A0;*/
}

form input[type=password]
{
    width:250px;
    padding:3px;
    background:#D0DADB;
    border: 1px solid #082857;
    /*
    border-radius: 3px;
    box-shadow: 2px 2px 2px #A0A0A0;
*/
}

textarea
{
    width:250px;
    height: 40px;
    padding:3px;
    background:#70A7C0;
    border: 1px solid #082857;
    /*
    border-radius: 3px;
    box-shadow: 2px 2px 2px #A0A0A0;
*/
    resize: none;
}

textarea.configuration
{
    width: 99%;
    height: 80px;
}

textarea.large
{
    width: 600px;
    height: 200px;
}

input[type=submit]
{
    margin:20px 5px 20px 5px;
    padding:10px;
    line-height:30px;
    float:right;

    border: 0px solid #082857;
    color:White;
    

 background-color: #9B0825;
    margin-top:5px;
    margin-bottom:5px;
    text-decoration:none;

        border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;

}

input[type=button]
{
    margin:20px 5px 20px 5px;
    padding:10px;
    line-height:30px;
    float:right;
    background:#70A7C0;
    border: 1px solid #082857;
    /*
    border-radius: 5px;
    box-shadow: 2px 2px 2px #A0A0A0;
*/
}

input[type=file]
{
    width:254px;
    padding:1px;
    background:#70A7C0;
    border: 1px solid #082857;
    color:White;
    /*
    border-radius: 3px;
    box-shadow: 2px 2px 2px #A0A0A0;
*/
}

form select
{
    width:256px;
    padding:3px;
    background: #C0C0C0;
    border: 1px solid #082857;
    color: #000000;
    /*
    border-radius: 3px;
    box-shadow: 2px 2px 2px #A0A0A0;
*/
}

select option
{
    background: #70A7C0;
}

.spacer_small
{
    height: 2px;
    min-height: 2px;
}

h2
{
    margin-bottom: 25px;
}

/* CMS - LAYOUT */
#mainTableLayout
{
    height: 100%;
}

#mainTableMenu
{
    min-width: 165px;
    background-color: #C2C2C2;
    background-image: url("../Images/henken_logo_cms.png");
    background-repeat: no-repeat;
    background-position: 0px 30px;
    padding-top: 155px;
    vertical-align: top;
    text-align: right;
    border-right: 1px solid #082857;
}

#menu
{
    padding: 15px;
}

.mainMenuLinks
{
    display: block;
   
    background-color: #9B0825;
    margin-top:5px;
    margin-bottom:5px;
    text-decoration:none;
    color:white;
        border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
   /* text-shadow: 2px 2px 3px #A0A0A0;*/
}

#mainTableContent
{
    width: 100%;
    height: 100%;
    background: #C2C2C2;
    vertical-align: top;
}

#pageTitleDescription
{
    height: 111px;
    vertical-align: top;
    /*
    text-shadow: 2px 2px 3px #082857;
*/
}

.menutext
{
    color: #183867;
}

/* Upload section */
#uploadInput
{
    float: left;
    display: none;
    margin: 10px 0px 10px 10px;
    padding: 1px;
}

#uploadButton
{
    float: left;
    margin: 10px 0px 10px 10px;
    width: 254px;
    padding: 1px;
    background: #70A7C0;
    border: 1px solid #082857;
    /*
    border-radius: 3px;
    box-shadow: 2px 2px 2px #A0A0A0;
*/
}

.hintDiv
{
    float: left;
    font-size: 0.8em;
    text-align: justify;
    margin: 5px 25px 5px 0px;
}
/* Upload section */

.halfWidth
{
    width: 50%;
}

.thirdWidth
{
    width: 33%;
}

.fourthWidth
{
    width: 25%;
}

.halfWidth input[type=text]
{
    float: left;
    display: inline-block;
    margin-right: 10px;
    width: 75px;
}

.date_picker_item
{
    float: left;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.documentlist_folder
{
    width: 98%;
    background-color: #F2F2F2;
    border:1px solid #E7E7E7;
    margin: 0px;
    padding-top:0px;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-top: 5px;
    margin-bottom: 5px;
    /*
    box-shadow: 2px 2px 2px #A0A0A0;
*/
}

.explorer_table
{
    width: 98%;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    
}

.explorer_subtable
{
    width: 100%;
}

.explorer_content
{
    width: 98%;
    background-color: #F2F2F2;
    border:1px solid #E7E7E7;
    margin: 0px;
    padding:20px;
    padding-top:0px;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-top: 5px;
    margin-bottom: 5px;
    /*
    box-shadow: 2px 2px 2px #A0A0A0;
*/
    
}
.explorer_td
{
    padding: 0px;
}

.explorer_timestamp
{
    width: 135px;
    text-align: right;
}

.explorer_filesize
{
    width: 60px;
    text-align: right;
}

#pageMessages
{
    background-color: #000000;
    border-top: 0px solid #FFFFFF;
    border-right: 0px solid #000000;
    padding: 5px 40px 5px 40px;
    height: 17px;
    line-height: 17px;
    vertical-align: top;
    color: #FFFFFF;
    /*
    text-shadow: 1px 1px 1px #082857;
    */
}

#pageContent
{
    width: 960px;
    background-color: #E1E3E4;
    padding: 20px 40px 20px 40px;
    height: 100%;
    vertical-align: top;
    border-right: 1px solid #000000;
}

#pageContent table {
    border-collapse: separate;
    border-spacing: 1px;
}

.cmsEditTd_wide 
{
    width: 70%;
    vertical-align: top;
}

.cmsEditTd_short 
{
    width: 30%;
    vertical-align: top;
}

.cmsDeleteTd_wide 
{
    width: 230px;
}

.cmsDeleteTd_short 
{
    width: 100px;
}

.cmsFilled
{
    width: 100%;
}

.cms330pxWide
{
    width: 370px;
}

.cmsDeleteSummary
{
    margin: 0px;
    padding:20px;
    padding-top:0px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #F2F2F2;
    border: 1px solid #E7E7E7;
    /*
    box-shadow: 2px 2px 2px #A0A0A0;
    border-radius: 5px;
*/
    padding: 5px 5px 5px 5px;
    color: #082857;
    /*
    text-shadow: 2px 2px 3px #A0A0A0;
*/
}
.cmsPublishContainer
{
    width: 90%;
    background-color: #F2F2F2;
    border:1px solid #E7E7E7;
    /*
    box-shadow: 2px 2px 2px #A0A0A0;
    */
    margin:10px 0px 10px 0px;
    padding:10px;
    float:right;
    text-align: justify;
}

.cmsEntityBox
{
    width: 100%;
    background-color: #F2F2F2;
    border:1px solid #E7E7E7;
    /*
    box-shadow: 2px 2px 2px #A0A0A0;
    */
    margin:2px 0px 10px 0px;
    padding:10px;
    float:right;
    text-align: justify;
}

.webentity_create_edit_hint
{
    float: left;
    display: none;
    width: 441px;
    margin: 15px 15px 5px 0px;
    padding: 10px;
    text-align: left;
    border: 1px solid #E0E0E0;
}

.hint_enable
{
    float: left;
    display: block;
    margin: 15px 15px 5px 0px;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
    color: #808080;
    background: #F2F2F2;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
}

.hint_disable
{
    float: right;
    display: block;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
    color: #808080;
    background: #F2F2F2;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
}

.webentity_create_edit_button_wrapper
{
    width: 100%;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

.webentity_create_edit_button
{
    float: left;
    display: inline-block;
    width: 150px;
    padding: 3px 5px 3px 5px;
    margin: 0px 1px 0px 0px;
    border: 1px solid #D0D0D0;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #FFFFFF;
    background: #f5f6f6; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f6f6 0%, #dbdce2 41%, #c0c0c0 79%, #d0d0d0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(41%,#dbdce2), color-stop(79%,#c0c0c0), color-stop(100%,#d0d0d0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f6f6 0%,#dbdce2 41%,#c0c0c0 79%,#d0d0d0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f6f6 0%,#dbdce2 41%,#c0c0c0 79%,#d0d0d0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f6f6 0%,#dbdce2 41%,#c0c0c0 79%,#d0d0d0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f5f6f6 0%,#dbdce2 41%,#c0c0c0 79%,#d0d0d0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#d0d0d0',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.webentity_create_edit_button label
{
    color: black;
    cursor: pointer;
}

.webentity_create_edit_textarea_wrapper
{
    margin: 0px;
    padding: 0px 0px 4px 0px;
}

.webentity_create_edit_textarea_container
{
    float: left;
    display: block;
    width: 100%;
}

.webentity_create_edit_textarea_configField
{
    float: left;
    display: block;
    position: relative;
    top: -2px;
    height: 253px;
    width: 945px;
}

.disabled
{
    opacity: 0.5;
    cursor: default !important;
}

.publishon_list input[type=checkbox]
{
    position: relative;
    top: 2px;
}

a.edit 
{
    background: url("../../../Content/images/index-edit.png") no-repeat top left;
    display: inherit;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

a.delete 
{
    background: url("../../../Content/images/index-delete.png") no-repeat top left;
    display: inherit;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

.newsLetterItemList
{
    float: left;
    display: block;
    width: 100%;
    border: 1px solid #E7E7E7;
    border-spacing: 0px !important;
    border-collapse: collapse;
}

.newsLetterItemList th
{
   font-size: 10px;
   background-color: #70A7C0;
   color: #FFFFFF;
   text-align: center;
}

.newsLetterItemList th:nth-child(1)
{
   width: 50px;
}

.newsLetterItemList th:nth-child(2)
{
   width: 50px;
}

.newsLetterItemList th:nth-child(3)
{
   width: 900px;
}

.newsLetterItemList tr:nth-child(odd)
{
    background-color: #F0F0F0;
}

.newsLetterItemList td
{
   text-align: center;
}

.newsLetterItemList td:nth-child(3)
{
   text-align: left;
}

.newsletter_order_button
{
    position: relative;
    left: -5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 3px;
    margin-right: -10px;
}

.newsletter_order_button:hover
{
    width: 26px;
    height: 26px;
    padding: 0px;
}

.newsletter_order_url
{
    padding-left: 15px;   
}

.newsletter_order_url
{
    float: left;
    display: inline-block;
    margin-bottom: 2px;
}

.newsletter_order_index
{
    display: none;
}

/*___________________________________________________
menu
---------------------------------------------------*/
#menu
{
}

#menu > ul
{
    list-style: none;
}

#menu > ul > li
{
    padding: 0px 0px 40px 10px;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}

/*___________________________________________________
page
---------------------------------------------------*/
#pageTitle
{
    width: 100%;
    height:52px;
    padding: 0 40px 0 40px;
    font-size: 17px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
}

#pageTitle span
{
    font-size: 17px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 48px;
}

#pageDescription, #pageDescription a 
{
    width: 700px;
    padding: 0px 0px 18px 20px;
    color: #FFFFFF;
}

#resetSortOrder
{
    cursor: pointer;
}

#entities th div a
{
    color: #FFFFFF;
    /*
    text-shadow: 2px 2px 3px #082857;
*/
    text-decoration: none;
}

#entities th
{
    background: #9B0825;
    color: #ffffff;
    text-align:center;
    cursor: pointer;
}

#entities td, th
{
    padding:2px;
}

#entities tr:nth-child(even) 
{
    background: #F0F0F0;
}

#entities tr:nth-child(odd) 
{
    
}

#entities tr.even td
{
    background:#F2F2F2;
}

#entities tr.odd td
{
    background:#E7E7E7;
}

#entities tr.over td
{
    background:#eb8500;
}

tr.notPublished td, tr.notPublished td a
{
    color:red;
}

.symbol
{
    font-size:10px;
    font-family: WebSymbolsRegular;
}

.symbol-white
{
    color:#ffffff;
    font-size:10px;
    font-family: WebSymbolsRegular;
}

.input-validation-error
{
    background: Red;
}

.field-validation-error
{
    color: Red;
}

.field-validation-error span
{
    color: Red;
}

.page-metadata
{
    float: left;
}

#articleContainer
{
    width: 618px;
}

#publishContainer
{
    width: 330px;
    background-color: #F2F2F2;
    border:1px solid #E7E7E7;
    margin: 0px;
    padding:20px;
    padding-top:0px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*
    box-shadow: 2px 2px 2px #A0A0A0;
*/
    text-align: justify;
}

#publishContainer input[type=text],
#publishContainer input[type=radio],
#publishContainer input[type=checkbox],
#publishContainer select
{
    margin: 0px;
    padding-left: 0px;
}

#publishContainer input[type=text]
{
    width:125px;
}

#publishContainer input[type=radio],
#publishContainer input[type=checkbox]
{
    vertical-align: middle;
    text-align: center;
}

.publish-table td
{
    vertical-align: top;
}

.publish-label
{
    width: 150px;
}

#tabs
{
    height: 370px;
    width: 954px;
    margin-top: 20px;
}

#delete
{
    float:left;
    border:1px solid red;
    background:red;
    color:#ffffff
}

.folderlist
{
    width: 330px;
    margin: 0px;
    padding:20px;
    padding-top:10px;
    padding-bottom:10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #F2F2F2;
    border-radius: 3px;
    border: 1px solid #E7E7E7;
    /*
    box-shadow: 2px 2px 2px #A0A0A0;
*/
}

ul
{
    list-style-type: none;
}

.progress_details, .progress_details span
{
    font-family:Arial;
    font-size:9px;
}

/* WEB ENTITY */
.tweetCharCounter
{
    margin-left: 500px;
}

.webentity-tweetTextArea
{
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    padding: 5px;
}

.webentity-label
{
    width: 110px;
}

.webentity-tagLineTitle
{
}

.webentity-tagLineFontColor
{
    width: 42px !important;
}

.webentity-tagLines
{
     position: absolute;
     top: 11px;
     left: 0px;
     font-size: 20px;
     white-space: nowrap;
}

.webentity-inspirationMarkerTitle
{
}

.webentity-inspirationMarkers
{
     font-family: WebSymbolsRegular;
     color: yellow;
     position: absolute;
     top: 11px;
     left: 0px;
     font-size: 20px;
     white-space: nowrap;
}

.webentity-inspirationMarkerContent
{
    display: none;
}

/* NEWSLETTER */
#importFile
{
    width: 181px;
}

#recipientsAddresses
{
    width: 400px;
    height: 300px;
    margin-right: 50px;
}

#InvalidRecipientsAddresses
{
    width: 400px;
    height: 300px;
}

/* ENTITY INDEX PAGE */

.pageUrl,
.pageTitle,
.pageCategory,
.pageMedia,
.pagePublishDate,
.pageExpireDate,
.pageCreateDate,
.pageModifyDate
{
    display: table-cell;
}

.newsUrl,
.newsTitle,
.newsCategory,
.newsMedia,
.newsPublishDate,
.newsExpireDate,
.newsCreateDate,
.newsModifyDate
{
    display: table-cell;
}

.newsItemRowup,
.pageItemRowup,
.videoRowup
{
    font-family: WebSymbolsRegular;
    cursor: pointer;
    padding-right: 2px;
}

.newsItemRowdown,
.pageItemRowdown,
.videoRowdown
{
    font-family: WebSymbolsRegular;
    cursor: pointer;
    padding-right: 2px;
}

/* INSPIRATIONPHOTOS */
.addTagLineRow
{
    cursor: pointer;
}

.removeTagLineRow
{
    font-family: WebSymbolsRegular;
    cursor: pointer;
}

/*BANNERS*/

.selectTitle
{
    font-family: WebSymbolsRegular;
    color: #ffffff;
    cursor: pointer;
}

/*PROJECTS*/
.addImageRow
{
    cursor: pointer;
}

.removeImageRow
{
    font-family: WebSymbolsRegular;
    cursor: pointer;
}

.filemanager_close
{
    float: none;
    position: fixed;
    display: none;
    color: #FFFFFF;
    z-index: 100;
    cursor: pointer;
}

.filemanager_wrapper
{
    float: none;
    display: none;
    position: fixed;
    width: 990px;
    height: 600px;
    z-index: 100;
    box-shadow: 0px 0px 20px #000000;
}

.filemanager_dimmer
{
    float: none;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.2;
}

.filemanager_iframe
{
    float: left;
    display: block;
    height: 100%;
    width: 100%;
    border: 0px;
}

.filemanager_launch_button
{
    float: left;
    display: block;
    padding: 5px 10px 5px 10px;
    color: #FFFFFF;
    background-color: #9B0825;
    cursor: pointer;
}

.webentity_related_button
{
    float: left;
    display: inline-block;
    margin-top: 1px;
    padding: 4px 7px 5px 7px;
    color: #FFFFFF;
    background-color: #9B0825;
    /*border: 1px solid #082857;*/
    cursor: pointer;
}

#Image, #File
{
    float: right;
    display: inline-block;
    width: 185px;
}

.backup_wrapper
{
    float: none;
    display: none;
    position: fixed;
    width: 350px;
    padding: 10px;
    z-index: 100;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px #000000;
}

.backup_dimmer
{
    float: none;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.2;
}

.button
{
    float: left;
    display: inline-block;
    position: relative;
    top: 23px;
    padding: 15px 10px 15px 10px;
    margin: 25px 0px 25px 0px;
    color: #FFFFFF;
    background-color: #D01F0C;
    text-decoration: none;
    cursor: pointer;
}

.backup_buttonarea
{
    float: left;
    display: inline-block;
    width: 185px;
    text-align: center;
}

.submit_button
{
    display: inline-block;
    margin:20px 5px 20px 5px;
    padding:10px;
    line-height:30px;
    background:#9B0825;
    border: 0px solid #082857;
    color:White;
    cursor: pointer;
        border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.backup_confirmation_warning
{
    float: left;
    display: block;
    width: 100%;
    text-align: center;
}

.backup_confirmation_buttonarea
{
    float: left;
    display: inline-block;
    width: 50%;
    text-align: center;
}

.image_warning
{
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 5px;
    border: 0px;
}

/************
*** Tools ***
*************/

table.tools
{
    width: 100%;
    margin-top: 25px;
}

table.tools td
{
    vertical-align: top;
}

table.tools td:nth-child(1)
{
    width: 100px;
}

table.tools_mergeinclude
{
    width: 100%;
    margin-top: 15px;
}

table.tools_mergeinclude tr:nth-child(even)
{
    background: #E0E0E0;
}

table.tools_mergeinclude th
{
    text-align: left;
    color: #F0F0F0;
    background: #70A7C0;
    padding: 3px 5px 3px 5px;
}

table.tools_mergeinclude td
{
    vertical-align: top;
    padding: 2px 5px;
}

table.tools_mergeinclude td:nth-child(1)
{
    width: 90px;
    text-align: center;
}

#mergetool_textarea
{
    float: left;
    display: block;
    width: 99%;
    height: 300px;
    
}

.mergetool_button_checkboxes
{
    float: right;
    display: inline-block;
    padding: 2px 5px;
    margin: 0px 5px;
    color: #F0F0F0;
    background: #D01F0C;
    font-size: 0.8em;
    cursor: pointer;
    font-weight: 100;
}

.mergetool_downloadlink
{
    display: inline-block;
    padding: 2px 5px;
    margin: 0px 5px;
    color: #F0F0F0;
    background: #D01F0C;
    font-size: 0.8em;
    cursor: pointer;
    font-weight: 100;
    text-decoration: none;
}


/************
** TinyMCE **
************/

div[role=button] {
    border: 1px solid #AAAAAA !important;
    border-radius: 3px;
}

button[type=button] {
    background: #E1E3E4;
    border-radius: 3px;
}

div.mce-listbox button[type=button] {
    background: #FFFFFF;
}

div.mce-splitbtn {
    background: #E1E3E4;
}