﻿/* Background Image */
/*img.bg
{
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1024px)
{
    img.bg
    {
        left: 50%;
        margin-left: -512px;
    }
}

@media print
{
    img.bg
    {
        display: none;
    }
}
*/
/* End of Background Image */

body {
    font-family: Calibri, Arial;
    font-size: 11.5pt;
    color: Gray;
    background-color: #a7a9ac; /* #58595b; #242321;*/
    margin: 0 0 0 0;
}

a {
    outline: none;
}

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

select {
    font-size: 1.1em;
    color: Gray;
    border: 1px solid silver;
    border-radius: 10px;
    padding: 6px;
}

input[type="text"] {
    padding: 4px;
    border: 1px solid silver;
    border-radius: 4px;
}

.ireland-contacts-panel {
    position:relative;
    margin-top:100px;
    width:800px;
    margin-left:auto;
    margin-right:auto;
}

.lnk {
    color: #58595b; /* White */
    text-decoration: none;
}

    .lnk:hover {
        text-decoration: underline;
    }

.D {
    width: 350px;
    height: 64px;
    background-color: White;
    background-image: url(../images/logo-uk.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

#flags {
    position: absolute;
    top: 0px;
    right: 20px;
    width: auto;
}

    #flags img {
        margin-left: 3px;
        border-radius: 2px;
        border: 1px solid #234A4F;
        width: 30px;
        height: auto;
    }

.medium {
    width: 200px;
}

.long {
    width: 400px;
    padding: 4px;
}

.longta {
    width: 600px;
    height: 400px;
    font-family: Calibri;
    font-size: 0.9em;
    padding: 10px;
}

.ctitle {
    width: 248px;
    font-size: 12pt;
    color: Gray;
    font-weight: bold;
}

.cdesc {
    width: 248px;
    height: 50px;
    font-size: 11pt;
    font-family: Calibri;
    color: Gray;
    font-weight: normal;
}

.clear {
    clear: both;
}

#main {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: White; /*#F5F2EB;*/
    min-height: 600px;
    padding: 20px 0px 200px 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    overflow: hidden; /*    border-left: 40px solid white;     border-right: 40px solid white; */
}

#banner {
    background-color: White; /* #5CB0BA;*/ /*background-image: url(../images/banner_slice.png); */
    position: relative;
    top: 0px;
    left: 0px; /*    border-top-left-radius: 20px;     border-top-right-radius: 20px; */
    height: auto;
    width: 100%;
    height: 140px;
}

#menu {
    position: absolute;
    bottom: 0px;
    padding-left: 20px;
    width: 100%;
    box-sizing: border-box;
}

    #menu ul {
        margin: 0;
        padding: 0;
    }

#logo {
    height: 116px;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0px 0px 30px 20px;
    background-size: contain;
    position: absolute;
    top: -20px;
    left: -6px;
}

.logo_global {
    background-image: url(../images/logo_global.png);
    background-position: center left;
    background-color: White;
    width: 330px;
}
.go-home {
    background-color: #ed1c24;
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: white;
    padding: 1rem;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.logo_uk {
    background-image: url(../images/logo_uk.png);
    background-position: center left;
    background-color: White;
    width: 350px;
}

.logo_ireland {
    background-image: url(../images/logo_ireland.png);
    width: 430px;
}

.logo_nl {
    background-image: url(../images/logo_benelux.png);
    width: 444px;
}

.logo_dk {
    background-image: url(../images/logo_denmark.png);
    width: 450px;
}

.logo_fr {
    background-image: url(../images/logo_france.png);
    width: 450px;
}

.logo_sg {
    background-image: url(../images/logo_singapore.png);
    width: 450px;
}

.head_label {
    font-size: 0.7em;
    color: #a7a9ac;
}

#contact_block {
    font-size: 1.6em;
    position: absolute;
    top: 36px;
    right: 20px;
    text-align: right;
    color: #58595b;
}

.tab {
    float: left;
    border: 0px solid;
    border-bottom-width: 0;
    margin: 0 0.5em 0 0;
    background-color: #a7a9ac;
    padding: 10px 14px 12px 14px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    list-style: none;
    color: White;
    cursor: pointer;
}

    .tab a {
        text-decoration: none;
        color: White;
        padding: 10px;
    }

