@import url(Css/Layout.css?t=20210316);

body {
    margin: 0px 0px;
    padding: 0px 0px;
    background-color: white;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
}

    body.background {
        background: url(../Img/bck04.jpg) top right no-repeat fixed;
    }

/* Template Container */
.pageTemplate {
    width: 984px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    margin: 0px auto;
    padding: 0px 0px;
    background-color: #fff;
    border: solid 1px #000;
}

.pageContent {
    background-image: url(Img/LineDottedV.gif);
    background-repeat: repeat-y;
    background-position: 0px 0px;
    /*border:solid 1px #f00;*/
}

.footer {
    clear: both;
    float: none;
    margin-top: 20px;
    padding: 5px 0;
    font-size: 10px;
    font-family: Verdana, Sans-Serif;
    color: #000;
    border-top: solid 1px #1d87a1;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
}

/* Cleaner DIV TAG CLEARS Column Floating areas*/
.c {
    clear: both !important;
    float: none !important;
    font-size: 1px !important;
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    line-height: 0px !important;
    visibility: hidden !important;
}

/* Attcahed Files */
#assignedFiles li.pdf {
    background-image: url(Img/fti/AdobePDF.gif);
}

#assignedFiles li.doc {
    background-image: url(Img/fti/MSWord.gif);
}

#assignedFiles li.xls {
    background-image: url(Img/fti/MSExcel.gif);
}

#assignedFiles li.ppt {
    background-image: url(Img/fti/MSPowerPoint.gif);
}

#assignedFiles li.zip {
    background-image: url(Img/fti/Zip.gif);
}

#assignedFiles li.avi {
    background-image: url(Img/fti/Video.gif);
}

/* Content Definition */
body a {
    font-family: Arial, Verdana, Sans-Serif;
    color: #927a61;
    text-decoration: none;
}

    body a:hover {
        text-decoration: none;
        color: #1d87a1;
    }

#tinymce a {
    font-family: Arial, Verdana, Sans-Serif;
    color: #1d87a1;
    text-decoration: underline;
}

    #tinymce a:hover {
        text-decoration: none;
        color: #1d87a1;
    }

h1, h2, h3, h4, h5, h6 {
    color: #555;
    font-family: Arial, Verdana, Sans-Serif;
    margin-top: 0px;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    color: #000;
    font-size: 18px;
    margin-top: 0px;
    text-align: justify;
}

td p, th p {
    font-size: 14px;
}

select, input {
    font-size: 12px;
}

li {
    font-size: 15px;
}

ul {
    padding-left: 18px;
}

/*  template */
.img_left, .img_right
.img_left img, .img_right img {
    padding: 0;
    text-decoration: none;
}

    .img_left .img_sign, .img_right .img_sign {
        padding: 3px 0px;
        font-size: .8em;
        font-style: italic;
        color: #666;
        line-height: 1em;
    }

.img_left {
    float: left;
    margin: 0px 5px 0px 0px;
}

.img_right {
    float: right;
    margin: 0px 0px 0px 5px;
}

/* Default table */
table {
    width: 100%;
    margin-bottom: 10px;
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    border: solid 1px #DFE5E7;
    margin: 0;
    padding: 6px;
    text-align: left;
}

    td p {
        margin: 0;
    }

th {
    padding: 6px;
    background-color: #DFE5E7;
    font-weight: bold;
    text-align: left;
}

.box {
    border: 2px solid;
    padding: 9px;
    border-color: #f2008f;
    border-radius: 10px;
    margin-bottom: 13px;
}

    .box .images1 b {
        color: #f2008f;
        margin-left: 15px;
    }

body .container {
    padding-right: 0;
    padding-left: 0;
}

body .row {
    margin: 0;
}

.content_item img {
    cursor: pointer;
    max-width: 100%;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity = 70) !important;
    display: none;
    z-index: 10000;
}

#overlayContent {
    position: fixed;
    width: 100%;
    top: 50px;
    text-align: center;
    display: none;
    overflow: hidden;
    z-index: 10000;
}

#overlayPicture {
    display: inline-block;
    background-color: white;
    border-radius: 10px;
    max-height: 90vh;
    overflow-y: auto;
}

    #overlayPicture img {
        object-fit: contain;
        border: 10px solid white;
        border-radius: 10px;
        background-color: #fff;
    }


    #overlayPicture .closeIcon {
        float: right;
        margin-right: 10px;
        margin-top: 5px;
        color: gray;
        font-size: 28px;
        cursor: pointer;
    }

.utilis-btn-blue {
    background-color: #3a87a2;
    border-color: #3a87a2;
    color: white;
    cursor: pointer;
}

    .utilis-btn-blue:hover {
        background-color: #224e5e;
        border-color: #224e5e;
        color: white;
    }

.utilis-btn-brown {
    background-color: #927a61;
    border-color: #927a61;
    color: white;
    cursor: pointer;
}

    .utilis-btn-brown:hover {
        background-color: #5c4d3d;
        border-color: #5c4d3d;
    }

.mceContentBody {
    padding: 8px 8px;
    background-color: white;
}

.cookie-banner {
    position: fixed;
    bottom: 10px;
    left: 5%;
    right: 5%;
    width: 90%;
    padding: 5px 14px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    background-color: #1b88a2;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

    .cookie-banner p {
        color: #fff;
        margin-right: 15px;
    }

.cookie-close {
    position: absolute;
    top: 5px;
    right: 10px;
    height: 20px;
    cursor: pointer;
    text-shadow: none !important;
    color: #fff !important;
    opacity: 1 !important;
}
