﻿@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    background-image: url(../Images/bg.png);
    background-repeat: repeat-y;
    background-position: center;
    font-family: Arial, Helvetica, sans-serif;
}

* {
    margin: 0;
    padding: 0
}

img {
    border: none
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 998px;
    background: #FFFFFF;
    border: solid 1px #c7c7c7;
}

/* Header */

.header {
    width: 998px;
    background-image: url(../Images/header_bground.png);
    background-repeat: repeat-x;
}

    .header .topright {
        float: right;
        font-family: Arial, Helvetica, sans-serif;
    }

        .header .topright .left {
            float: left;
            width: 292px;
        }

            .header .topright .left .languages {
                width: 270px;
                font-size: 1.1em;
                color: #666;
                margin-top: 7px;
            }

                .header .topright .left .languages select {
                    width: 143px;
                    height: 17px;
                    border: 1px solid #999;
                    margin-left: 7px;
                    font-size: 1.0em;
                    color: #666;
                }

                .header .topright .left .languages label {
                    float: left;
                    padding-top: 3px;
                }

                .header .topright .left .languages option {
                    font-size: 1.0em;
                    color: #666;
                }

            .header .topright .left .topcontact {
                font-size: 1.4em;
                padding-top: 10px;
                font-weight: bold;
                color: #3334DC;
            }

        .header .topright .right {
            float: left;
            width: 174px;
        }

            .header .topright .right .flags {
                padding-top: 7px;
            }

                .header .topright .right .flags img {
                    padding-left: 5px;
                }

            .header .topright .right .social {
                text-align: right;
                padding-right: 14px;
                padding-top: 4px;
            }

/* Navigation */

/*.nav
{
	width:998px;
	background-image:url(../Images/nav_bground.png);
	background-repeat:repeat-x;
	border-top: solid 3px #FFFFFF;
	Border-bottom: solid 5px #FFFFFF;
}

.nav ul
{

	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	list-style:none;
	float:left;

}

.nav li
{
	color:#FFFFFF;
	text-decoration:none;
	float:left;
}

.nav li a
{
	text-decoration:none;
	color:#FFFFFF;
	padding-top:12px;
	padding-bottom:15px;
	padding-left:14px;
	padding-right:14px;
	float:left;
}

.nav li a:hover
{
	background-color:#FFFFFF;
	color:#00C;
	display:block;
}

.nav li a.selected
{
	text-decoration:none;
	background-color:#FFFFFF;
	color:#00C;
	padding-top:12px;
	padding-bottom:15px;
	padding-left:14px;
	padding-right:14px;
	float:left;
}*/


.search {
    float: right;
    margin-right: 10px;
    background-color: #FFF;
    width: 250px;
    height: 27px;
    padding: 0px;
    margin-top: 7px;
}

    .search input[type='text'] {
        float: left;
        width: 205px;
        border: 0;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0px;
        padding: 5px;
    }

.button {
    float: right;
}

    .button input {
        height: 26px;
        width: 31px;
        margin: 0px;
    }

/* Banner */

.banner {
    width: 100%;
    border-left: none;
    border-right: none;
    z-index: 1;
    position: relative;
}

    .banner .slides {
    }

        .banner .slides .slides_container {
            width: 100%;
            height: auto;
        }

            .banner .slides .slides_container div {
                width: 100%;
                display: block;
            }

                .banner .slides .slides_container div img {
                    max-width: 100%;
                }

.slides_control {
    width: 100% !important;
}

.left_arrow {
    position: absolute;
    z-index: 20;
    width: 15px;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.right_arrow {
    position: absolute;
    z-index: 20;
    width: 15px;
    right: 0;
    top: 50%;
    margin-top: -9px;
}

    .left_arrow img, .right_arrow img {
        width: 100%;
    }



/* Sponsors*/

.sponsors {
    width: 999px
}

    .sponsors ul {
        float: left;
        width: 999px;
        list-style: none;
        background-image: url("/Images/sponsor_top_bg.jpg");
        background-repeat: repeat-x;
        background-color: #e4e4e4;
    }



    .sponsors li {
        float: left;
        width: 199px;
        border-color: #cdcccc;
        border-style: solid;
        border-width: 0;
        border-bottom-width: 1px;
        border-right-width: 1px;
        height: 78px;
        text-align: center;
    }

        .sponsors li.cbc, .sponsors li.basf {
            border-right: 1px;
            width: 198px;
        }

        .sponsors li img {
            max-width: 150px;
            max-height: 59px;
        }

/* Bids and News*/

.maincontainer {
    width: 811px;
    float: left;
    position: relative;
    z-index: 20000;
}


.bids_news_container {
    width: 811px;
    float: left;
}

.bids_left {
    float: left;
    width: 420px;
    margin-right: 15px;
    clear: both;
}

    .bids_left .viewall {
        padding-top: 15px;
        width: 380px;
        padding-bottom: 20px;
        padding-left: 25px;
        font-size: 2em;
        clear: both;
        font-weight: bold;
        color: Black;
        font-family: Arial, Helvetica, sans-serif;
    }

        .bids_left .viewall a {
            text-decoration: none;
            color: Black;
            border: solid 2px #00C;
            padding: 5px;
            background: #ffffff; /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* IE10+ */
            background: linear-gradient(to bottom, #ffffff 0%,#cccccc 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
            ;
        }

            .bids_left .viewall a:hover {
                color: #FFF;
                border: solid 2px #00C;
                padding: 5px;
                background: #00C !important;
            }

.bids_header {
    width: 408px;
    background-image: url(../Images/bids_header_bground.png);
    background-repeat: repeat-x;
    margin-left: 12px;
    margin-top: 14px;
}

    .bids_header h2 {
        font-family: "Arial Black", Gadget, sans-serif;
        font-size: 1.8em;
        color: #FFFFFF;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

.news_right {
    float: left;
    width: 370px;
}

    .news_right .viewall {
        padding-top: 15px;
        padding-bottom: 20px;
        padding-left: 10px;
        font-size: 2em;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        float: left;
        clear: left;
        width: 346px;
    }

        .news_right .viewall a {
            text-decoration: none;
            color: Black;
            border: solid 2px #df0103;
            padding: 5px;
            background: #ffffff; /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* IE10+ */
            background: linear-gradient(to bottom, #ffffff 0%,#cccccc 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
            ;
            width: 150px;
            margin-top: 15px;
        }

            .news_right .viewall a:hover {
                color: #FFF;
                border: solid 2px #df0103;
                padding: 5px;
                background: #df0103 !important;
            }

.news_header {
    width: 367px;
    background-image: url(../Images/news_header_bground.png);
    background-repeat: repeat-x;
    margin-bottom: 3px;
    margin-top: 1px;
}

    .news_header h2 {
        font-family: "Arial Black", Gadget, sans-serif;
        font-size: 1.8em;
        color: #FFFFFF;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

.bids_story {
    float: left;
    width: 380px;
    margin-left: 25px;
    margin-top: 10px;
    border-bottom: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #69696a;
}

    .bids_story h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5em;
        float: left;
        clear: left;
    }

    .bids_story h4 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.3em;
        color: #00C;
        font-weight: normal;
        clear: left;
    }

    .bids_story a {
        color: #00C;
        text-decoration: none;
    }

        .bids_story a:hover {
            color: #000000;
        }


.final_bids_story {
    float: left;
    width: 380px;
    margin-left: 25px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #69696a;
}

    .final_bids_story h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5em;
        width: 380px;
    }

    .final_bids_story h4 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.3em;
        color: #00C;
        font-weight: normal;
        width: 380px;
    }

    .final_bids_story a {
        color: #00C;
        text-decoration: none;
    }

        .final_bids_story a:hover {
            color: #000000;
        }


.final_bid_date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #69696a;
    font-weight: bold;
    width: 380px;
}