.selected {
    background-color: #58595b !important;
    color: White !important;
}

.tabpage {
    position: relative;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    border-top: 2px solid #58595b;
}

.padded {
    padding: 20px;
}

.tab_selected {
    display: block;
}

.save {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 2px;
    right: 32px;
    cursor: pointer;
}

.del {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

.description {
    position: absolute;
    top: 40px;
    right: 30px;
    height: 200px;
    width: 300px;
    font-family: calibri;
    border: 1px solid silver;
    border-radius: 4px;
    font-size: 12pt;
}

.images {
    background-color: White;
    border: 1px solid silver;
    padding: 4px;
    position: relative;
}

.product, .vid, .item {
    padding: 10px;
    min-height: 60px; /*  border-top: 3px solid #5CB0BA; */
    border-bottom: 2px dotted #5CB0BA;
    margin-bottom: 10px;
    background-color: White;
    position: relative;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.clientvid {
    padding: 10px;
    min-height: 60px; /* border-top: 3px solid #5CB0BA; */
    border-bottom: 2px dotted #5CB0BA;
    margin-bottom: 10px;
    background-color: White;
    position: relative;
    cursor: pointer;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

    .clientvid:hover {
        background-color: #E1F1F3;
    }

.video_title {
    width: 600px;
    float: left;
    font-size: 1.4em;
}

.vid_comment {
    width: 600px;
    float: left;
    margin-right: 30px;
}

.vid_image {
    float: right;
    cursor: pointer;
}

#slide_outer {
    width: 840px;
    height: 350px;
    margin: 20px auto 20px auto;
    position: relative;
    background-color: White;
    border: 1px solid silver;
    overflow: hidden;
}

.slide_description {
    position: absolute;
    top: 60px;
    right: 100px;
    width: 300px;
}

.slide_img {
    height: 350px;
    max-width: 490px;
    overflow: hidden;
}

.slide_desc_title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

#next_slide {
    position: absolute;
    right: 4px;
    top: 300px;
    cursor: pointer;
}

#prev_slide {
    position: absolute;
    left: 4px;
    top: 300px;
    cursor: pointer;
}

.slide {
    position: relative;
    width: 900px;
    height: 350px;
    overflow: hidden;
}

.slide_label {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #234A4F;
    padding: 10px;
    color: White;
    border-bottom-left-radius: 10px;
    display: none;
}

.transparent {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
    filter: alpha(opacity=50); /* Netscape */
    -moz-opacity: 0.5; /* Safari 1.x */
    -khtml-opacity: 0.5; /* Good browsers */
    opacity: 0.5;
}

#footer {
    background-color: #58595b;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 200px;
    width: 100%;
    color: White;
}

#foot_inner {
    margin: 20px;
    border: 1px solid transparent;
}

.left {
    text-align: left;
    float: left;
}

.right {
    float: right;
    text-align: right;
}

.centered {
    text-align: center;
}

.case_study {
    width: 258px;
    float: left;
    height: 290px;
    overflow: hidden;
    border: 1px solid silver;
    margin-right: 12px;
    overflow: hidden;
    padding: 4px;
    position: relative;
    background-color: White;
    cursor: pointer;
}

    .case_study:hover {
        border: 1px solid #5CB0BA;
        background-color: #E1F1F3;
    }

.case_desc {
    width: 258px;
    height: 60px;
    overflow: hidden;
}

.casepic {
    width: 258px;
    height: 180px;
    overflow: hidden;
}

.case_study_last_col {
    position: relative;
    width: 258px;
    float: left;
    min-height: 300px;
    border: 1px dotted silver;
    overflow: hidden;
    padding: 4px;
}

    .case_study img, .case_study_last_col img {
        width: 258px;
    }

#cases {
    width: 840px;
}

#popup {
    width: 420px;
    height: 320px;
    display: none;
    background-color: White;
    z-index: 101;
    border-radius: 6px;
}

#popupClose {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 20px;
    width: 20px;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

#popup {
    padding: 20px;
}

#popcontents {
    width: 420px;
    overflow: hidden;
}

#backgroundPopup {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: gray;
    -moz-opacity: .60;
    filter: alpha(opacity=60);
    opacity: .60;
    z-index: 100;
}

