﻿/* COLORS     
    text-color: #101820; --> almost black
    header-color: #2E8BD0; --> process blue
    link-color: #706f6f; --> light gray
    nav bgcolor: #0081c4;
*/


/*-----------Default.css Redefining-------------*/
*
{
    margin: 0;
    padding: 0;
}

html
{
    height: 100%;
}

#Body
{
    background-color: #d0d3d4;
}

body
{
    font-family: 'Arial Narrow', Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: 13px;
}

.PageSkin,
.PageSkin .Normal,
.PageSkin .NormalDisabled,
.PageSkin .NormalDeleted
{
    margin: 0px;
    width: 100%;
    color: #101820;
}

    .PageSkin .Wrapper
    {
        text-align: left;
        width: 1000px; /*original 1000px*/
        margin: 25px auto 0 auto;
        /*height: auto !important;
        min-height: 100%;*/
        background-color: white;
        -moz-box-shadow: 2px 2px 15px gray;
        -webkit-box-shadow: 2px 2px 15px gray;
        box-shadow: 2px 2px 15px gray;
    }

    /*.RadEditor body
{
    color: White;
    background-color: White;
}*/

    .Normal, .PageSkin p
    {
        font-family: 'Arial Narrow', Helvetica, sans-serif;
        font-style: normal;
        font-size: 13px;
        line-height: 20px;
        font-weight: normal;
    }


    .PageSkin p
    {
        margin: 0 0 18px;
        text-align: left;
        list-style-type: square;
    }

    .PageSkin h1,
    .PageSkin h2,
    .PageSkin h3,
    .PageSkin h4,
    .PageSkin h5,
    .PageSkin h6,
    .PageSkin .Head
    {
        font-family: 'Arial Narrow', Helvetica, sans-serif;
        color: #2E8BD0;
    }

    .PageSkin h1
    {
        font-size: 18px;
        font-weight: normal;
        line-height: 25px;
        margin: 15px 0 5px 0;
        text-transform: uppercase;
    }

    .PageSkin h2
    {
        font-size: 20px;
        font-weight: bold;
        margin: 10px 0 5px 0;
    }

    .PageSkin h3
    {
        font-size: 18px;
        font-weight: bold;
        margin: 5px 0;
    }

    .PageSkin h4
    {
        font-size: 17px;
        font-weight: bold;
        margin: 2px 0;
    }

    .PageSkin h5
    {
        font-size: 15px;
        margin: 2px 0;
    }

    .PageSkin h6
    {
        font-size: 14px;
        margin: 2px 0;
    }

    .PageSkin h1.container-title
    {
        border-bottom: 1px solid #98999b;
    }

    .PageSkin .DNNModuleContent .dnnForm .ui-state-default a,
    .PageSkin .DNNModuleContent .dnnForm a.dnnPrimaryAction
    {
        color: White;
    }

    .PageSkin a,
    .PageSkin a:link,
    .PageSkin a:visited,
    .PageSkin .DNNModuleContent a,
    .PageSkin .DNNModuleContent a:link,
    .PageSkin .DNNModuleContent a:visited,
    .PageSkin .DNNModuleContent .ui-tabs-nav .ui-state-default a,
    .PageSkin .DNNModuleContent .ui-tabs-nav .ui-state-default a:link,
    .PageSkin .DNNModuleContent .ui-tabs-nav .ui-state-default a:visited
    {
        color: #2E8BD0;
        font-weight: normal;
        font-size: 15px;
        text-decoration: none;
    }

    .PageSkin .sf-menu > li
    {
        padding: 0;
        padding: 0 25px;
        width: auto;
    }

    .PageSkin .sf-menu a,
    .PageSkin .sf-menu a:link,
    .PageSkin .sf-menu a:visited
    {
        color: white;
        font-size: 17px;
        line-height: 30px;
    }

    .PageSkin.Mobile .sf-menu a,
    .PageSkin.Mobile .sf-menu a:link,
    .PageSkin.Mobile .sf-menu a:visited
    {
        color: white;
        font-size: 16px;
        line-height: 30px;
    }

    .PageSkin .DNNModuleContent a.dnnPrimaryAction,
    .PageSkin .DNNModuleContent a.dnnPrimaryAction:link,
    .PageSkin .DNNModuleContent a.dnnPrimaryAction:visited
    {
        color: white;
    }

    .PageSkin .DNNModuleContent a:hover,
    .PageSkin footer a:hover,
    .PageSkin footer a:hover.SkinObject,
    .PageSkin .DNNModuleContent a:hover span[style]
    {
        text-decoration: underline;
        /*color: #b5111b !important;*/
    }


/** PAGES SETTINGS */
.dnnForm .dnnTreeArea .dnnTreePages
{ /*color:  #e1dcd4;*/
}

.dnnForm .dnnTreeArea .dnnTreeLegend
{ /*color: black;*/
}

/** TABLES **/
.dnnForm h2.dnnFormSectionHead a:hover,
.dnnGrid .dnnGridItem,
.dnnGrid .dnnGridAltItem
{
    color: Black;
}




/* HEADER 
------------------------------------------*/
.PageSkin header
{
    position: relative;
}

    .PageSkin header li a
    {
        font-size: 12px;
    }

    .PageSkin header .logoWrapper
    {
        position: absolute;
        right: 160px;
        top: 160px;
        z-index: 910;
    }

    .PageSkin header .logoSubtitleWrapper
    {
        position: absolute;
        right: 40px;
        top: 220px;
        z-index: 910;
    }

    .PageSkin header .HeaderPane,
    .PageSkin header .HeaderPane.DNNEmptyPane
    {
        height: 255px;
        width: 100%;
        float: right;
    }

    .PageSkin header .defaultImage
    {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 255px;
        float: right;
        overflow: hidden;
    }

    .PageSkin header .HeaderPane img
    {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 255px;
        width: 1000px;
        overflow: hidden;
        z-index: 900;
    }