.final_bid_info {
    padding-bottom: 13px;
    width: 380px;
    padding-top: 5px;
}

.story_image {
    float: right;
    padding-top: 5px;
}

.news_right {
    float: left;
    background-color: #e0e0e0;
    margin-top: 13px;
    width: 367px;
    padding-bottom: 10px;
}



.news_story {
    float: left;
    width: 345px;
    margin-left: 10px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #69696a;
    background-color: #FFFFFF;
    margin-bottom: 3px;
    padding-bottom: 5px;
}

.news_story_2 {
    float: left;
    width: 345px;
    margin-left: 10px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #69696a;
    background-color: #FFFFFF;
    margin-bottom: 3px;
}

    .news_story_2 a {
        color: #000000;
        text-decoration: none;
    }


        .news_story_2 a:hover {
            color: #00C;
        }

    .news_story_2 h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.4em;
        width: 190px;
        line-height: 15px;
        padding-top: 8px;
        padding-left: 10px;
    }



.news_story h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    width: 325px;
    padding-top: 8px;
    padding-left: 10px;
    float: left;
    clear: left;
}


.news_story a {
    color: #000000;
    text-decoration: none;
}

    .news_story a:hover {
        color: #db0514;
    }



.news_info {
    padding-bottom: 13px;
    width: 205px;
    padding-top: 5px;
    padding-left: 10px;
    float: left;
    clear: left;
}

.news_story_image {
    padding-right: 0;
    float: right;
    padding-top: 0;
    padding-left: 20px;
    display: inline-block;
}

.awards_header {
    width: 408px;
    background-image: url(../Images/news_header_bground.png);
    background-repeat: repeat-x;
    margin-left: 12px;
}

    .awards_header h2 {
        font-family: "Arial Black", Gadget, sans-serif;
        font-size: 1.8em;
        color: #FFFFFF;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

.awards_story {
    float: left;
    width: 380px;
    margin-left: 25px;
    margin-top: 10px;
    border-bottom: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #69696a;
}

.final_awards_story {
    float: left;
    width: 380px;
    margin-left: 25px;
    margin-top: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #69696a;
}

.awards_story h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    float: left;
    clear: left;
}

.awards_story span.projectcode {
    color: #DF0103;
}

.awards_story h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    color: #df0103;
    font-weight: normal;
    clear: left;
    float: left;
}


.final_awards_story h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    width: 380px;
}

.final_awards_story h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    color: #df0103;
    font-weight: normal;
    width: 380px;
}

.awards_story a {
    color: #df0103;
    text-decoration: none;
}

    .awards_story a:hover {
        color: #000000;
    }

.final_awards_story a {
    color: #df0103;
    text-decoration: none;
}

    .final_awards_story a:hover {
        color: #000000;
    }

.awards_date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #69696a;
    font-weight: bold;
    width: 380px;
}

.awards_info {
    padding-bottom: 13px;
    width: 380px;
}

.feed_header {
    width: 367px;
    background-image: url(../Images/bids_header_bground.png);
    background-repeat: repeat-x;
    margin-bottom: 3px;
    margin-top: -13px;
}

    .feed_header h2 {
        font-family: "Arial Black", Gadget, sans-serif;
        font-size: 1.8em;
        color: #FFFFFF;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

/* Events and Hotspots*/

.events_left {
    float: left;
    width: 322px;
    margin-right: 20px;
    margin-top: 16px;
}

.suppliers_container .events_left {
    margin-left: -5px;
    width: 308px;
    margin-right: 16px;
}

    .suppliers_container .events_left .livebids {
        padding-bottom: 14px;
    }

.events_header {
    width: 575px;
    background-image: url(../Images/bids_header_bground.png);
    background-repeat: repeat-x;
    margin-left: 12px;
}

    .events_header h2 {
        font-family: "Arial Black", Gadget, sans-serif;
        font-size: 1.8em;
        color: #FFFFFF;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

.events_story {
    float: left;
    width: 563px;
    margin-left: 25px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #69696a;
}

    .events_story h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5em;
        float: left;
        clear: left;
    }

    .events_story a:hover {
        color: #000000;
    }

    .events_story h4 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.2em;
        color: #00C;
        font-weight: normal;
        float: left;
        clear: left;
    }

    .events_story a {
        color: #00C;
        text-decoration: none;
    }

    .events_story p {
        padding-top: 10px;
        width: 310px;
        float: left;
        clear: left;
        line-height: 17px;
    }

.events_image {
    float: right;
    padding-right: 15px;
    padding-top: 3px;
}

.events_content {
    float: left;
    width: 340px;
}

.bids_news_container_2 .livebids {
    padding-left: 15px;
    padding-bottom: 14px;
    clear: left;
}

.hotspots_right {
    margin-top: 18px;
    float: left;
    width: 636px;
}

.loweradvertcol {
    float: left;
    width: 200px;
}

    .loweradvertcol img {
        max-width: 100%;
        height: auto;
    }

.hotspots_right .loweradvertcol:nth-child(2) {
    margin-left: 18px;
    margin-right: 18px;
}