#email, #password {
    width: 200px;
    padding: 6px;
    border-radius: 6px;
    border: 0px;
}

.btn {
    border-radius: 6px;
    background-color: #58595b; /*rgb(35, 74, 79);*/
    padding: 6px;
    display: inline-block;
    color: White;
    cursor: pointer;
    text-transform: capitalize;
}

.btn-red {
    border-radius: 6px;
    background-color: #880000;
    padding: 6px;
    display: inline-block;
    color: White;
    cursor: pointer;
    text-transform: capitalize;
}

.subBtnBar {
    position: absolute;
    right: 2px;
    top: 4px;
}

.smalli {
    font-style: italic;
    font-size: 0.8em;
    vertical-align: top;
    padding-top: 12px;
}

.image_counter {
    position: absolute;
    padding: 4px;
    font-size: 1.5em;
    background-image: url(../images/semiBlack.png);
    color: White;
}

.media_table {
    float: left;
    color: Black;
    font-size: 0.8em;
}

    .media_table select {
        color: Black;
        font-size: 0.9em;
        padding: 2px;
        border-radius: 2px;
    }

    .media_table textarea {
        font-size: 1.0em;
        padding: 2px;
        font-family: Calibri;
        border-radius: 4px;
        width: 300px;
        height: 60px;
        border: 1px solid silver;
    }

.media_list_item {
    border: 1px solid #5CB0BA;
    border-radius: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 120px;
    padding: 6px;
    background-color: #FEFFD3;
}

.media_item {
    float: left;
    width: 150px;
    height: 110px;
    overflow: hidden;
    position: relative;
    margin-left: 4px;
    margin-bottom: 4px;
    border: 1px dashed silver;
    padding: 2px;
}

    .media_item:hover {
        border: 1px solid rgb(92, 176, 186);
        background-color: rgb(92, 176, 186);
    }

.media_size_label {
    position: absolute;
    top: 0px;
    background-image: url(../images/semiBlack.png);
    color: White;
    font-size: 0.7em;
    padding: 3px;
}

.media_label {
    position: absolute;
    bottom: 0px;
    background-image: url(../images/semiBlack.png);
    color: White;
    font-size: 0.7em;
    padding: 3px;
}

/* MESSAGES */
#message {
    padding: 20px;
    background-color: rgb(92, 176, 186);
    border: 4px solid silver;
    border-radius: 10px;
    text-align: center;
    color: White;
    font-size: 1.3em;
    display: none;
}

/* IMAGE PICKER */
#dialogIMAGEPICKER {
    height: 500px;
    width: 820px;
    background-color: White;
    border: 4px silver;
    border-radius: 10px;
    padding: 6px;
    display: none;
    z-index: 101;
    overflow: hidden;
}

#image_picker {
    width: 820px;
    height: 470px;
    margin-top: 30px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.picker {
    cursor: pointer;
}

#dialogPDFPICKER {
    height: 400px;
    width: 400px;
    background-color: White;
    border: 4px silver;
    border-radius: 10px;
    padding: 6px;
    display: none;
    z-index: 101;
    overflow: hidden;
}

#pdfs_list {
    width: 380px;
    height: 340px;
    margin-top: 40px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid silver;
}

.pdflistItem {
    padding: 10px;
    min-height: 60px;
    border-top: 3px solid #5CB0BA;
    border-bottom: 1px dotted #5CB0BA;
    margin-bottom: 10px;
    background-color: White;
    position: relative;
    cursor: pointer;
}

    .pdflistItem:hover {
        background-color: #E1F1F3;
    }

.pdfpicker {
    cursor: pointer;
    color: Gray;
    background-image: url(../images/pdfpicker.png);
    background-repeat: no-repeat;
    background-position: right center;
    width: 370px;
    border: 1px solid silver;
    border-radius: 4px;
    padding: 4px;
    min-height: 20px;
    padding-right: 30px;
}

.itemTable {
    float: left;
    margin-left: 20px;
    width: 300px;
}

.itemTextArea {
    width: 400px;
    border: 1px solid silver;
    border-radius: 4px;
    height: 140px;
    padding: 4px;
    font-family: Calibri;
}

.smaller {
    font-size: 0.7em;
}

/* Display CSS */

.ptitle {
    font-size: 1.4em;
}