/* NAVIGATION 
------------------------------------------*/

.PageSkin nav
{
    width: 100%;
    max-width: 890px;
    float: left;
    background-color: #0081c4;
    padding: 2px 55px 2px 55px;
}

    .PageSkin nav #searchField
    {
        float: right;
        display: inline;
        background-color: white;
        padding: 0px 0px 0px 10px;
        margin-top: 3px;
    }

        .PageSkin nav #searchField input
        {
            background-color: transparent;
            outline-width: 0;
            -moz-outline: none;
            outline: none;
            border: 0;
            color: #101820;
            width: 198px;
        }

        .PageSkin nav #searchField #searchSubmit
        {
            padding: 0 5px;
        }


.PageSkin .Header .MenuWrapper, .sf-menu ul > li
{ /*background-color: #0052A0;*/
}

/*Remove last border on menuitem*/
nav ul.sf-menu li:last-of-type
{
    border-right-width: 0;
}

nav ul.sf-menu li:first-of-type
{
    width: inherit;
    padding-right: 25px;
    padding-left: 0;
}



/* ALL SKINS */
.PageSkin .ContentContainer,
.PageSkin .Breadcrumb,
.PageSkin section.Language
{
    padding: 15px 55px 5px 55px;
}

.PageSkin .Breadcrumb
{
    float: left;
    width: 50%;
}

.PageSkin section.Language
{
    text-transform: uppercase;
    text-align:right;
    float: right;
    width: 20%;
}

.PageSkin .ContentContainer
{
    padding-top: 0px;
}

    .PageSkin .ContentContainer .ContentPane,
    .PageSkin .ContentContainer .BottomPane
    {
        width: 100%;
        display: block;
        clear: both;
    }

    .PageSkin .ContentContainer .ContentPane
    {
        margin-bottom: 15px;
    }

    .PageSkin .ContentContainer .BottomPane
    {
        margin-top: 15px;
    }




.ModuleTitle_MenuBar span
{
    border: none;
}

.dnnControlPanel.dnnForm .dnnGrid
{
    color: #272628;
}


/* SET DEFAULT STYLES */
body #dnnCPWrap
{
    font-family: 'Arial Narrow', Helvetica, sans-serif;
    font-size: 12px;
}

body .dnnActionMenu
{
    font-family: 'Arial Narrow', Helvetica, sans-serif;
    font-size: 11px;
    color: black;
}

form
{
    height: 100%;
    margin: 0px;
}

img
{
    border: none;
}

input
{
    vertical-align: middle;
}

.clear
{
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 0px;
    margin: 0;
    padding: 0;
}

table p
{
    padding-right: 10px;
}

table td
{
    padding-left: 7px;
    vertical-align: top;
}

ul, ol
{
    margin-left: 15px;
}

.alignRight
{
    float: right;
}

.alignLeft
{
    float: left;
}

.alignCenter
{
    float: none;
    text-align: center;
}

.sf-menu, .sf-menu *
{
    /*z-index: 100;*/
}


/* CSS MAP CONTAINER */
.PageSkin .DNNModuleContent .css-map-container a,
.PageSkin .DNNModuleContent .css-map-container a:link,
.PageSkin .DNNModuleContent .css-map-container a:visited
{
    color: white;
    font-size: 13px;
}

.offices .office
{
    margin-bottom: 15px;
}

.offices .officeDetails,
.offices .officeImage
{
    display: inline;
    float: left;
    width: 50%;
}

.offices .officeDetails
{
    clear: both;
}

.offices .officeImage
{
    text-align: right;
    width: 50%;
}

.offices .countryName
{
    margin-bottom: 25px;
}

.offices .officeName
{
    font-weight: bold;
    font-size: 17px;
    color: #2E8BD0;
    margin-bottom: 5px;
    margin-top: 5px;
}

.offices .title
{
    clear: both;
    float: left;
    display: inline;
    min-width: 75px;
    padding-bottom: 5px;
    color: #2E8BD0;
}

.offices .value,
.offices .officeName
{
    float: left;
    display: inline;
    padding-bottom: 5px;
}

.offices .separator
{
    clear: both;
    width: 100%;
    line-height: 1px;
    font-size: 0px;
    border-bottom: dotted #0081c4 1px;
    margin-bottom: 15px;
    margin-top: 10px;
}


table.EditOfficesTable .radUpload ul li
{
    list-style-type: none;
}

table.EditOfficesTable td
{
    padding-bottom: 10px;
}

table.EditOfficesTable .example
{
    display: block;
    font-size: 12px;
    font-style: italic;
    color: gray;
}


/* CUSTOM EDITOR STYLES */
.highlightedBlue
{
    color: #2E8BD0;
}

.highlightedGray
{
    color: #706f6f;
}

.highlightedBlueBold
{
    color: #2E8BD0;
    font-weight: bold;
}

.highlightedGrayBold
{
    color: #706f6f;
    font-weight: bold;
}

.titleWhiteShadow
{
    color: white;
    padding: 5px 5px;
    font-size: 38px;
    -webkit-text-shadow: 2px 2px 20px black;
    text-shadow: 2px 2px 20px black;
}

.titleBlueShadow
{
    color: #328DDE;
    padding: 5px 5px;
    font-size: 38px;
    -webkit-text-shadow: 1px 1px 5px gray;
    text-shadow: 1px 1px 5px gray;
}