.alerts_hotspot {
    margin-top: 8px;
}

.rates_hotspot {
    margin-top: 24px;
}

.jobs_hotspot {
    margin-top: 24px;
}

.bottom_hotspot {
    width: 998px;
}

.advert_hotspot {
    float: left;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 17px;
    margin-bottom: 20px;
}

.mag_hotspot {
    float: left;
    padding-top: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.events_hotspot {
    float: left;
    padding-top: 20px;
    padding-left: 3px;
    margin-bottom: 20px;
}

/* Footer*/

footer > .container {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
}

.footer {
    width: 970px;
    background-image: url(../Images/footer_bground.png);
    background-repeat: repeat-x;
    background-position: left top;
    clear: both;
    padding: 20px 14px 14px;
    height: 52px;
}

    .footer logos {
        width: 996px;
        float: left;
        background-color: #FFF;
        height: 69px;
    }

.logo1 {
    float: left;
    padding-right: 13px;
    padding-left: 5px;
}

.logo2 {
    float: left;
    padding-right: 13px;
    padding-top: 6px;
}

.logo3 {
    float: left;
    padding-right: 13px;
    padding-top: 7px;
}

.logo4 {
    float: left;
    padding-right: 13px;
}

.logo5 {
    float: left;
    padding-right: 13px;
    padding-top: 6px;
}

.logo6 {
    float: left;
    padding-right: 13px;
    padding-top: 9px;
}

.logo7 {
    float: left;
    padding-right: 13px;
}

.logo8 {
    float: left;
    padding-right: 13px;
}

.logo9 {
    float: left;
}

.lower_footer {
    width: 973px;
    background-color: #1a1ac4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #FFFFFF;
    padding-left: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    margin-top: -5px;
}

.copyright {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    color: #FFFFFF;
    width: 350px;
}

.lower_footer ul {
    float: left;
    width: 400px;
    list-style: none;
    padding-top: 3px;
}

.lower_footer li {
    float: left;
}

.credits {
    float: right;
    width: 250px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    color: #FFFFFF;
    margin-top: -13px;
    text-align: right;
    padding-right: 5px;
}

.lower_footer a {
    text-decoration: none;
    color: #FFFFFF;
}

    .lower_footer a:hover {
        text-decoration: underline;
    }

li.privacy {
    padding-right: 5px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFF;
}

li.access {
    padding-right: 5px;
    padding-left: 5px;
    border-right: 1px solid #FFFFFF;
}

li.sitemap {
    padding-left: 5px;
}

.right_logos {
    float: none;
    width: 100%;
    background-color: #ffffff;
    margin: 10px 0 0;
    height: 3500px;
    overflow: hidden;
    position: relative;
    border: 5px solid #3b5998;
    max-height:2783px !important;
}

    .right_logos div {
        position: absolute;
        text-align: center;
        width: 100%;
        left: 0;
        right: 0;
    }

        .right_logos div img {
            max-width: 195px;
        }

    .right_logos ul {
        width: 163px;
        list-style-type: none;
        padding-right: 12px;
        float: left;
    }

        .right_logos ul li a {
            float: left;
            width: 163px;
            text-align: center;
        }

    .right_logos li {
        float: left;
    }

.bottom_logolink a {
    padding-bottom: 0px;
}

.main_right_logos a {
    padding-bottom: 36px;
}

.bids_news_container_2 {
    width: 100%;
}

/* Suppliers Directory*/
.page_container {
    width: 999px;
}


.page_header {
    width: 954px;
    background-image: url(../Images/page_header_slice.jpg);
    background-repeat: repeat-x;
    margin-top: 8px;
    margin-left: 22px;
}

    .page_header h2 {
        font-family: "Arial Black", Gadget, sans-serif;
        font-size: 1.6em;
        color: #ffffff;
        padding-left: 20px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

.supplier_search {
    width: 954px;
    background-image: url(../Images/supplier_search_bground_slice.jpg);
    background-repeat: repeat-x;
    margin-left: 22px;
    border-top: 3px solid #ffffff;
    padding-bottom: 23px;
    display: none;
}

    .supplier_search h3 {
        font-family: arial;
        font-size: 1.3em;
        color: #ffffff;
        padding-left: 20px;
        padding-top: 5px;
        float: left;
        width: 99%;
    }

.suppliers_magnifyglass {
    float: left;
    padding-left: 20px;
    height: 44px;
    margin-top: 10px;
}

.suppliers_keyword_search {
    float: left;
    width: 224px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-top: 19px;
    margin-left: 12px;
}

.supplier_label {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.8em;
    margin-top: 19px;
    text-transform: uppercase;
}

.suppliers_dropdown {
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 19px;
    margin-left: 10px;
    width: 224px;
}

.supp_search_btn {
    float: left;
    margin-top: 16px;
    margin-left: 10px;
}


.suppliers_container {
    width: 955px;
    background-color: #ffffff;
    margin-left: 22px;
}

.suppliers_nav {
    width: 954px;
}

    .suppliers_nav ul {
        float: right;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5em;
        list-style-type: none;
    }

    .suppliers_nav li {
        float: left;
        background-image: url(../Images/supplier_nav_bg.jpg);
        background-repeat: repeat-x;
        margin-left: 2px;
        width: 104px;
    }

        .suppliers_nav li a {
            padding-left: 10px;
            padding-right: 10px;
            text-decoration: none;
            color: #ffffff;
            padding-top: 4px;
            padding-bottom: 6px;
            text-align: center;
            display: block;
        }

    .suppliers_nav a:hover {
        background: #000;
    }

    .suppliers_nav a.selected {
        padding-left: 20px;
        padding-right: 20px;
        text-decoration: none;
        color: #ffffff;
        padding-top: 4px;
        padding-bottom: 6px;
        text-align: center;
        background: #000;
        display: block;
    }

.suppliers_tabbed_box {
    width: 912px;
    border: 1px solid #666;
    padding: 20px 20px 20px 20px;
    font-family: Arial, Helvetica, sans-serif;
}

    .suppliers_tabbed_box h4 {
        font-size: 1.8em;
        color: #333;
        font-weight: bold;
    }

.category_intro {
    width: 912px;
    border-bottom: 1px solid #2e2ed1;
    margin-top: 15px;
    padding-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 1.3em;
    line-height: 18px;
}

    .category_intro h5 {
        font-size: 1.5em;
        font-weight: normal;
        color: #2e2ed1;
        padding-bottom: 5px;
    }

    .category_intro a {
        text-decoration: none;
        color: #2e2ed1;
        font-size: 0.8em;
        font-weight: bold;
    }

        .category_intro a:hover {
            color: #000000;
        }

.hotspot_row {
    margin-top: 30px;
}

.small_hotspots {
    padding-left: 12px;
}

.hotspot_row_2 {
    margin-top: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.small_hotspots2 {
    padding-left: 10px;
}

.simply-scroll {
    margin-bottom: 0 !important;
}

.logolinks_bottom {
    padding-bottom: 5px;
    width: 100%;
    position: relative;
    clear: left;
    overflow: hidden;
    border: 5px solid #3b5998;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 15px;
    background: #FFF;
    border-radius: 5px;
    display: none;
}

    .logolinks_bottom ul {
        list-style-type: none;
        position: relative;
        height: 80px;
        width: 100%;
        overflow: hidden;
        margin-bottom: 0;
    }

    .logolinks_bottom li {
        float: left;
        position: absolute;
        text-align: center;
        height: 80px;
        line-height: 80px;
    }

        .logolinks_bottom li img {
            max-height: 70px;
            max-width: 75%;
        }

.firep {
    margin-top: 5px;
}

.vmt {
    margin-top: 8px;
}

.thermal {
    margin-top: 8px;
}

.mul {
    margin-top: 9px;
}

.rutherforr {
    padding-bottom: 3px;
}

.category_intro_2 {
    border-bottom: none;
}

.instruction_band {
    width: 902px;
    background-color: #2e2ed1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
    display: none;
}

.reference_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #2e2ed1;
    display: none;
}

.reference_title {
    font-weight: bold;
    font-size: 1.2em;
}

.profile_total {
    float: right;
    font-weight: bold;
}

.suppliers_tabbed_box .profile_total {
    display: none;
}

.profile_row {
    background-color: #ffffff;
}

.profile_box {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .profile_box .reference_content {
        display: none;
    }

.profile_logo {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.box_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    color: #424242;
}

.box_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    text-align: center;
    color: #424242;
    line-height: 13px;
    margin-top: 5px;
}

.ref_btn {
    float: left;
    margin-top: 5px;
    margin-bottom: 4px;
}

.prof_btn {
    float: right;
    margin-top: 5px;
    margin-bottom: 4px;
}

.profile_box_final {
    padding: 0px 0px 0px 0px;
    margin-right: 0px;
}

.profile_box:hover {
    background-color: #e1ecfc;
}

/* Diary*/

.diary_container {
    width: 950px;
    border: 1px solid #666;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
}

.diary_left {
    float: left;
    width: 700px;
}

.diary_right {
    float: left;
    width: 250px;
    background-color: #e5e5e5;
}

.diary_nav {
    width: 210px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 350px;
}

.diary_nav_ul {
    width: 210px;
}

.diary_nav li {
    background-image: url(../Images/diary_nav_bground.jpg);
    background-repeat: repeat-x;
    list-style-type: none;
    background-color: #000;
}

.diary_nav a {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 16px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    color: #ffffff;
    display: block;
}

    .diary_nav a:hover {
        background-color: #7a7a7b;
    }

.diary_left h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    color: #5c595a;
    margin-left: 17px;
    margin-top: 10px;
}

.diary_left p.caption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #5c595a;
    margin-left: 17px;
    margin-top: 10px;
    font-weight: normal;
}