.image_advice {
    font-size: 0.7em;
    font-style: italic;
    position: absolute;
    top: 24px;
    left: 20px;
}

#wait {
    position: absolute;
    top: 180px;
    right: 0px;
    display: none;
}

#logout {
    float: right;
    background-color: #880000;
    color: White;
    text-transform: capitalize;
    padding: 8px;
    display: inline;
    border-radius: 10px;
    margin-right: 4px;
    cursor: pointer;
}

/* Newspaper Layout */

#page_banner {
    background-color: #58595b; /* #880000;     background-image:url(../images/headline_stripe.png);*/
    color: White;
    position: relative;
    cursor: pointer;
    max-height: 400px;
    overflow: hidden;
    border-bottom: 2px solid #58595b;
}

#page_banner_block {
    float: left;
    width: 296px;
}

#page_banner_title {
    padding: 10px;
    height: 160px;
    width: 270px;
    overflow: hidden;
}

#page_banner_caption {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 1.2em;
    padding: 4px 4px 4px 8px;
    background-image: url(../images/semi_black.png);
    border-top-left-radius: 7px;
}

#page_banner_intro {
    padding: 10px;
    height: 190px;
    overflow: hidden;
}

#page_banner_image {
    width: 600px;
    float: right;
    right: 0px;
    top: 0px;
    overflow: hidden;
    float: right;
}

#image_list {
    border: 1px solid silver;
    padding: 10px;
    width: 600px;
    height: 350px;
    background-color: White;
    overflow-y: scroll;
}

.column {
    width: 272px;
    margin: 10px 0px 20px 20px;
    min-height: 200px;
    float: left;
}

.article {
    font-size: 0.9em;
    margin: 4px 0px 18px 0px;
    min-height: 100px;
    color: Black;
    padding-bottom: 10px;
    cursor: pointer;
}

    .article a {
        text-decoration: none;
        color: #ee3124;
        border: 0px;
        float: right;
        padding: 4px;
    }

        .article a:hover {
            background-color: #a7a9ac !important;
            color: Black;
        }

.article_title {
    border-bottom: 2px solid #ee3124;
    background-color: Transparent;
    color: Black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    padding: 4px 4px 4px 0px;
    margin-bottom: 10px;
}

.article_image_right {
    float: right;
    margin: 0px 0px 20px 20px;
    text-align: right;
    color: Gray;
    font-size: 0.8em;
    overflow: hidden;
}

.article_image_left {
    float: left;
    margin: 0px 20px 20px 0px;
    text-align: left;
    color: Gray;
    font-size: 0.8em;
    overflow: hidden;
}

#articleSelector {
    width: 600px;
}

.stubpic {
    float: right;
    padding: 0px 0px 10px 10px;
    text-align: right;
    color: Gray;
    font-size: 0.9em;
    overflow: hidden;
}

#display_article {
    width: 760px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding: 20px 40px 30px 40px;
    border: 1px solid silver;
    background-color: White;
    font-size: 1.0em;
    color: Black;
    box-shadow: 8px 8px 14px silver;
}

#display_article_title {
    font-size: 2.0em;
    padding: 10px 10px 10px 0px;
    border-bottom: 2px solid #EE3124;
    margin-bottom: 20px;
}


/* End of Newspaper Layout */

#statsLocn {
    font-size: 1.2em;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#topTable {
    border: 1px solid gray;
}

    #topTable th {
        background-color: #efefef;
        text-align: left;
    }

    #topTable tr td:nth-child(1), #topTable tr td:nth-child(3) {
        text-align: center;
    }

/* Reordering */

.layout_item {
    border-radius: 6px;
    background-color: #58595b;
    color: White;
    padding: 6px;
    margin: 6px 0px 6px 0px;
    cursor: move;
}

.sort-placeholder {
    background-color: #ee3131;
    border-radius: 6px;
    min-height: 24px;
}

#languageSelector {
    width: 60%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

    #languageSelector td {
        padding: 30px;
        color: gray;
        font-size: 2.5em;
        border-top: 1px solid silver;
        border-bottom: 1px solid silver;
        width: 50%;
        background-color: white;
        transition: background-color 1s, color 1s;
    }

        #languageSelector td:hover {
            background-color: #efefef;
            color: black;
            cursor: pointer;
        }