.diary_left p.date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    color: #1e1eb7;
    margin-left: 17px;
    margin-top: 10px;
    font-weight: normal;
}

.diary_insert {
    width: 665px;
    border: 1px solid #bbb7b7;
    margin-left: 17px;
    margin-top: 12px;
}

.diary_insert_date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    color: #3030d5;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 4px;
}

.diary_insert_title {
    width: 655px;
    background-color: #787878;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

    .diary_insert_title h4 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5em;
        font-weight: normal;
    }


.diary_insert_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #666;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 10px;
}

    .diary_insert_text a {
        color: #00C;
        text-decoration: none;
    }

/* Magazine*/

.mag_container {
    width: 918px;
    border: 1px solid #c1c1c1;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #2c2b2b;
    padding: 10px 17px 10px 17px;
    line-height: 18px;
    margin-bottom: 20px;
}

.mag_header {
    width: 954px;
    background-image: url(../Images/page_header_slice.jpg);
    background-repeat: repeat-x;
    margin-top: 8px;
    margin-left: 22px;
}

    .mag_header h2 {
        font-family: "Arial Black", Gadget, sans-serif;
        font-size: 1.6em;
        color: #ffffff;
        padding-left: 20px;
        padding-top: 4px;
        padding-bottom: 4px;
        float: left;
    }

    .mag_header a {
        font-size: 1.3em;
        color: #ffffff;
        float: right;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        padding-right: 15px;
        padding-top: 8px;
    }

        .mag_header a:hover {
            text-decoration: underline;
        }


.mag_box {
    width: 245px;
    border: 1px solid #c1c1c1;
    padding: 8px 8px 8px 8px;
    margin-top: 20px;
    float: left;
    margin-right: 64px;
    text-align: center;
}

h3.mag_box_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    text-align: center;
    padding-bottom: 0px;
    border: none;
    margin: 0px;
}

.mag_box_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    text-align: center;
    color: #424242;
    line-height: 13px;
    margin-top: 5px;
    padding-top: 8px;
    line-height: 18px;
}


.mag_logo {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 100%;
}

/*.mag_box2
{
	margin-right:0px;
		width:245px;
	border: 1px solid #c1c1c1;
	padding:8px 8px 8px 8px;
	margin-top:20px;
	float:left;
	text-align:center;
}*/


.mag_box:hover {
    background-color: #e1ecfc
}

.view_mag_btn {
    padding-top: 10px;
}

.search_container {
    width: 922px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #b8b4b4;
    margin-top: 15px;
    padding: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #5c595a;
}

.search_container_inner {
    width: 888px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #b8b4b4;
    margin-top: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #5c595a;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

    .search_container_inner a {
        color: White;
        text-decoration: none;
    }

    .search_container_inner h3 {
        width: 873px;
        background-image: url(../Images/newssearch_h3bg.jpg);
        background-repeat: repeat-x;
        font-size: 0.9em;
        color: #FFF;
        font-weight: normal;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 7px;
        padding-left: 10px;
        background-color: #757374;
    }

.searchoptions_container {
    width: 858px;
    background-color: #f2f2f2;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    margin-bottom: 15px;
}

    .searchoptions_container p {
        float: left;
        padding-right: 20px;
        font-size: 0.7em;
        color: #000;
    }

    .searchoptions_container .searchform {
        width: 500px;
        float: left;
    }

    .searchoptions_container .newsarchive {
        width: 300px;
        float: right;
    }

        .searchoptions_container .newsarchive ul {
            list-style-type: none;
            width: 210px;
            margin: 0px;
            padding: 10px;
            background-color: #000;
        }

            .searchoptions_container .newsarchive ul li {
                font-size: 0.7em;
                padding: 3px;
            }

                .searchoptions_container .newsarchive ul li a:hover {
                    text-decoration: underline;
                }

.newssearch_dropdown {
    font-size: 0.9em;
    padding: 1px;
    width: 150px;
    border: 1px solid #999;
    margin-left: 5px;
}

.newssearch_dropdown2 {
    font-size: 0.9em;
    padding: 1px;
    width: 150px;
    border: 1px solid #999;
    margin-left: 5px;
    clear: left;
    float: left;
    margin-left: 0px;
    margin-top: 4px;
}

.smallbluetxt {
    font-size: 0.8em;
    color: #1d1dcd;
    font-style: italic;
}

.searchoptions_container label {
    width: 50px;
    float: left;
}

    .searchoptions_container label.nofloat {
        width: auto;
        float: none;
    }


.countries_search {
    width: 954px;
    background-image: url(../Images/countries_searchheading_bg.jpg);
    background-repeat: repeat-x;
    margin-left: 22px;
    border-top: 3px solid #ffffff;
    padding-bottom: 0px;
    background-color: #5B5B5B;
}

    .countries_search h3 {
        font-family: arial;
        font-size: 1.3em;
        color: #ffffff;
        padding-left: 20px;
        padding-top: 0px;
        float: left;
        margin: 0px;
    }

.countries_magnifyglass {
    float: left;
    padding-left: 20px;
}

.countries_label {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.8em;
    padding-top: 10px;
}

.countries_keyword_search {
    float: left;
    width: 224px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-left: 12px;
    margin-top: 10px;
    border: 0px solid #FFF;
}

.countries_search_btn {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}

.countries_container {
    width: 922px;
    border: 1px solid #c1c1c1;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    color: #4F4D4E;
    font-size: 1.4em;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
}

    .countries_container h3 {
        font-size: 1.3em;
        margin: 0px;
    }

    .countries_container p {
        margin: 0px;
        padding-top: 8px;
    }

    .countries_container h4 {
        font-size: 1.4em;
        margin: 0px;
        font-weight: normal;
        color: #0c0cbf;
        padding-top: 20px;
        padding-bottom: 20px;
    }

.country_link {
    float: left;
    width: 216px;
    border: 2px solid #ebebeb;
    background-image: url(../Images/country_link_bg.jpg);
    background-repeat: repeat-x;
    background-color: #F7F7F7;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .country_link p.flag {
        width: 48px;
        float: left;
        padding-top: 0px;
    }

    .country_link p {
        width: auto;
        float: left;
        margin: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .country_link a {
        display: block;
        width: 145px;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 54px;
        color: #5B5B5B;
        text-decoration: none;
        background-image: url(../Images/afghanistan_flag.gif);
        background-repeat: no-repeat;
        background-position: 10px center;
    }

        .country_link a:hover {
            color: #0c0cbf;
        }

.ref_logo_box {
    height: 55px;
}

.ref_title_box {
    height: 55px;
    border-bottom: solid 1px #a8a8a8
}

/* Sales */

.sales_container {
    width: 952px;
    border: 1px solid #c1c1c1;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #2c2b2b;
    line-height: 18px;
    margin-bottom: 20px;
    background-image: url(../Images/salescontainer_bg.gif);
    background-repeat: repeat-y;
    background-position: right top;
}


    .sales_container h2 {
        font-family: "Arial Black", Gadget, sans-serif;
        font-size: 1.6em;
        color: #ffffff;
        padding-left: 20px;
        padding-top: 4px;
        padding-bottom: 4px;
        float: left;
    }

.sales_leftcol {
    width: 681px;
    padding: 15px;
    float: left;
    line-height: 1.4em;
    font-size: 0.9em;
}

    .sales_leftcol h3 {
        font-size: 1.3em;
        color: #474546;
        padding-bottom: 12px;
    }

    .sales_leftcol ul {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 17px;
    }

.sales_rightcol {
    float: left;
    width: 241px;
    padding-bottom: 15px;
}

    .sales_rightcol ul {
        list-style-type: none;
        padding-top: 10px;
        padding-left: 20px;
    }

        .sales_rightcol ul li {
            float: left;
            clear: left;
            margin-bottom: 1px;
        }

            .sales_rightcol ul li a {
                width: 175px;
                background-image: url(../Images/sales_menu_bg.jpg);
                background-repeat: repeat-x;
                display: block;
                color: #FFF;
                padding-top: 5px;
                padding-right: 10px;
                padding-bottom: 5px;
                padding-left: 15px;
                background-color: #050505;
                text-decoration: none;
            }

                .sales_rightcol ul li a.alph {
                    width: 175px;
                    background-image: url(../Images/arrowup.gif);
                    background-repeat: repeat-x;
                    background-position: right;
                    display: block;
                    color: #FFF;
                    padding-top: 5px;
                    padding-right: 10px;
                    padding-bottom: 5px;
                    padding-left: 15px;
                    background-color: #050505;
                    text-decoration: none;
                }

                .sales_rightcol ul li a.alph2 {
                    width: 175px;
                    background-image: url(../Images/arrowdown.gif);
                    background-repeat: repeat-x;
                    background-position: right;
                    display: block;
                    color: #FFF;
                    padding-top: 5px;
                    padding-right: 10px;
                    padding-bottom: 5px;
                    padding-left: 15px;
                    background-color: #050505;
                    text-decoration: none;
                }

                .sales_rightcol ul li a:hover {
                    background-color: #717171;
                    background-image: none;
                }

                .sales_rightcol ul li a.alph:hover {
                    background-color: #050505;
                    background-image: url(../Images/arrowup.gif);
                }

                .sales_rightcol ul li a.alph2:hover {
                    background-color: #050505;
                    background-image: url(../Images/arrowdown.gif);
                }




            .sales_rightcol ul li.selected a {
                width: 175px;
                background-image: none;
                display: block;
                color: #FFF;
                padding-top: 5px;
                padding-right: 10px;
                padding-bottom: 5px;
                padding-left: 15px;
                background-color: #717171;
                text-decoration: none;
            }

/* Project News */

.projectnews_leftcol {
    width: 681px;
    padding: 15px;
    float: left;
    line-height: 1.6em;
    font-size: 0.9em;
}

    .projectnews_leftcol h3 {
        font-size: 1.5em;
        color: #474546;
        padding-bottom: 12px;
        background-repeat: no-repeat;
        padding-left: 36px;
        float: left;
        margin-top: 2px;
        padding-top: 1px;
    }

    .projectnews_leftcol p.caption {
        font-size: 0.8em;
    }

    .projectnews_leftcol h3.nonews {
        font-size: 1.5em;
        color: #474546;
        padding-bottom: 12px;
        background-image: none;
        padding-left: 0px;
        float: left;
        margin-top: 2px;
        padding-top: 1px;
    }

.filterby_dropdown {
    padding: 5px;
    float: right;
    width: 150px;
    border: none;
    margin-top: 27px;
    margin-right: 20px;
    border-radius: 2px;
}


.newscontainer.project {
}

    .newscontainer.project .actions {
        margin-bottom: 0px;
        padding-top: 30px;
    }

        .newscontainer.project .actions br {
            display: none;
        }

        .newscontainer.project .actions .permalink {
            width: 110px;
            float: right;
        }

        .newscontainer.project .actions .trackreport {
            float: right;
            margin-right: 20px;
        }

            .newscontainer.project .actions .trackreport .ui-icon {
                float: left;
                margin-right: 1px;
            }

.projectnews_logo {
    float: left;
    padding-top: 8px;
    padding-right: 8px;
}

.jobsdiv {
    width: 100%;
    display: inline-block;
    padding-top: 20px;
}

    .jobsdiv p img {
        max-width: 100%;
    }

    .jobsdiv p:first-child {
        float: left;
    }




.sales_rightcol ul li ul {
    margin: 0px;
    padding: 0px;
}

    .sales_rightcol ul li ul li a {
        background-image: none;
        background-color: #FFF;
        font-size: 0.9em;
        color: #131313;
        padding-bottom: 2px;
        padding-top: 2px;
    }

        .sales_rightcol ul li ul li a:hover {
            background-color: #adb1bb;
            color: #FFF;
        }

.sales_rightcol h3 {
    font-size: 1.1em;
    color: #0e0e0e;
    padding-left: 18px;
}

.activetendersbox {
    margin-top: 6px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 16px;
}

    .activetendersbox h3 {
        color: #FFF;
        padding-left: 0px;
        padding-bottom: 0;
        font-size: 1.6rem;
    }

.activetenders_inner, .services_inner {
    background-color: #227dab;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 5px 0 0;
}

    .activetenders_inner p {
        padding-bottom: 0;
        margin-bottom: 0;
    }

        .activetenders_inner p span {
            padding-left: 10px;
        }

    .services_inner ul {
        margin-bottom: 0;
    }

        .services_inner ul li {
            list-style: none;
        }

            .activetenders_inner p a, .services_inner ul li a {
                display: block;
                color: #FFF;
                text-decoration: none;
                padding: 10px;
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: rgba(255,255,255,0.3);
                margin-top: -2px;
            }

                .activetenders_inner p a:hover, .services_inner ul li a:hover {
                    color: #FFF;
                    background: #1a546b;
                    border-bottom-color: #1a546b;
                    border-radius: 3px;
                }

            .activetenders_inner p:last-child a, .services_inner ul li:last-child a {
                border: none;
            }

.white-box ul {
    padding-left: 20px;
}




.projectnews_search {
    width: 954px;
    background-image: url(../Images/supplier_search_bground_slice.jpg);
    background-repeat: repeat-x;
    margin-left: 22px;
    border-top: 3px solid #ffffff;
    background-position: bottom;
}


.projectnews_magnifyglass {
    float: left;
    padding-left: 20px;
    height: 44px;
    margin-top: 0px;
}

.projectnews_keyword_search {
    float: left;
    width: 224px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-top: 9px;
    margin-left: 12px;
}

.projectnews_label {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.8em;
    margin-top: 11px;
    margin-left: 4px;
}

.projectnews_btn {
    float: left;
    margin-top: 6px;
    margin-left: 10px;
}

.arrowup {
    background-image: url(../Images/arrow_up.png);
    background-repeat: repeat;
}

.projectnews_leftcol a {
    color: #3636E0;
    text-decoration: none;
}

    .projectnews_leftcol a:hover {
        text-decoration: underline;
    }

.cms, .card-body {
    font-size: inherit !important;
}

    .cms p, .card-body p {
        margin: 0 0 1rem 0 !important;
    }

        .cms p span, .cms span, .card-body p span, .card-body span, .card-body a {
            font-family: inherit !important;
            font-size: inherit !important;
        }

div.paging {
}

    div.paging p {
        float: left;
        width: 50px;
    }

    div.paging ul {
        list-style-type: none;
    }

        div.paging ul li {
            float: left;
            padding-left: 5px;
            padding-right: 5px;
        }

/* Contact Form */

.contactform_box {
    width: 648px;
    padding: 15px;
    border: solid 1px #C1C1C1;
    margin-top: 10px;
}

    .contactform_box p {
        float: left;
        clear: left;
    }

        .contactform_box p.formcaption {
            float: right;
            clear: both;
            text-align: right;
            font-size: 0.9em;
            font-weight: bold;
            padding-right: 8px;
            padding-bottom: 10px;
        }

    .contactform_box label {
        float: left;
        width: 100px;
        text-align: right;
        padding-right: 10px;
    }

    .contactform_box .contactfield1 {
        float: left;
        width: 520px;
        padding: 5px;
        border: none;
        background-color: #EEF2FD;
    }

    .contactform_box .contactfield2 {
        float: left;
        width: 520px;
        height: 250px;
        padding: 5px;
        border: none;
        background-color: #EEF2FD;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
    }

    .contactform_box p.Ealert_option {
        padding-left: 110px;
        padding-top: 15px;
        float: left;
        clear: left;
    }

    .contactform_box p.submitbutton {
        float: right;
        clear: none;
        padding-top: 15px;
        padding-right: 8px;
    }

.contact_rightcol {
    width: 240px;
    float: right;
}


.contact_container {
    width: 952px;
    border: 1px solid #c1c1c1;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #2c2b2b;
    line-height: 18px;
    margin-bottom: 20px;
    background-image: url(../Images/contactcontainer_bg.jpg), url(../Images/salescontainer_bg.gif);
    background-repeat: no-repeat, repeat-y;
    background-position: right bottom, right top;
}

.contact_details {
    width: 184px;
    margin-top: 16px;
    margin-left: 16px;
    background-color: #FFF;
    padding: 10px;
    border: solid 1px #666;
    font-size: 0.9em;
    background-image: url(../Images/contactdetails_bg.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 55px;
}

    .contact_details h3 {
        color: #2727C7;
        padding-bottom: 8px;
        font-size: 1.2em;
    }

ul.sitemap {
    list-style-position: inside;
}

    ul.sitemap li {
        padding-bottom: 2px;
    }

        ul.sitemap li a {
            color: Black;
            text-decoration: none;
        }

    ul.sitemap ul {
        padding-left: 10px;
    }

.contactform_box .newsletterfield1 {
    float: left;
    width: 498px;
    padding: 3px;
    border: none;
    background-color: #EEF2FD;
}

.contactform_box .newsletterfield2 {
    float: left;
    clear: none;
    width: 205px;
    margin-bottom: 4px;
    margin-right: 5px;
    padding: 3px;
    border: none;
    background-color: #EEF2FD;
}

.contactform_box label.newsletter {
    float: left;
    width: 130px;
    text-align: right;
    padding-right: 10px;
}

.reference_popup {
    background-color: white;
    padding: 10px;
    font-size: 1.3em;
    border: solid 1px black;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
}

.refcontent {
    width: 400px;
    height: 370px;
    overflow: auto;
}

.reference_popup .close {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.reference_popup .refcontent ul li {
	margin-left: 30px;
    margin-bottom: 10px;
}

.diary_left .cms {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #5C595A;
    font-weight: normal;
    padding-left: 17px;
}

table.standard {
    width: 100%;
}

    table.standard th {
        text-align: left;
    }

        table.standard th a {
            color: #000;
            text-decoration: none;
        }

.bar {
    width: 250px;
    height: 18px;
}

    .bar .fill {
        height: 18px;
        float: left;
        background-color: #6ba8e5;
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 0.9em;
        padding-top: 1px;
        padding-left: 5px;
    }

input.error, select.error {
    border: solid 1px #f00 !important;
}


.cookiecms {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #5C595A;
    font-weight: normal;
    padding: 10px;
}

.cookieloginregister {
    padding: 4px 0px 0px 0px;
}

    .cookieloginregister .cookiecms {
        font-size: 1.3em;
        float: left;
        width: 598px;
    }

    .cookieloginregister .loginregister {
        float: right;
    }

        .cookieloginregister .loginregister ul {
            list-style-type: none;
            float: left;
            margin-bottom: 0;
        }

            .cookieloginregister .loginregister ul li {
                float: left;
                padding: 5px 12px 5px 0;
                font-size: 1.2em;
            }


                .cookieloginregister .loginregister ul li a.red {
                    background-image: url('/Images/news_header_bground.png');
                }

.userdashboard {
    margin-left: 12px;
    width: 799px;
}

    .userdashboard .box {
        margin-bottom: 20px;
    }

        .userdashboard .box .content {
            padding: 5px;
            font-size: 1.3em;
        }

            .userdashboard .box .content .cms {
                padding-top: 5px;
                padding-bottom: 5px;
            }

            .userdashboard .box .content .form {
                padding: 3px;
            }

                .userdashboard .box .content .form > div {
                    clear: both;
                    padding-bottom: 4px;
                }

                    .userdashboard .box .content .form > div label {
                        width: 100px;
                        float: left;
                        display: block;
                    }

            .userdashboard .box .content ul {
                list-style-type: none;
            }

                .userdashboard .box .content ul li {
                    padding-bottom: 5px;
                }

                    .userdashboard .box .content ul li .ui-icon {
                        float: left;
                    }

    .userdashboard .bids_left {
        margin-right: 0;
    }

    .userdashboard .bids_header {
        margin-left: 0;
    }

    .userdashboard .news_header {
        margin-left: 0;
    }

    .userdashboard .awards_header {
        margin-left: 0;
    }

/* Social Links */

.fb_iframe_widget {
    display: inherit !important;
    float: left !important;
    padding-right: 14px;
}

span.IN-widget {
    display: inherit !important;
    float: left !important;
    padding-right: 12px;
}

div#___plus_0 {
    display: inherit !important;
    float: left !important;
    height: 50px !important;
    width: 98px !important;
}

    div#___plus_0 iframe {
        height: 50px !important;
        width: 140px !important;
    }


#share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}

/* Popup Advert */

#hover {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .7;
    left: 0;
    top: 0;
    z-index: 100000;
    animation: fadeIn 1.0s ease forwards;
    display: none !important;
}

#popup {
    position: fixed;
    width: 450px;
    left: 0;
    top: 0;
    padding: 0;
    text-align: center;
    z-index: 100001;
    background: #FFF;
    opacity: 1;
    animation: fadeIn 1.0s ease forwards;
    right: 0;
    bottom: 0;
    height: 450px;
    margin: auto;
    border: solid 7px #FFF;
    box-shadow: 0 0 50px 30px rgba(0,0,0,0.5);
    display: none !important;
}

#close {
    position: absolute;
    background: none;
    color: white;
    right: -2px;
    top: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    cursor: pointer;
    box-shadow: none;
    z-index: 1;
}

#popup h2 {
    font-family: Arial, sans-serif;
    color: #FFF;
    font-size: 18px;
    background: #D90000;
    padding: 10px;
    font-weight: normal;
    margin: 0;
}

#popup p {
    font-family: Arial, sans-serif;
    color: #333;
    font-size: 13px;
    font-weight: bold;
}

.hidden {
    display: none !important;
}



.loginregister p {
    float: left;
    padding-top: 10px;
    padding-right: 6px;
    font-size: 1.2em;
    color: #666;
    font-weight: bold;
}

.dashboard_activetenders {
    float: right;
    width: 241px;
    padding-bottom: 15px;
}


.carouselouter {
    padding: 30px 3rem;
    background: #1a546b;
    margin-top:-1px;
}

    .carouselouter #carouselheader {
        width: 100%;
        margin: auto;
        border: solid 6px #FFF;
        overflow: hidden;
    }

        .carouselouter #carouselheader .carousel-inner {
            margin-top: -55px;
        }

    .carouselouter .carousel-control-next, .carouselouter .carousel-control-prev {
        width: 8%;
    }

.newsfeed .col-lg-4 {
    display: none;
}

    .newsfeed .col-lg-4:nth-child(1), .newsfeed .col-lg-4:nth-child(2), .newsfeed .col-lg-4:nth-child(3), .newsfeed .col-lg-4:nth-child(4), .newsfeed .col-lg-4:nth-child(5), .newsfeed .col-lg-4:nth-child(6) {
        display: inline-block;
        margin-bottom:20px;
    }

.col-sm-6#content .col-lg-4 {
    max-width: 100%;
    padding: 0;
}

    .col-sm-6#content .col-lg-4 .white-box.fixedheight {
        min-height: 0 !important;
    }


/*-----------------------------------------*/
/*By Yogendra*/
    body {
        font-family: 'Roboto Slab', serif;
    }

.gray-box {
    background: #f3f5f9;
    padding: 20px 20px 20px 60px;
    font-size: 14px;
    position: relative;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

    .gray-box h5 {
        margin: 0 0 5px 0;
        font-size: 14px;
    }

    .gray-box p {
        margin: 0
    }

.form-heading {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.subscribe-page h3 {
    color: #395998;
    font-size: 24px;
}

.gray-box:before {
    content: "\f00c";
    font-weight: 900;
    font-family: 'Font Awesome\ 5 Free';
    position: absolute;
    font-size: 24px;
    color: #28a745;
    left: 20px;
    top: 15px
}

.subscribe-form {
    margin-bottom: 35px;
}

    .subscribe-form .mb-5 p:last-of-type {
        background: #1a546b !important;
    }

    .subscribe-form h2 {
        color: #FFF;
    }

    .subscribe-form .form-control {
        background: #ced5e5;
        border: none;
        color: #212121;
    }

        .subscribe-form .form-control:focus {
            box-shadow: none;
        }

.blue-bg {
    background: #227dab;
    color: #fff;
    border-radius: 10px;
    padding: 30px;
}

.subscribe-form sup {
    color: #26ec3f;
}

.dark-blue-box {
    background: #1a546b;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 160px;
}

    .dark-blue-box h3 {
        color: #fff;
    }

    .dark-blue-box .custon-radio-btn {
        position: relative;
        margin-top: 20px;
    }

        .dark-blue-box .custon-radio-btn input {
            position: absolute;
            width: 100%;
            height: 38px;
            z-index: 1;
            opacity: 0;
            left: 0;
            cursor: pointer;
        }

        .dark-blue-box .custon-radio-btn label {
            background: #28a745;
            color: #fff;
            min-width: 200px;
            font-weight: bold;
            margin-top: 20px;
            margin: 0;
            display: block;
            line-height: 38px;
            height: 38px;
        }

        .dark-blue-box .custon-radio-btn input:checked + label {
            background: #227dab;
        }

        .dark-blue-box .custon-radio-btn .bt:focus {
            box-shadow: none;
        }

.disclaimer-content .custom-checkbox {
    float: left;
}

.disclaimer-content .custom-control-label {
    display: block
}

.disclaimer-content .disclaimer-content-right {
    display: block;
    overflow: hidden;
}

.proceed-button .btn {
    font-weight: bold;
	font-size:27px !important;
}

.login-popup {
}

    .login-popup .modal-dialog {
        max-width: 90%;
        width: 800px;
    }

        .login-popup .modal-dialog .modal-content {
            border-radius: 0;
            border: 5px solid #97acd9;
            background: #dfe3ee;
        }

    .login-popup .modal-body {
        padding: 0;
    }

.services-block {
    padding: 25px;
    display: inline-block;
    width: 100%;
}

    .services-block h3 {
        color: #385899;
        font-size: 22px;
        border-bottom: 1px solid #bbc7e3;
        padding-bottom: 10px;
        display: inline-block;
        padding-right: 20px;
        margin-bottom: 20px;
    }

    .services-block h4 {
        font-size: 16px;
        color: #263d6b;
        margin-bottom: 20px;
    }

    .services-block ul {
        margin: 0;
        padding: 0;
    }

        .services-block ul li {
            display: inline-block;
            padding-left: 25px;
            position: relative;
            float: left;
            width: 50%;
            margin-bottom: 10px;
        }

            .services-block ul li:before {
                content: "\f00c";
                font-weight: 900;
                font-family: 'Font Awesome\ 5 Free';
                position: absolute;
                font-size: 18px;
                color: #28a745;
                left: 0px;
                top: 0px
            }

.account-login {
    background: #38589a;
    padding: 25px;
    display: inline-block;
    width: 100%;
    osition: relative;
    height: 100%;
}

    .account-login h3 {
        color: #fff;
        font-size: 22px;
        margin-bottom: 20px;
    }

    .account-login h4 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .account-login .form-control {
        border-color: #fff;
        background: #273d6b;
    }

    .account-login .btn {
        background: #28a745;
        color: #fff;
        border-color: #fff;
        font-weight: bold
    }

    .account-login .form-control::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .account-login .form-control:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .account-login .form-control::placeholder {
        color: #fff;
        opacity: 1;
    }

    .account-login .btn i {
        display: inline-flex;
        vertical-align: middle;
        padding-left: 10px;
    }

.login-form {
    border-bottom: 1px solid #97acd9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.account-login .signup-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.myAccount {
    width: 1077px;
    margin-left: 16px;
    border-radius: 10px
}

#leavergroup:hover {
    color: #FFF !important;
    background: #1a546b !important;
}
.moreinformation {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.inner-box {
    min-height: 140px;
}

.bottom-navbar-bg #social {
	text-align:right;
	padding-top:8px;
    padding-right:0;
}

    .bottom-navbar-bg #social a {
        color: rgba(255,255,255,0.6);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .bottom-navbar-bg #social a:hover {
            text-decoration: none;
            color: #1a546b;
        }

.bottom-navbar-bg #social a i {
	font-size: 36px;
}

.bottom-navbar-bg #social strong.white {
	display: inline-block;
    vertical-align: top;
    padding-top: 7px;
    padding-right: 10px;
}

.carousel-item h1 {
	display:none;
}

.carousel-item:first-of-type .carousel-caption, .carousel-item:nth-of-type(2) .carousel-caption {
    display: none !important;
}